package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jan 30, 2018
License: GPL-3.0, GPL-3.0-or-later
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package color define Color type which contains color value.
View Source
var (
White = New(0xFF, 0xFF, 0xFF, 0xFF)
Gray = New(0x80, 0x80, 0x80, 0xFF)
)
Color represent (R, G, B , A) color.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.