aaFillRect

Draw a filled rectangle at fractional coordinates. Edges are anti-aliased.

void
aaFillRect
(
bool CHECKED = true
F : float
V
COLOR
)
(
auto ref V v
,
F x1
,
F y1
,
F x2
,
F y2
,
COLOR color
)
if (
is(COLOR : ViewColor!V)
)

Meta