The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
IRenderingContext2D.fillStyle
printed
canvas
irenderer
IRenderingContext2D
Changes the current fill brush (Default = "black").
void
fillStyle
(Brush brush)
void
fillStyle
(const(char)[] color)
interface
IRenderingContext2D
void
fillStyle
(
const
(
char
)[]
color
)
Meta
Source
See Implementation
printed
canvas
irenderer
IRenderingContext2D
functions
beginPath
closePath
drawImage
fill
fillAndStroke
fillRect
fillStyle
fillText
fontFace
fontSize
fontStyle
fontWeight
getLineDash
lineDashOffset
lineTo
lineWidth
measureText
newPage
pageHeight
pageWidth
restore
rotate
save
scale
setLineDash
stroke
strokeStyle
textAlign
textBaseline
translate
Changes the current fill brush (Default = "black").