pixelperfectengine.graphics.bitmap

Undocumented in source.

Public Imports

pixelperfectengine.graphics.common
public import pixelperfectengine.graphics.common;
Undocumented in source.

Members

Aliases

Bitmap16Bit
alias Bitmap16Bit = Bitmap!("HW", ushort)
Undocumented in source.
Bitmap1Bit
alias Bitmap1Bit = Bitmap!("b", size_t)
Undocumented in source.
Bitmap2Bit
alias Bitmap2Bit = Bitmap!("QB", ubyte)
Undocumented in source.
Bitmap32Bit
alias Bitmap32Bit = Bitmap!("W", Color)
Undocumented in source.
Bitmap4Bit
alias Bitmap4Bit = Bitmap!("HB", ubyte)
Undocumented in source.
Bitmap8Bit
alias Bitmap8Bit = Bitmap!("B", ubyte)
Undocumented in source.

Classes

ABitmap
class ABitmap

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

Bitmap
class Bitmap(string S, T)

Implements a bitmap with variable bit depth. Use the aliases to initialize them.

Enums

BitmapTypes
enum BitmapTypes

Defines Bitmap types

Structs

BitmapAttrib
struct BitmapAttrib

Bitmap attributes, mainly for layers.

Meta