Page 1 of 1

Color problem?

Posted: Fri Jan 27, 2012 4:57 am
by Bercic
The color for the curves is defined as (R,G;B). However, when coloring text the color sequence is reversed (B,G,R). This made me big problems when I want to color labels/text through the DDE. Is it possible to fixe this? Probably not, but anyway I hope that you will give a notice to this problem/discrepancy in your manuals. Example of red letters in axis text: Tem{\c0000ffpera}ture, K. The red color for curve 3 is determined by the following call [Color(3,255,0,0)].

Thanks for all improvements and powerful Dplot.

Posted: Fri Jan 27, 2012 1:05 pm
by DPlotAdmin
I guess I don't see the problem. If anything I'd think translating to hex would be more of a problem than the order. In any case, your "probably not" is correct. The only way to do this would be to come up with a new command that expects color components in the same order.