Documentation ¶
Overview ¶
Package color defines a 16-bit RGB565 color.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Red = New(255, 0, 0) Green = New(0, 255, 0) Blue = New(0, 0, 255) Black = New(0, 0, 0) // Off White = New(255, 255, 255) )
Predefined colors
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.