|
| file | hsv.h [code] |
| | Header file for HSV colors.
|
| |
| file | Hsv2Rgb.cpp [code] |
| | HSV color def to RBG color def: r,g,b values are from 0 to 1 and h = [0,360], s = [0,1], v = [0,1] (if s == 0, then h = -1)
|
| |
| file | Hsv2Rgb.h [code] |
| | Rgb color def to Hsv color def: r,g,b values are from 0 to 1 and h = [0,360], s = [0,1], v = [0,1] (if s == 0, then h = -1)
|
| |
| file | Rgb2Hsv.cpp [code] |
| | Rgb color def to Hsv color def: r,g,b values are from 0 to 1 and h = [0,360], s = [0,1], v = [0,1] (if s == 0, then h = -1)
|
| |
| file | Rgb2Hsv.h [code] |
| | Rgb color def to Hsv color def: r,g,b values are from 0 to 1 and h = [0,360], s = [0,1], v = [0,1] (if s == 0, then h = -1)
|
| |