E3DViewer::SetColorRampLocation

Sets the location of the color ramp.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void SetColorRampLocation(
   float xmin,
   float xmax,
   float ymin,
   float ymax
)

Parameters

xmin

The left most coordinate of the color ramp.

xmax

The right most coordinate of the color ramp.

ymin

The bottom most coordinate of the color ramp.

ymax

The top most coordinate of the color ramp.

Remarks

By default, the color ramp is located at the right of the window. The color ramp is always vertical. The value should be between 0 (left/bottom) and 100 (right/top) and corresponds to the % of the window.

E3DViewer.SetColorRampLocation

Sets the location of the color ramp.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void SetColorRampLocation(
   float xmin,
   float xmax,
   float ymin,
   float ymax
)

Parameters

xmin

The left most coordinate of the color ramp.

xmax

The right most coordinate of the color ramp.

ymin

The bottom most coordinate of the color ramp.

ymax

The top most coordinate of the color ramp.

Remarks

By default, the color ramp is located at the right of the window. The color ramp is always vertical. The value should be between 0 (left/bottom) and 100 (right/top) and corresponds to the % of the window.