Versions in this module Expand all Collapse all v1 v1.0.0 Mar 13, 2024 Changes in this version + func HSV2RGB(h, s, v float64) (uint8, uint8, uint8) + func MixRGB(r1, g1, b1 uint8, r2, g2, b2 uint8, fraction float64) (r, g, b uint8) + func RGB2HSV(R, G, B uint8) (h, s, v float64) + func Random() (uint8, uint8, uint8) + func ScaleBrightness(r, g, b uint8, scale float64) (uint8, uint8, uint8)