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.2.419.0 (24.2.419.0)
Syntax public CesiumProperty<double> ColorBlendAmount { get; set; }
Public Property ColorBlendAmount As CesiumProperty(Of Double)
Get
Set
public:
property CesiumProperty<double>^ ColorBlendAmount {
CesiumProperty<double>^ get ();
void set (CesiumProperty<double>^ value);
}
member ColorBlendAmount : CesiumProperty<float> with get, set
Property Value
Type:
CesiumPropertyDoubleSee Also