E3DViewer::SetFixColorRampBounds

Sets the bounds of the color ramp.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void SetFixColorRampBounds(
   float min,
   float max
)

Parameters

min

The lowest value of the color ramp.

max

The highest value of the color ramp.

Remarks

This function also sets to false E3DViewer::EnableSmartColorRamp. See also E3DViewer::DisableFixColorRampBounds

E3DViewer.SetFixColorRampBounds

Sets the bounds of the color ramp.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void SetFixColorRampBounds(
   float min,
   float max
)

Parameters

min

The lowest value of the color ramp.

max

The highest value of the color ramp.

Remarks

This function also sets to false E3DViewer::EnableSmartColorRamp. See also E3DViewer::DisableFixColorRampBounds