E3DViewer::SetRenderSourceConstantColor

Sets the constant color used to display a point cloud or a mesh, when ESourceColorMode is set to Constant.

Namespace: Euresys::Open_eVision_23_12::Easy3D

[C++]

void SetRenderSourceConstantColor(
   const std::string& name,
   EC24 color
)

Parameters

name

The name of the render source to be considered.

color

The color.

Remarks

See also E3DViewer::SetRenderSourceColorMode.

E3DViewer.SetRenderSourceConstantColor

Sets the constant color used to display a point cloud or a mesh, when ESourceColorMode is set to Constant.

Namespace: Euresys.Open_eVision_23_12.Easy3D

[C#]

void SetRenderSourceConstantColor(
   string name,
   Euresys.Open_eVision_23_12.EC24 color
)

Parameters

name

The name of the render source to be considered.

color

The color.

Remarks

See also E3DViewer::SetRenderSourceColorMode.