Home | History | Annotate | Download | only in MagickWand

Lines Matching defs:pixel_wands

5126     **pixel_wands;
5144 pixel_wands=NewPixelWands(*number_colors);
5147 PixelSetPixelColor(pixel_wands[i],&histogram[i]);
5148 PixelSetColorCount(pixel_wands[i],(size_t) histogram[i].count);
5151 return(pixel_wands);