surface_scale method

surface_scale

Sets the ‘surfaceScale’ attribute of the feDiffuseLighting element.

Returns

The current builder instance.

def surface_scale(self, value):
    ...
ParameterTypeDescription
valuefloatThe height of the surface for the lighting calculation.

See Also