Lines Matching defs:Colormap
50 #include "MagickCore/colormap.h"
381 Read image colormap.
423 status=QueryColorCompliance(target,XPMCompliance,&image->colormap[j],
427 if (image->depth < image->colormap[j].depth)
428 image->depth=image->colormap[j].depth;
465 SetPixelViaPixelInfo(image,image->colormap+j,r);
602 Colormap[]=
707 affinity_image=BlobToImage(blob_info,Colormap,ColormapExtent,exception);
762 picon->colormap=(PixelInfo *) ResizeQuantumMemory((void **)
763 picon->colormap,(size_t) colors,sizeof(*picon->colormap));
764 if (picon->colormap == (PixelInfo *) NULL)
766 picon->colormap[colors-1].red=0;
767 picon->colormap[colors-1].green=0;
768 picon->colormap[colors-1].blue=0;
769 picon->colormap[colors-1].alpha=TransparentAlpha;
810 pixel=picon->colormap[i];
967 Identify transparent colormap index.
972 if (image->colormap[i].alpha != OpaqueAlpha)
980 image->colormap[i].alpha;
982 image->colormap[opacity].alpha;
990 if (image->colormap[i].alpha != OpaqueAlpha)
998 image->colormap[i].alpha;
1000 image->colormap[opacity].alpha;
1007 image->colormap[opacity].red=image->transparent_color.red;
1008 image->colormap[opacity].green=image->transparent_color.green;
1009 image->colormap[opacity].blue=image->transparent_color.blue;
1047 pixel=image->colormap[i];