VindralEngine.DataTypes Namespace Reference

Enumerations

enum  LayerMaskAppliance { None = 0 , Normal = 1 , Additive = 2 , Subtractive = 3 }
 

Enumeration Type Documentation

◆ LayerMaskAppliance

Enumerator
None 0 

No masking is applied. Default mode.

Normal 1 

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

Additive 2 

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

Subtractive 3 

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