Documentation ¶
Index ¶
- Variables
- type Color
- func (hsv *Color) ConvertToRGB() (r, g, b uint8)
- func (h *Color) HueDec(step uint8) (newval uint8, changed bool)
- func (h *Color) HueInc(step uint8) (newval uint8, changed bool)
- func (c *Color) IsZero() bool
- func (c *Color) RGBA() (r, g, b, a uint32)
- func (h *Color) SatDec(step uint8) (newval uint8, changed bool)
- func (h *Color) SatInc(step uint8) (newval uint8, changed bool)
- func (h *Color) String() string
- func (h *Color) ValDec(step uint8) (newval uint8, changed bool)
- func (h *Color) ValInc(step uint8) (newval uint8, changed bool)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( White = Color{H: 0x00, S: 0x00, V: 0xFF} Black = Color{H: 0x00, S: 0x00, V: 0x00} )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.