Class GlobalLayerMaskInfo

GlobalLayerMaskInfo class

The global layer mask section.

public sealed class GlobalLayerMaskInfo

Constructors

NameDescription
GlobalLayerMaskInfo()The default constructor.

Properties

NameDescription
AlphaMask { get; set; }Gets or sets the alpha mask.
BlueMask { get; set; }Gets or sets the blue mask.
GreenMask { get; set; }Gets or sets the green mask.
Kind { get; set; }Gets or sets the kind. 0 = Color selected–i.e. inverted; 1 = Color protected; 128 = use value stored per layer. This value is preferred. The others are for backward compatibility with beta versions.
Length { get; }Gets the global layer mask section length in bytes.
Opacity { get; set; }Gets or sets global layers opacity. 0 = transparent, 100 = opaque.
OverlayColorSpace { get; set; }Gets or sets the overlay color space (undocumented value).
RedMask { get; set; }Gets or sets the red mask.

See Also