MCPcopy
hub / github.com/gographics/imagick / SetFillColor

Method SetFillColor

imagick/drawing_wand.go:816–818  ·  view source on GitHub ↗

Sets the fill color to be used for drawing filled objects.

(fillWand *PixelWand)

Source from the content-addressed store, hash-verified

814
815// Sets the fill color to be used for drawing filled objects.
816func (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.

Callers 9

mainFunction · 0.95
mainFunction · 0.95
textEffect1Function · 0.95
textEffect4Function · 0.95
useDrawFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
draw_setfontFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected