pixelperfectengine v0.10.0-beta.1 (2021-05-16T17:51:01Z)
Dub
Repo
BitmapAttrib
PixelPerfectEngine
graphics
bitmap
Bitmap attributes, mainly for layers.
struct
BitmapAttrib {
this
(bool horizMirror, bool vertMirror, ubyte priority);
string
toString
();
}
Constructors
this
this
(bool horizMirror, bool vertMirror, ubyte priority)
Undocumented in source.
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
PixelPerfectEngine
graphics
bitmap
aliases
Bitmap16Bit
Bitmap1bit
Bitmap32Bit
Bitmap4Bit
Bitmap8Bit
classes
ABitmap
Bitmap
enums
BitmapTypes
structs
BitmapAttrib
Bitmap attributes, mainly for layers.