CesiumColorBlendMode Enumeration |
The mode to use when blending between a target color and an entity's source color.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic enum CesiumColorBlendMode
Public Enumeration CesiumColorBlendMode
public enum class CesiumColorBlendMode
type CesiumColorBlendMode
Members
| Member name | Description |
---|
| Highlight |
Multiplies the source color by the target color.
|
| Replace |
Replaces the source color with the target color.
|
| Mix |
Blends the source color and target color together.
|
See Also