color property
color property
Gets or sets the light’s color
Definition:
@property
def color(self):
...
@color.setter
def color(self, value):
...
See Also
- module
aspose.threed.entities - class
Light - class
Vector3
Gets or sets the light’s color
@property
def color(self):
...
@color.setter
def color(self, value):
...
aspose.threed.entitiesLightVector3