The XSimpleColorOperation enumeration defining simple color operations.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public enum XSimpleColorOperation

Members

Member nameDescription
Replace
Replace one color with another one.
Add
Result is sum of colors.
Modulate
Color modulation.
AlphaBlending
Aplha blending.

See Also