Varkon MBS Programmers manual
Converts color values from the RGB system to HSV.
rgb_to_hsv(red, green, blue, hue, saturation, value); int red; int green; int blue; int hue; int saturation; int value;
red | - Red intensity, 0 - 255 |
green | - Green intensity, 0 - 255 |
blue | - Blue intensity, 0 - 255 |
hue | - Hue, 0 - 360 |
saturation | - Saturation, 0 - 100 |
value | - Value, 0 - 100 |
None.
See also:
Varkon 1.19D svn # 120M