AseHeader
ase.AseHeader (Class)
Implements: ase.types.Serializable
Static Members
ASEPRITE_MAGIC: IntSIZE: IntfromBytes(headerData: haxe.io.Bytes): AseHeader| Name | Type |
|---|---|
headerData |
haxe.io.Bytes |
| Returns |
|---|
| AseHeader |
Instance Members
fileSize: haxe.Int32magic: Intframes: Intwidth: Intheight: IntcolorDepth: ase.types.ColorDepthflags: haxe.Int32speed: IntpaletteEntry: IntcolorsNumber: IntpixelWidth: IntpixelHeight: IntgridX: IntgridY: IntgridWidth: IntgridHeight: Intsize: InttoBytes(?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