IntensityBlend

Gets and sets the the degree the point cloud’s intensity value is factored in colorizing the point cloud. This value can be any value between 0, to colorize the point cloud model by point color only, and 1 to colorize it by intensity only.

 

JavaScript

 

IntensityBlend

 

C#

 

double IntensityBlend { get; set; }

 

C++

 

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

HRESULT IntensityBlend([in] double pVal)