dmagick ~master (2017-08-12T15:43:00Z)
Dub
Repo
DrawingContext.fill
dmagick
DrawingContext
DrawingContext
Color to use when filling drawn objects. The default is "black".
void
fill
(
const
(
Color
)
fillColor
)
class
DrawingContext
void
fill
(
const
(
Color
)
fillColor
)
void
fill
(
size_t
x
,
size_t
y
,
size_t
width
,
size_t
height
,
void
delegate
(
DrawingContext
path
)
pattern
)
void
fill
(
Gradient
gradient
)
alias
fillColor
=
fill
Meta
Source
See Implementation
dmagick
DrawingContext
DrawingContext
aliases
boxColor
fillColor
fillPattern
strokeColor
strokePattern
functions
affine
antialias
arc
bezier
borderColor
circle
clipPath
clipRule
clipUnits
color
composite
decorate
draw
ellipse
encoding
fill
fillOpacity
fillRule
font
fontFamily
fontSize
fontStretch
fontStyle
fontWeight
gravity
interlineSpacing
interwordSpacing
kerning
line
matte
opacity
path
point
polygon
polyline
pop
push
rectangle
rotate
roundRectangle
scale
skewX
skewY
stroke
strokeAntialias
strokeDashArray
strokeDashOffset
strokeLineCap
strokeLineJoin
strokeMiterLimit
strokeOpacity
strokeWidth
text
textAlign
textAntialias
textUnderColor
translate
Color to use when filling drawn objects. The default is "black".