pixelperfectengine v0.9.4-alpha.3 (2018-07-14T20:03:51Z)
Dub
Repo
Bitmap.writePixel
PixelPerfectEngine
graphics
bitmap
Bitmap
Writes the pixel at the given position.
void
writePixel
(int x, int y, T color)
void
writePixel
(int x, int y, ubyte color)
class
Bitmap
(string S, T)
@
nogc
static if
(
S == "HB"
)
void
writePixel
(
int
x
,
int
y
,
ubyte
color
)
Meta
Source
See Implementation
PixelPerfectEngine
graphics
bitmap
Bitmap
constructors
this
functions
clear
generateStandardCollisionModel
getPtr
offsetIndexes
readPixel
resize
writePixel
properties
wordLengthByString
variables
pixels
Writes the pixel at the given position.