pixelperfectengine v0.10.0-beta.9 (2023-02-08T21:49:32Z)
Dub
Repo
Bitmap.readPixel
pixelperfectengine
graphics
bitmap
Bitmap
Returns the pixel at the given position.
T
readPixel
(int x, int y)
class
Bitmap
(string S, T)
@
nogc
public @
safe
pure
static if
(
S != "HB" && S != "QB" && S != "b"
)
T
readPixel
(
int
x
,
int
y
)
T
readPixel
(int x, int y)
bool
readPixel
(int x, int y)
Meta
Source
See Implementation
pixelperfectengine
graphics
bitmap
Bitmap
constructors
this
functions
clear
generateStandardCollisionModel
getPtr
offsetIndexes
readPixel
resize
testChunkCollision
testChunkCollisionB
testCollision
window
wordLengthByString
writePixel
static variables
BITAM
SHAM
SHFLAG
variables
pitch
pixelAccess
pixels
Returns the pixel at the given position.