Class ColorProfileChunk
Parsed representation of an Aseprite ColorProfile chunk.
Inheritance
ColorProfileChunk
Syntax
public class ColorProfileChunk : BaseChunk, IDisposable
Properties
chunkType
Declaration
public override ChunkTypes chunkType { get; }
Property Value
Overrides
flags
Flags for this color profile.
1 - use special fixed gamma.
Declaration
public ushort flags { get; }
Property Value
gamma
Fixed gamma (1.0 = linear).
Declaration
public float gamma { get; }
Property Value
profileType
The color profile used in this Aseprite file.
Declaration
public ColorProfileTypes profileType { get; }
Property Value
Methods
InternalRead(BinaryReader)
Declaration
protected override void InternalRead(BinaryReader reader)
Parameters
Overrides