On 15/02/2017 at 08:53, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R16
Platform: Windows ;
Language(s) : C++ ;
---------
I want to convert a color temperature to a real color (vector).
There is an xpresso node "Color Temperature" that does precisely what I want.
However, in R16 I cannot find a C++ routine that does the same.
In R18 there is a conversion routine, but I cannot find it in R16.
const Vector rgb = ColorKelvinTemperatureToRGB(kelvin);
There is no lib_colorchooser.h file.
What can I do?
-Pim