On Sat, Aug 20, 2011 at 7:41 PM, Bill Spitzak <[email protected]> wrote: > For 3.0 (and probably 2.0 as well) I think it is very important that the > FLTK "color" unsigned value be changed so that it is 0xAARRGGBB, instead > of the 0xRRGGBBAA used in FLTK2.0 (and in 1.3?).
It would be nicer if it were a real type instead of a number. Of course it makes sense to store it internally in whatever format other libraries use for efficient conversion, but this should be an internal matter, to enable an efficient 'uint32 to_argb()' method. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
