Home | History | Annotate | Download | only in coders

Lines Matching full:colors

283       "  %%   colors: number of colors in the colormap.",
286 " token pop /colors exch def pop",
287 " colors 0 eq",
319 " /colormap colors 3 mul string def",
322 " [ /Indexed /DeviceRGB colors 1 sub colormap ] setcolorspace",
853 if ((image->storage_class == DirectClass) || (image->colors > 256) ||
1004 Dump number of colors and colormap.
1014 image->colors);
1016 for (i=0; i < (ssize_t) image->colors; i++)