Sets the fill color to be used for drawing filled objects.
(fillWand *PixelWand)
| 814 | |
| 815 | // Sets the fill color to be used for drawing filled objects. |
| 816 | func (dw *DrawingWand) SetFillColor(fillWand *PixelWand) { |
| 817 | C.DrawSetFillColor(dw.dw, fillWand.pw) |
| 818 | } |
| 819 | |
| 820 | // Sets the opacity to use when drawing using the fill color or fill texture. |
| 821 | // Fully opaque is 1.0. |
no outgoing calls
no test coverage detected