On 6/6/20 4:18 AM, Sleep wrote:
** Pixel format for 24 bit color depth visual is 0xRRGGBB,
While that's common, it's not the only one, and you have to check the bitmasks
to see which bits are red, green, and blue, especially if dealing with
big-endian vs. little-endian machines.
what is 8
what is 8 bit color depth visual's format?
If it's a PseudoColor visual, which is the most common type for 8-bit,
then it's an index of an entry in the Colormap.
This was my biggest difficulty yet it was under my nose this whole time,
thank you very much, Alan.
On Sat, Jun 06, 2020 at 11:06:02PM +0530, निरंजन wrote:
> Thank you so much Alan,
>
> In the link there are some zip folders containing files with all the new
> updates. Is it safe to completely replace the contents of the folder
> containing the current (un updated) files with new updated files?