WorldColor
Inherits from: World
World class representing a single color environmental lighting.
Methods
set_params
Description:
Set ligthing parameters.
Signature:
def set_params(self, color: tuple[float, float, float, float]=None, strength: float=None)Arguments:
-
color:tuple[float, float, float, float]— environement color -
strength:float— envronement light strength
Attributes
color
Type: tuple[float, float, float, float]
strength
Type: float
Last updated on