Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Black is (0, 0, 0, 255) Black = New(0, 0, 0, 255) // White is (255, 255, 255, 255) White = New(255, 255, 255, 255) // Red is (255, 0, 0, 255) Red = New(255, 0, 0, 255) // Green is (0, 255, 0, 255) Green = New(0, 255, 0, 255) // Blue is (0, 0, 255, 255) Blue = New(0, 0, 255, 255) // Transparent is (0, 0, 0, 0) Transparent = New(0, 0, 0, 0) // Grey is (127, 127, 127, 255) Grey = New(127, 127, 127, 255) )
Some predefined colours.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.