|
| CoreExport void | RGBtoHSV (DWORD rgb, int *ho, int *so, int *vo) |
| CoreExport DWORD | HSVtoRGB (int H, int S, int V) |
| CoreExport void | HSVtoHWBt (int h, int s, int v, int *ho, int *w, int *bt) |
| CoreExport void | HWBttoHSV (int h, int w, int bt, int *ho, int *s, int *v) |
| CoreExport Color | RGBtoHSV (Color rgb) |
| | Converts the specified color in the HSV (hue, saturation, value) format to the RGB (red, green, blue) format.
|
| CoreExport Color | HSVtoRGB (Color hsv) |
| | Converts the specified color in the HSV (hue, saturation, value) format to the RGB (red, green, blue) format.
|