Struct PNGParser.PNGPixelData
PNG pixel data result - mirrors BMPParser.BMPPixelData for compatibility
public struct PNGParser.PNGPixelData
Fields
DecodedPixels
public NativeArray<byte> DecodedPixels
Field Value
- NativeArray<byte>
Header
public PNGParser.PNGHeader Header
Field Value
IsSuccess
public bool IsSuccess
Field Value
- bool
Palette
public Color32[] Palette
Field Value
- Color32[]
Methods
Dispose()
public void Dispose()