Searched refs:fill_wand (Results 1 – 1 of 1) sorted by relevance
4712 WandExport void DrawSetFillColor(DrawingWand *wand,const PixelWand *fill_wand) in DrawSetFillColor() argument4723 assert(fill_wand != (const PixelWand *) NULL); in DrawSetFillColor()4724 PixelGetQuantumPacket(fill_wand,&fill_color); in DrawSetFillColor()