The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
brush
printed
canvas
irenderer
Make a brush suitable for
fillStyle
and
strokeStyle
.
Brush
brush
(int r, int g, int b, int a)
Brush
brush
(int r, int g, int b)
Brush
brush
(
int
r
,
int
g
,
int
b
)
Brush
brush
(const(char)[] htmlColor)
Meta
Source
See Implementation
printed
canvas
irenderer
enums
FontStyle
FontWeight
TextBaseline
functions
brush
convertMillimetersToPoints
convertPointsToMillimeters
interfaces
IRenderingContext2D
static variables
defaultRenderOptions
structs
RenderOptions
TextMetrics
Make a brush suitable for fillStyle and strokeStyle.