> I want to use Pixmap and Bitmap (32bit)... It seems that > somewhere the 4 > bytes (alpha-chanel included) are changed. Both pixmap and bitmap are > shown in the wrong colors. But if i want to show white, it is > yellow... > For me that is a hint, that alphachanel is also exchanged with the > color-bytes.
If white becomes yellow, then it might not be as simple as an endian problem - in my experience that tended to make white -> cyan... Oh - but that was for 32-bit, and RGBA -> ABGR. If it is 16-bit words that are swapped, then RGBA might become GRAB, which would be probably be yellow. Tricky... SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

