Home | History | Annotate | Download | only in libpng-1.2.46

Lines Matching refs:palette

643    png_byte index;    /* used for palette files */
678 /* When the depth of the sPLT palette is 8 bits, the color and alpha samples
685 png_charp name; /* palette name */
686 png_byte depth; /* depth of palette samples */
687 png_sPLT_entryp entries; /* palette entries */
688 png_int_32 nentries; /* number of palette entries */
842 * cleaned up before the structure is discarded: palette, trans, text,
866 png_colorp palette PNG_DEPSTRUCT; /* array of color values (valid & PNG_INFO_PLTE) */
867 png_uint_16 num_palette PNG_DEPSTRUCT; /* number of color entries in "palette" (PLTE) */
868 png_uint_16 num_trans PNG_DEPSTRUCT; /* number of transparent palette color (tRNS) */
938 * same order as the palette colors, starting from index 0. Values
945 png_color_16 trans_values PNG_DEPSTRUCT; /* transparent color for non-palette image */
981 * various palette entries, so that a viewer can intelligently select a
982 * reduced-color palette, if required. Data is an array of "num_palette"
1366 png_colorp palette PNG_DEPSTRUCT; /* palette from the input file */
1367 png_uint_16 num_palette PNG_DEPSTRUCT; /* number of color entries in palette */
1456 int cur_palette PNG_DEPSTRUCT; /* current push library palette index */
1477 png_bytep dither_index PNG_DEPSTRUCT; /* index translation for palette files */
1575 /* in the palette */
1577 /* palette color */
1775 png_colorp palette));
1856 /* Turn on dithering, and reduce the palette to the number of colors available. */
1858 png_colorp palette, int num_palette, int maximum_colors,
1887 /* Optional update palette with requested transformations */
2515 png_infop info_ptr, png_colorp *palette, int *num_palette));
2518 png_infop info_ptr, png_colorp palette, int num_palette));
3324 PNG_EXTERN void png_write_PLTE PNGARG((png_structp png_ptr, png_colorp palette,
3378 png_sPLT_tp palette)) PNG_PRIVATE;
3593 png_colorp palette, int num_palette)) PNG_PRIVATE;
3634 png_bytep row, png_colorp palette, png_bytep trans,