Light
- class dazpy.DazLight(client, identifier)[source]
Bases:
DazNodeProxy for a
DzLightnode.Extends
DazNodewith light-specific properties.- property color: dict | None
Diffuse colour as
{"r", "g", "b"}(0–255 range, read-only).Use
set_color()to change.