Re: colourmap limited to 256 colours ?



Flax <flatmax cse unsw EDU AU> writes:

When I execute :
    cout<<gdk_colormap_get_system_size()<<endl;
IT tells me that the colourmap is limited to 256 colours !


This is just a stupid function because if you have a truecolor display
as most people do, the colormap doesn't have a "size" (or even exist
really). So pretend there's no such function. ;-)

If you want to know how good the display is, suggest looking at
its GdkVisual instead.

Havoc





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]