Home | History | Annotate | Download | only in libpng

Lines Matching refs:palette

635    png_byte index;    /* used for palette files */
670 /* When the depth of the sPLT palette is 8 bits, the color and alpha samples
677 png_charp name; /* palette name */
678 png_byte depth; /* depth of palette samples */
679 png_sPLT_entryp entries; /* palette entries */
680 png_int_32 nentries; /* number of palette entries */
834 * cleaned up before the structure is discarded: palette, trans, text,
858 png_colorp palette PNG_DEPSTRUCT; /* array of color values (valid & PNG_INFO_PLTE) */
859 png_uint_16 num_palette PNG_DEPSTRUCT; /* number of color entries in "palette" (PLTE) */
860 png_uint_16 num_trans PNG_DEPSTRUCT; /* number of transparent palette color (tRNS) */
930 * same order as the palette colors, starting from index 0. Values
937 png_color_16 trans_values PNG_DEPSTRUCT; /* transparent color for non-palette image */
973 * various palette entries, so that a viewer can intelligently select a
974 * reduced-color palette, if required. Data is an array of "num_palette"
1358 png_colorp palette PNG_DEPSTRUCT; /* palette from the input file */
1359 png_uint_16 num_palette PNG_DEPSTRUCT; /* number of color entries in palette */
1448 int cur_palette PNG_DEPSTRUCT; /* current push library palette index */
1469 png_bytep dither_index PNG_DEPSTRUCT; /* index translation for palette files */
1567 /* in the palette */
1569 /* palette color */
1767 png_colorp palette));
1848 /* Turn on dithering, and reduce the palette to the number of colors available. */
1850 png_colorp palette, int num_palette, int maximum_colors,
1879 /* Optional update palette with requested transformations */
2507 png_infop info_ptr, png_colorp *palette, int *num_palette));
2510 png_infop info_ptr, png_colorp palette, int num_palette));
3316 PNG_EXTERN void png_write_PLTE PNGARG((png_structp png_ptr, png_colorp palette,
3370 png_sPLT_tp palette)) PNG_PRIVATE;
3585 png_colorp palette, int num_palette)) PNG_PRIVATE;
3626 png_bytep row, png_colorp palette, png_bytep trans,