Home | History | Annotate | Download | only in libpng

Lines Matching full:palette

593                      PALETTE), 2 (GRAY_ALPHA), 3 (RGB),
616 png_get_PLTE(png_ptr, info_ptr, &palette,
618 palette - the palette for the file
620 num_palette - number of entries in the palette
655 entries for palette (PNG_INFO_tRNS)
664 hist - histogram of palette (array of
713 palette_ptr - array of palette structures holding
1074 must either supply the background color as a palette index (need_expand = 1)
1075 or as an RGB triplet that may or may not be in the palette (need_expand = 0).
1155 pass a palette that is larger then maximum_colors, the file will
1156 reduce the number of colors in the palette so it will fit into
1158 more intelligent choices when reducing the palette. If there is no
1170 png_set_dither(png_ptr, palette, num_palette,
1253 will also update your palette with the correct screen_gamma and
1874 png_set_PLTE(png_ptr, info_ptr, palette,
1876 palette - the palette for the file
1878 num_palette - number of entries in the palette
1934 entries for palette (PNG_INFO_tRNS)
1944 hist - histogram of palette (array of
1985 num_spalettes - number of palette structures to be
2440 If you allocated data such as a palette that you passed in to libpng