E3DViewer::GetColorRampLocation

Gets the location of the color ramp.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void GetColorRampLocation(
   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.

E3DViewer.GetColorRampLocation

Gets the location of the color ramp.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void GetColorRampLocation(
   out float xmin,
   out float xmax,
   out float ymin,
   out 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.