MinIntensity

Gets and sets a value between 0 to 255, marking the minimum intensity value applied to the model. The value should be smaller than the MaxIntensity value.

 

JavaScript

 

MinIntensity

 

C#

 

double MinIntensity { get; set; }

 

C++

 

HRESULT MinIntensity([out, retval] double* pVal)

HRESULT MinIntensity([in] double pVal)