Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public enum CesiumColorBlendMode
Members
  Member nameDescription
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