pixelperfectengine v0.9.4-alpha.3 (2018-07-14T20:03:51Z)
Dub
Repo
Bitmap.this
PixelPerfectEngine
graphics
bitmap
Bitmap
Creates a bitmap from an array.
this
(int x, int y, Color* palettePtr)
this
(ubyte[] p, int x, int y, Color* palettePtr)
class
Bitmap
(string S, T)
static if
(
S == "HB"
)
this
(
ubyte
[]
p
,
int
x
,
int
y
,
Color
*
palettePtr
= null
)
this
(int x, int y, Color* palettePtr)
this
(ubyte[] p, int x, int y, Color* palettePtr)
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 a bitmap from an array.