The XSimpleColorOperation enumeration defining simple color operations.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
public enum XSimpleColorOperation |
Members
Member name | Description | |
---|---|---|
Replace |
Replace one color with another one.
| |
Add |
Result is sum of colors.
| |
Modulate |
Color modulation.
| |
AlphaBlending |
Aplha blending.
|