ae v0.0.1981 (2017-07-03T22:25:46Z)
Home
Dub
Repo
Renderer.Pixel
ae
ui
video
renderer
Renderer
Undocumented in source.
class
Renderer
struct
Pixel {
int
x
;
int
y
;
COLOR
color
;
}
Members
Variables
color
COLOR
color
;
Undocumented in source.
x
int
x
;
y
int
y
;
Undocumented in source.
Meta
Source
See Implementation
ae
ui
video
renderer
Renderer
aliases
COLOR
functions
clear
draw
fastLock
fillRect
hline
line
lock
present
putPixel
putPixels
shutdown
unlock
vline
properties
height
width
structs
Bitmap
Pixel
variables
canFastLock