ae v0.0.1981 (2017-07-03T22:25:46Z)
Home
Dub
Repo
SoftwareRenderer.fillRect
ae
ui
video
software
common
SoftwareRenderer
Undocumented in source. Be warned that the author may not have intended to support it.
void
fillRect
(int x0, int y0, int x1, int y1, COLOR color)
void
fillRect
(float x0, float y0, float x1, float y1, COLOR color)
mixintemplate
SoftwareRenderer
()
override
void
fillRect
(
float
x0
,
float
y0
,
float
x1
,
float
y1
,
COLOR
color
)
Meta
Source
See Implementation
ae
ui
video
software
common
SoftwareRenderer
functions
clear
draw
fillRect
hline
line
putPixel
putPixels
vline