pixelperfectengine v0.9.4-beta2 (2019-02-10T22:09:11Z)
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.