VindralEngine.DataTypes Namespace Reference

Enumerations

enum  LayerMaskAppliance { None , Normal , Additive , Subtractive }
 

Enumeration Type Documentation

◆ LayerMaskAppliance

Enumerator
None 

No masking is applied. Default mode.

Normal 

Normal masking. The layer's alpha channel is used to mask the content of the layer directly beneath it.

Additive 

Additive masking. The layer's alpha channel is added to the alpha channel of the layer beneath it.

Subtractive 

Subtractive masking. The layer's alpha channel is subtracted from the alpha channel of the layer beneath it.