diffuse_constant method

diffuse_constant

Sets the ‘diffuseConstant’ attribute of the feDiffuseLighting element.

Returns

The current builder instance.

def diffuse_constant(self, value):
    ...
ParameterTypeDescription
valuefloatThe constant used to determine the lighting contribution.

See Also