Searched defs:pixel (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkImgPhoto.c5 * stored in full color (24 bits per pixel) and displayed using
48 * An unsigned 32-bit integral type, used for pixel values.
53 typedef unsigned int pixel; typedef
70 * colormap in which they were allocated. Sets of pixel values
73 * values match. A hash table is used to locate these sets of pixel
88 * pixel values and other information:
103 pixel redValues[256]; /* Maps 8-bit values of red intensity
104 * to a pixel value or index in pixelMap. */
105 pixel greenValues[256]; /* Ditto for green intensity */
106 pixel blueValue
[all...]

Completed in 14 milliseconds