Class UserDataChunk
Parsed representation of an Aseprite UserData chunk.
Inheritance
UserDataChunk
Syntax
public class UserDataChunk : BaseChunk, IDisposable
Properties
chunkType
Declaration
public override ChunkTypes chunkType { get; }
Property Value
Overrides
color
Declaration
public Color32 color { get; }
Property Value
text
Declaration
public string text { get; }
Property Value
Methods
InternalRead(BinaryReader)
Declaration
protected override void InternalRead(BinaryReader reader)
Parameters
Overrides