Indexed colors

Problems building or running the engine, queries about how to use features etc.
Post Reply
vimes
Gnoblar
Posts: 15
Joined: Fri May 19, 2006 5:00 am

Indexed colors

Post by vimes »

And by indexed colors I mean this : http://cat.xula.edu/tutorials/imaging/indexed.php
Is there any way to use indexed colors for a texture in OGRE so that I could change the color of a whole batch of pixels by just modifying the index and not each and every pixel ?
I think the dynTex demo is using some kind of CLUT value sbut I don' t understand if the hardware buffer is dynamically linked to this index or not.
User avatar
sinbad
OGRE Retired Team Member
OGRE Retired Team Member
Posts: 19269
Joined: Sun Oct 06, 2002 11:19 pm
Location: Guernsey, Channel Islands
x 66
Contact:

Post by sinbad »

No, modern GPUs do not use indexed colour systems.
Post Reply