E3DViewer::SetRenderSourceOpacity
Sets the opacity used to display the render source. Only compatible with ESourceColorMode.Constant
.
Namespace: Euresys::Open_eVision::Easy3D
[C++]
void SetRenderSourceOpacity(
const std::string& name,
OEV_UINT8 opacity
)
Parameters
name
The name of the render source to be considered.
opacity
The opacity between fully transparent (0) and fully opaque (255).
E3DViewer.SetRenderSourceOpacity
Sets the opacity used to display the render source. Only compatible with ESourceColorMode.Constant
.
Namespace: Euresys.Open_eVision.Easy3D
[C#]
void SetRenderSourceOpacity(
string name,
byte opacity
)
Parameters
name
The name of the render source to be considered.
opacity
The opacity between fully transparent (0) and fully opaque (255).
E3DViewer.SetRenderSourceOpacity
Sets the opacity used to display the render source. Only compatible with ESourceColorMode.Constant
.
Module: open_evision.Easy3D
[Python]
SetRenderSourceOpacity(
name: str
opacity: int
) -> None
Parameters
name
The name of the render source to be considered.
opacity
The opacity between fully transparent (0) and fully opaque (255).