Palette: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (→‎top: clean up, replaced: {{goldsrc → {{gldsrc (3))
mNo edit summary
Line 8: Line 8:
* {{w|S3 Texture Compression|DXT block compression}} (palette for each 4x4 block)
* {{w|S3 Texture Compression|DXT block compression}} (palette for each 4x4 block)
* {{ent|infected (shader)|alt=infected}} shader in {{l4d2|2}}
* {{ent|infected (shader)|alt=infected}} shader in {{l4d2|2}}
* {{ent|$lightwarptexture}}


== External links ==
== External links ==

Revision as of 15:29, 15 February 2024

Stub

This article or section is a stub. You can help by expanding it.

A color palette, or simply palette (also known as a "colormap" or "color index"), is a lookup table of color values. It most frequently used for simple image compression, but can also be used for other purposes. For example, GoldSrc GoldSrc reads from a palette to know what color to render legacy particle effects from Quake Quake.

Uses:

External links