surface_scale method

surface_scale

Sets the ‘surfaceScale’ attribute of the feSpecularLighting element, defining the height of the surface for the lighting calculation.

Returns

The current builder instance.

def surface_scale(self, value):
    ...
ParameterTypeDescription
valuefloatThe surface scale value.

See Also