Home | History | Annotate | Download | only in giflib

Lines Matching full:color

5  Based on: "Color Image Quantization for frame buffer Display", by
49 Color map for the input. Output is a quantized image with 2D array of
50 indexes into the output color map.
52 the output has 256 colors at the most (256 entries in the color map.).
53 ColorMapSize specifies size of color map up to 256 and will be updated to
99 /* Put all the colors in the first entry of the color map, and call the
110 /* Find the non empty entries in the color table and chain them: */
133 /* And clear rest of color map: */
139 /* Average the colors in each entry to be the color to be used in the
140 * output color map, and plug it into the output color map itself. */
244 * can only become an issue if there are multiple color indices
269 /* Save the values of the last color of the first half, and first
319 /* sort on all axes of the color space! */