Table of Contents

Struct PNGParser.PNGPixelData

Namespace
Map.Loading.Images
Assembly
MapAssembly.dll

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

PNGParser.PNGHeader

IsSuccess

public bool IsSuccess

Field Value

bool

Palette

public Color32[] Palette

Field Value

Color32[]

Methods

Dispose()

public void Dispose()