Palette: Difference between revisions
Jump to navigation
Jump to search
SirYodaJedi (talk | contribs) mNo edit summary |
SirYodaJedi (talk | contribs) mNo edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
[[File:hl1 palette.png|192px|thumb|The color palette used by Half-Life's particle effects, which is a modified version of the Quake I palette.]] | |||
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, {{gldsrc|2}} reads from a palette to know what color to render legacy particle effects from {{quake|2}}. | 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, {{gldsrc|2}} reads from a palette to know what color to render legacy particle effects from {{quake|2}}. | ||
| Line 6: | Line 7: | ||
* Per-image compression in {{gldsrc|2}} | * Per-image compression in {{gldsrc|2}} | ||
* Particle effects and WON console in {{gldsrc|2}} | * Particle effects and WON console in {{gldsrc|2}} | ||
:{{modernConfirm|Do these use {{code|palette.lmp}} or {{code|palette.bmp}}?}} | |||
* {{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}} | ||
Latest revision as of 11:48, 25 July 2024
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 reads from a palette to know what color to render legacy particle effects from
Quake.
Uses:
- Most stuff in
Quake and
Quake II - Per-image compression in
GoldSrc - Particle effects and WON console in
GoldSrc
Confirm:Do these use palette.lmporpalette.bmp?
DXT block compression (palette for each 4x4 block)- infected shader in
Left 4 Dead 2 - $lightwarptexture