DrawSetFillOpacity
DrawSetFillOpacity -- sets the opacity to use when drawing using the fill color or fill texture
Description
void DrawSetFillOpacity( DrawingWand drw_wnd, float fill_opacity )
Sets the opacity to use when drawing using the fill color or fill texture. Fully opaque is 1.0.
A description of each parameter follows:
| drw_wnd | A DrawingWand resource |
| fill_opacity | Fill opacity |