Query: cmap
OS: plan9
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CMAP(9.6) CMAP(9.6)NAMEcmap - color map formatDESCRIPTIONA color map is a 256x3-byte translation table for color values. In a monochrome picture, pixel values index the color map to yield red, green and blue, like this: uchar cmap[256][3]; red = cmap[pixel][0]; green = cmap[pixel][1]; blue = cmap[pixel][2]; In a full-color picture, the color map is, in effect, three intensity-compensation tables: cmap[red][0] maps red channels, cmap[green][1] maps green channels and cmap[blue][2] maps blue channels. A color map file is just a 768-byte file containing the color map, stored in the order implied by the declaration of cmap above. CMAP(9.6)
Related Man Pages |
---|
pcp(9) - plan9 |
cmap(5) - xfree86 |
cmap(5) - x11r4 |
imager::color::float(3pm) - debian |
cmap(5) - v7 |
Similar Topics in the Unix Linux Community |
---|
cmapplyconf >> Permission denied |