C# Class Glare.Assets.Formats.PcxFormat.PcxHeader

Exibir arquivo Open project: Burton-Radons/Alexandria

Public Properties

Property Type Description
BitsPerPixel byte
BytesPerScanLine ushort
ColorPlaneCount byte
ColorTableType PcxColorTableType
Compression PcxCompression
DpiX ushort
DpiY ushort
MaximumX ushort
MaximumY ushort
MinimumX ushort
MinimumY ushort
Signature byte
Version byte

Public Methods

Method Description
PcxHeader ( BinaryReader reader ) : System

Method Details

PcxHeader() public method

public PcxHeader ( BinaryReader reader ) : System
reader System.IO.BinaryReader
return System

Property Details

BitsPerPixel public_oe property

public byte BitsPerPixel
return byte

BytesPerScanLine public_oe property

public ushort BytesPerScanLine
return ushort

ColorPlaneCount public_oe property

public byte ColorPlaneCount
return byte

ColorTableType public_oe property

public PcxColorTableType ColorTableType
return PcxColorTableType

Compression public_oe property

public PcxCompression Compression
return PcxCompression

DpiX public_oe property

public ushort DpiX
return ushort

DpiY public_oe property

public ushort DpiY
return ushort

MaximumX public_oe property

public ushort MaximumX
return ushort

MaximumY public_oe property

public ushort MaximumY
return ushort

MinimumX public_oe property

public ushort MinimumX
return ushort

MinimumY public_oe property

public ushort MinimumY
return ushort

Signature public_oe property

public byte Signature
return byte

Version public_oe property

public byte Version
return byte