batch-engine ~master (2015-02-28T16:00:04Z)
Home
Dub
Repo
Image
Engine
Atlas
Undocumented in source.
class
Image {
ubyte
[]
Pixels
;
int
Width
;
int
Height
;
PixelType
Type
;
this
(ubyte[] pixels, int width, int height, PixelType type);
enum
PixelType
;
}
Constructors
this
this
(ubyte[] pixels, int width, int height, PixelType type)
Undocumented in source.
Members
Enums
PixelType
enum
PixelType
Undocumented in source.
Variables
Height
int
Height
;
Undocumented in source.
Pixels
ubyte
[]
Pixels
;
Undocumented in source.
Type
PixelType
Type
;
Undocumented in source.
Width
int
Width
;
Undocumented in source.
Meta
Source
See Implementation
Engine
Atlas
classes
Atlas
Image
MaxRectsBinPack