Table of Contents

Struct PNGParser.PNGHeader

Namespace
Map.Loading.Images
Assembly
MapAssembly.dll

PNG header information

public struct PNGParser.PNGHeader

Fields

BitDepth

public byte BitDepth

Field Value

byte

ColorType

public byte ColorType

Field Value

byte

CompressionMethod

public byte CompressionMethod

Field Value

byte

FilterMethod

public byte FilterMethod

Field Value

byte

Height

public int Height

Field Value

int

InterlaceMethod

public byte InterlaceMethod

Field Value

byte

IsSuccess

public bool IsSuccess

Field Value

bool

Width

public int Width

Field Value

int

Properties

BytesPerPixel

public int BytesPerPixel { get; }

Property Value

int

HasAlpha

public bool HasAlpha { get; }

Property Value

bool

HasPalette

public bool HasPalette { get; }

Property Value

bool

IsSupported

public bool IsSupported { get; }

Property Value

bool

IsValid

public bool IsValid { get; }

Property Value

bool