DrawSetFillColor
DrawSetFillColor -- sets the fill color to be used for drawing filled objects
Description
void DrawSetFillColor( DrawingWand drw_wnd, PixelWand fill_pxl_wnd )
Sets the fill color to be used for drawing filled objects, from a PixelWand.
A description of each parameter follows:
| drw_wnd | A DrawingWand resource |
| fill_pxl_wnd | The fill color PixelWand |