Searched defs:HSV (Results 1 – 2 of 2) sorted by relevance
27 struct HSV { struct50 HSV RGB2HSV(uint32_t rgb) const; argument
53 struct HSV { struct54 int h; // 色度取值(0-360)55 double s; // 饱和度取值 (0-100)56 double v; // 亮度取值 (0-100)