Class LayerChunk
Parsed representation of an Aseprite Layer chunk.
Syntax
public class LayerChunk : BaseChunk, IDisposable
Properties
blendMode
Declaration
public BlendModes blendMode { get; }
Property Value
childLevel
The child level is used to show the relationship of this layer with the last one read.
Declaration
public ushort childLevel { get; }
Property Value
chunkType
Declaration
public override ChunkTypes chunkType { get; }
Property Value
Overrides
flags
Declaration
public LayerFlags flags { get; }
Property Value
layerType
Declaration
public LayerTypes layerType { get; }
Property Value
name
Declaration
public string name { get; }
Property Value
opacity
Declaration
public byte opacity { get; }
Property Value
tileSetIndex
Tileset index (Only available for Tilemap layers).
Declaration
public uint tileSetIndex { get; }
Property Value
Methods
InternalRead(BinaryReader)
Declaration
protected override void InternalRead(BinaryReader reader)
Parameters
Overrides