pixelperfectengine v0.10.0-beta.9 (2023-02-08T21:49:32Z)
Dub
Repo
Bitmap.this
pixelperfectengine
graphics
bitmap
Bitmap
Unified CTOR to create empty bitmap.
this
(int w, int h)
class
Bitmap
(string S, T)
public @
safe
pure
static if
(
S != "HB" && S != "QB" && S != "b"
)
this
(
int
w
,
int
h
)
this
(T[] src, int w, int h)
this
(int w, int h)
this
(ubyte[] p, int w, int h)
this
(int w, int h)
this
(ubyte[] p, int w, int h)
this
(int w, int h)
this
(ubyte[] src, int w, int h)
this
(size_t[] src, int w, int h)
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
Unified CTOR to create empty bitmap.