LayerData

Data for a layer

Members

Variables

bpc
ubyte bpc;

Original bits per channel

channels
ushort channels;

Amount of channels

compression
LayerCompression compression;

Compression scheme used

data
ubyte[] data;

8 bit RGBA data

height
uint height;

Height of layer data

width
uint width;

Width of layer data

Meta