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
Syntaxpublic UnorganizedPointCloud PaintedUniformColor(
ColorRGBA color
)
Public Function PaintedUniformColor (
color As ColorRGBA
) As UnorganizedPointCloud
public:
UnorganizedPointCloud^ PaintedUniformColor(
ColorRGBA color
)
Parameters
- color
- Type: Zivid.NETColorRGBA
The RGBA value used to color all points
Return Value
Type:
UnorganizedPointCloud
See Also