Click or drag to resize

UnorganizedPointCloudPaintedUniformColor Method

Create a clone of this point cloud with all points colored according to the given value

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.17.1.0
Syntax
public UnorganizedPointCloud PaintedUniformColor(
	ColorRGBA color
)

Parameters

color
Type: Zivid.NETColorRGBA
The RGBA value used to color all points

Return Value

Type: UnorganizedPointCloud
See Also