Documentation ¶
Index ¶
Constants ¶
View Source
const Ratio = .4583333333333333
Variables ¶
View Source
var ( White = Color{R: 255, G: 255, B: 255} Green = Color{R: 2, G: 186, B: 31} Yellow = Color{R: 190, G: 175, B: 0} Gray = Color{R: 150, G: 150, B: 150} Cian = Color{R: 0, G: 200, B: 200} Red = Color{R: 250, G: 0, B: 0} )
View Source
var StorePixel [2]Pixel
Functions ¶
func MinMaxColor ¶ added in v1.2.6
Types ¶
Click to show internal directories.
Click to hide internal directories.