ABitmap

Base bitmap functions, for enable the use of the same .

Members

Functions

clear
void clear()

Clears the whole bitmap to a transparent color.

generateStandardCollisionModel
AdvancedBitArray generateStandardCollisionModel()
Undocumented in source.
getPalettePtr
Color* getPalettePtr()

Returns the palette pointer.

setPalettePtr
void setPalettePtr(Color* p)

Sets the palette pointer. Make sure that you set it to a valid memory location.

Properties

height
int height [@property getter]

Returns the height of the bitmap.

width
int width [@property getter]

Returns the width of the bitmap.

wordLengthByString
string wordLengthByString [@property getter]

Returns the wordlength of the type

Meta