E3DViewer::GetFixColorRampBounds

Gets the bounds of the color ramp.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void GetFixColorRampBounds(
   float& min,
   float& max
)

Parameters

min

Where the lowest value of the color ramp will be stored.

max

Where the highest value of the color ramp will be stored.

Remarks

See also E3DViewer::DisableFixColorRampBounds

E3DViewer.GetFixColorRampBounds

Gets the bounds of the color ramp.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void GetFixColorRampBounds(
   out float min,
   out float max
)

Parameters

min

Where the lowest value of the color ramp will be stored.

max

Where the highest value of the color ramp will be stored.

Remarks

See also E3DViewer::DisableFixColorRampBounds