ae v0.0.3186 (2022-07-03T09:06:15Z)
Home
Dub
Repo
Renderer.Pixel
ae
ui
video
renderer
Renderer
Set some pixels.
class
Renderer
struct
Pixel {
int
x
;
int
y
;
COLOR
color
;
}
Members
Variables
color
COLOR
color
;
x
int
x
;
y
int
y
;
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
Set some pixels.