E3DViewer::GetEnableSmartColorRamp

E3DViewer::SetEnableSmartColorRamp

Sets/Gets the state of the smart generation of color. If the smart generation of color is active, then the outliers inside the pointcloud will not be taken into account in the color ramp.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

bool GetEnableSmartColorRamp() const

void SetEnableSmartColorRamp(bool state)

Remarks

Default: true. When set to true, fix color ramp bounds are disabled (see also E3DViewer::DisableFixColorRampBounds).

E3DViewer.EnableSmartColorRamp

Sets/Gets the state of the smart generation of color. If the smart generation of color is active, then the outliers inside the pointcloud will not be taken into account in the color ramp.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

bool EnableSmartColorRamp

{ get; set; }

Remarks

Default: true. When set to true, fix color ramp bounds are disabled (see also E3DViewer::DisableFixColorRampBounds).