hi all
i would like to convert three values "hue", "saturation","brightness" into RGB-Values. I know, there is the [pix_hsb2rgb]-object in the gem-library, but i'm looking for something to handle numbers. maybe someone of you knows the formula for this kind of conversion, so i could create my own abstraction.(or is there such an object? i rather think not)
Zitiere Roman Haefeli reduzierer@yahoo.de:
hi all
i would like to convert three values "hue", "saturation","brightness" into RGB-Values. I know, there is the [pix_hsb2rgb]-object in the gem-library, but i'm looking for something to handle numbers. maybe someone of you knows
there are also [hs2rgb] and [rgb2hsv] objects in gem, which take 3 numbers and convert them to the "other" space.
mgf.adsr.as IOhannes