d2dgame ~master (2017-12-15T21:45:17Z)
Dub
Repo
Bitmap.setPixelRGBA
d2d
rendering
bitmap
Bitmap
Sets the RGBA color at position x, y. (0, 0) is top left.
class
Bitmap
void
setPixelRGBA
(
int
x
,
int
y
,
ubyte
r
,
ubyte
g
,
ubyte
b
,
ubyte
a
)
Meta
Source
See Implementation
d2d
rendering
bitmap
Bitmap
constructors
this
functions
convert
dispose
fill
getPixel
getPixelRGBA
mapRGB
mapRGBA
save
setPixel
setPixelRGBA
properties
height
surface
valid
width
static functions
fromSurface
load
Sets the RGBA color at position x, y. (0, 0) is top left.