Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Opaque = color.Opaque Transparent = color.Transparent )
Default colors.
Color models.
Functions ¶
This section is empty.
Types ¶
type RGB24 ¶
type RGB24 struct {
R, G, B uint8
}
RGB24 is a color with 8-bit red, green and blue channels.
func DecodeRGB24 ¶
DecodeRGB24 decodes one RGB24 color from the supplied Reader.
Click to show internal directories.
Click to hide internal directories.