Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Color ¶
var BLACK Color = NewColorRGBf(0.0, 0.0, 0.0)
var DRACULA Color = NewColorRGBi(45, 52, 54)
var ELECTRON_BLUE Color = NewColorRGBi(9, 132, 227)
var MINT_GREEN Color = NewColorRGBi(0, 184, 148)
var PINK_GLAMOUR Color = NewColorRGBi(255, 118, 117)
var WHITE Color = NewColorRGBf(1.0, 1.0, 1.0)
func DarkenColor ¶
func NewColorRGBAf ¶
func NewColorRGBAi ¶
func NewColorRGBf ¶
func NewColorRGBi ¶
Click to show internal directories.
Click to hide internal directories.