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: 24.2.419.0 (24.2.419.0)
Syntax public 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