THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 23/11/2009 at 07:39, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10.5
Platform: Windows ;
Language(s) : C++ ;
---------
I am trying to pre-set colorfields in my dialog, but don't get the expected result. I can only set the major RGB colors.
In my code, both
SetColorField(ID_COLORFIELD,Vector(255,0,0),1,1,0);
and
SetColorField(ID_COLORFIELD,Vector(120,0,0),1,1,0);
produce the same red color (255,0,0). However, using the color slide bars then lets me chose other colors ... how can I preset the ColorField to other values than 255 or 0??
Thanks, Juergen.