As I understood (may be I am wrong!),

inline Fl_Color fl_rgb_color(uchar g)

return the 24 bit version of the "g" color.
But it is not working...

Don't use 50 , use any other color like 15..
I think I get wrong color drawn! when I use

window->color(fl_rgb_color(15));

it is not the same as
window->color(15);

Mariwan
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to