PointcloudObject.set_object_color

PointcloudObject.set_object_color(obj, color)[source]

Set the color of a Blender object.

Parameters:
objbpy.types.Object

The Blender object.

colorrgb1 | rgb255 | compas.colors.Color

The color specification.

Returns:
None