Click or drag to resize

ModelGraphicsColorBlendAmount Property

Gets or sets the color strength when ColorBlendMode is Mix. A value of 0.0 results in the model's rendered color while a value of 1.0 results in a solid color, with any value in-between resulting in a mix of the two. If not specified, the default is 0.5.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CesiumProperty<double> ColorBlendAmount { get; set; }

Property Value

Type: CesiumPropertyDouble
See Also