E3DViewer::GetRenderSourceColorMode

Gets the Source Color Mode. The Source Color Mode defines how the colors of the point cloud or mesh are chosen. See ESourceColorMode.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

Euresys::Open_eVision::Easy3D::ESourceColorMode GetRenderSourceColorMode(
   const std::string& name
)

Parameters

name

The name of the render source to be considered.

Remarks

See also E3DViewer::GetRenderSourceConstantColor and E3DViewer::GenerateColors.

E3DViewer.GetRenderSourceColorMode

Gets the Source Color Mode. The Source Color Mode defines how the colors of the point cloud or mesh are chosen. See ESourceColorMode.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

Euresys.Open_eVision.Easy3D.ESourceColorMode GetRenderSourceColorMode(
   string name
)

Parameters

name

The name of the render source to be considered.

Remarks

See also E3DViewer::GetRenderSourceConstantColor and E3DViewer::GenerateColors.