Mike wrote:
> Now the problem, when I display images(PNG's at the moment but it
> happens with all images) through fltk I'm noticing that all colors
> in the white range from 0xFFFFFF through 0xF9F9F9 get converted to black.

> When I display the same image through just the microwindows routines
> only 0xFFFFFF is blacked out. I'm curious why this conversion is
> happening and if I am encountering a known issue or am I
> encountering a problem with some layer of my development chain?

        If you are unable to show white in all applications, including
        microwindow's own routines, and even regular image viewers,
        then it's surely something in the OS environment itself.

        I'm not familiar with microwindows myself; someone else
        here familiar with the platform might be able to elaborate.
        I know we have some experts, but they might not have seen this
        thread yet.

        Offhand it sounds like there's a limited color palette, or
        some kind of limited color mapping going on. Sounds a little
        broken too, since 0xfffffff should be white, not black, even
        on a color-limited system.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to