pixelperfectengine v0.10.0-beta.9 (2023-02-08T21:49:32Z)
Dub
Repo
Bitmap.resize
pixelperfectengine
graphics
bitmap
Bitmap
Resizes the bitmap. NOTE: It's not for scaling.
void
resize
(int x, int y)
class
Bitmap
(string S, T)
public @
safe
pure
static if
(
S != "HB" && S != "QB" && S != "b"
)
void
resize
(
int
x
,
int
y
)
void
resize
(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
Resizes the bitmap. NOTE: It's not for scaling.