Show / Hide Table of Contents

Class Header

Inheritance
System.Object
Header
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FasterGames.Aseprite.Editor.Library
Assembly: cs.temp.dll.dll
Syntax
public class Header

Constructors

Header(Byte[])

Declaration
public Header(byte[] header)
Parameters
Type Name Description
System.Byte[] header

Properties

ColorCount

Declaration
public ushort ColorCount { get; }
Property Value
Type Description
System.UInt16

ColorDepth

Declaration
public ColorDepth ColorDepth { get; }
Property Value
Type Description
ColorDepth

FileSize

Declaration
public uint FileSize { get; }
Property Value
Type Description
System.UInt32

Flags

Declaration
public uint Flags { get; }
Property Value
Type Description
System.UInt32

Frames

Declaration
public ushort Frames { get; }
Property Value
Type Description
System.UInt16

Height

Declaration
public ushort Height { get; }
Property Value
Type Description
System.UInt16

MagicNumber

Declaration
public ushort MagicNumber { get; }
Property Value
Type Description
System.UInt16

PixelHeight

Declaration
public byte PixelHeight { get; }
Property Value
Type Description
System.Byte

PixelWidth

Declaration
public byte PixelWidth { get; }
Property Value
Type Description
System.Byte

Speed

Declaration
public ushort Speed { get; }
Property Value
Type Description
System.UInt16

TransparentIndex

Declaration
public byte TransparentIndex { get; }
Property Value
Type Description
System.Byte

Width

Declaration
public ushort Width { get; }
Property Value
Type Description
System.UInt16
In This Article
Back to top Copyright FasterGames ©