pixelperfectengine v0.10.0-beta.9 (2023-02-08T21:49:32Z)
Dub
Repo
Bitmap.window
pixelperfectengine
graphics
bitmap
Bitmap
Returns a 2D slice (window) of the bitmap.
Bitmap
!(
S
,
T
)
window
(int iX0, int iY0, int iX1, int iY1)
class
Bitmap
(string S, T)
public @
safe
pure
static if
(
S != "HB" && S != "QB" && S != "b"
)
Bitmap
!(
S
,
T
)
window
(
int
iX0
,
int
iY0
,
int
iX1
,
int
iY1
)
Bitmap
!(
S
,
T
)
window
(int iX0, int iY0, int iX1, int iY1)
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 a 2D slice (window) of the bitmap.