Documentation ¶
Index ¶
- Variables
- func HSLToRGB(h, s, l float32) (r, g, b float32)
- func HSVToRGB(h, s, v float32) (r, g, b float32)
- func NormalizeRGBA(r, g, b, a uint32) (nr, ng, nb, na float32)
- func RGBLuminance(r, g, b float32) float32
- func RGBToHSL(r, g, b float32) (h, s, l float32)
- func RGBToHSV(r, g, b float32) (h, s, v float32)
- type HSLA
- type HSVA
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func NormalizeRGBA ¶
func RGBLuminance ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.