AseHeader
ase.AseHeader (Class)
Implements: ase.types.Serializable
Static Members
ASEPRITE_MAGIC: Int
SIZE: Int
fromBytes(headerData: haxe.io.Bytes): AseHeader
Name | Type |
---|---|
headerData |
haxe.io.Bytes |
Returns |
---|
AseHeader |
Instance Members
fileSize: haxe.Int32
magic: Int
frames: Int
width: Int
height: Int
colorDepth: ase.types.ColorDepth
flags: haxe.Int32
speed: Int
paletteEntry: Int
colorsNumber: Int
pixelWidth: Int
pixelHeight: Int
gridX: Int
gridY: Int
gridWidth: Int
gridHeight: Int
size: Int
toBytes(?out: haxe.io.BytesOutput): haxe.io.Bytes
Name | Type | Default |
---|---|---|
out |
haxe.io.BytesOutput | (optional) |
Returns |
---|
haxe.io.Bytes |
toString(): String
Returns |
---|
String |
new(): Void