LayerMaskSection

Undocumented in source.

Members

Variables

hasTransparencyMask
bool hasTransparencyMask;

< Whether the layer data contains a transparency mask or not.

kind
ubyte kind;

< The global kind of layer (not used yet).

layerCount
uint layerCount;

< The number of layers stored in the array.

layers
LayerMaskInfo[] layers;

< An array of layers, having layerCount entries.

opacity
ushort opacity;

< The global opacity level (0 = transparent, 100 = opaque, not used yet).

overlayColorSpace
ushort overlayColorSpace;

< The color space of the overlay (undocumented, not used yet).

Meta