Home | History | Annotate | Download | only in libpng

Lines Matching full:palette

227 \fBpng_uint_32 png_get_PLTE (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, png_colorp \fP\fI*palette\fP\fB, int \fI*num_palette\fP\fB);\fP
1414 PALETTE), 2 (GRAY_ALPHA), 3 (RGB),
1437 png_get_PLTE(png_ptr, info_ptr, &palette,
1439 palette - the palette for the file
1441 num_palette - number of entries in the palette
1476 entries for palette (PNG_INFO_tRNS)
1485 hist - histogram of palette (array of
1534 palette_ptr - array of palette structures holding
1895 must either supply the background color as a palette index (need_expand = 1)
1896 or as an RGB triplet that may or may not be in the palette (need_expand = 0).
1976 pass a palette that is larger then maximum_colors, the file will
1977 reduce the number of colors in the palette so it will fit into
1979 more intelligent choices when reducing the palette. If there is no
1991 png_set_dither(png_ptr, palette, num_palette,
2074 will also update your palette with the correct screen_gamma and
2695 png_set_PLTE(png_ptr, info_ptr, palette,
2697 palette - the palette for the file
2699 num_palette - number of entries in the palette
2755 entries for palette (PNG_INFO_tRNS)
2765 hist - histogram of palette (array of
2806 num_spalettes - number of palette structures to be
3261 If you allocated data such as a palette that you passed in to libpng