pixelperfectengine v0.9.4-beta3 (2019-10-18T18:09:33Z)
Dub
Repo
Bitmap.this
PixelPerfectEngine
graphics
bitmap
Bitmap
Creates an empty bitmap. DEPRECATED!
this
(int x, int y, Color* palettePtr)
class
Bitmap
(string S, T)
static if
(
S == "HB"
)
this
(
int
x
,
int
y
,
Color
*
palettePtr
)
this
(ubyte[] p, int x, int y, Color* palettePtr)
this
(int x, int y)
this
(ubyte[] p, int x, int y)
this
(int x, int y, Color* palettePtr)
this
(ubyte[] p, int x, int y, Color* palettePtr)
this
(int x, int y)
this
(ubyte[] p, int x, int y)
this
(int x, int y)
this
(ushort[] p, int x, int y)
this
(int x, int y)
this
(Color[] p, int x, int y)
Meta
Source
See Implementation
PixelPerfectEngine
graphics
bitmap
Bitmap
constructors
this
functions
clear
generateStandardCollisionModel
getPtr
offsetIndexes
readPixel
resize
writePixel
properties
wordLengthByString
variables
pixels
Creates an empty bitmap. DEPRECATED!