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):
...
| Parameter | Type | Description |
|---|---|---|
| value | float | The surface scale value. |