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