pixelperfectengine v0.10.0-beta.9 (2023-02-08T21:49:32Z)
Dub
Repo
Bitmap.this
pixelperfectengine
graphics
bitmap
Bitmap
CTOR for 1 bit bitmaps with no preexisting source.
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)
class
Bitmap
(string S, T)
public @
trusted
pure
static if
(!(
S != "HB" && S != "QB" && S != "b"
))
static if
(!(
S == "HB"
))
static if
(!(
S == "QB"
))
static if
(
S == "b"
)
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
CTOR for 1 bit bitmaps with no preexisting source.