Struct ImageParser.ImageHeader
Unified image header information
public struct ImageParser.ImageHeader
Fields
BMPHeader
public BMPParser.BMPHeader BMPHeader
Field Value
BitsPerPixel
public int BitsPerPixel
Field Value
- int
Format
public ImageParser.ImageFormat Format
Field Value
HasPalette
public bool HasPalette
Field Value
- bool
Height
public int Height
Field Value
- int
IsSuccess
public bool IsSuccess
Field Value
- bool
PNGHeader
public PNGParser.PNGHeader PNGHeader
Field Value
Width
public int Width
Field Value
- int
Properties
IsValid
public bool IsValid { get; }
Property Value
- bool