class Cel
package ase
Constructor
Variables
read onlypixelData:Bytes
Uncompressed Bytes representing pixels of the Cel.
- 32 bit ARGB value per pixel for 32 bit color depth
- 16 bit greyscale value 0x0000 = black, 0xffff = white
- 8 bit index value per pixel for Indexed
read onlypixelDataLength:Int
Required length of the data in bytes. Always equals to width x height x (bpp / 8)
Methods
link(frameIndex:Int):Void
Make this cel linked to the one located at frameIndex on the same layer
Parameters:
frameIndex | Index of the frame with the cel to link to |
---|