color conversion
Hi. I am using CD11
I use UserAssignEx to open the color selector dialog, and store the selection in a database. When I choose "red" in cmyk (0,100,100,0) , I get the number 1910234 stored in the data table. I don't know what format that is.
How do I then use this info to specify a uniform fill color? Once I get access the value from the recordset, rsDotInfo("dotColor"), do I convert it and how do I code it? Can I use something like s.Fill.UniformColor.CMYKAssign once it is converted?
|