opacity method
opacity
Adds an opacity filter.
Returns
The builder instance for chaining.
def opacity(self, percentage):
    ...
| Parameter | Type | Description | 
|---|---|---|
| percentage | float | The percentage of opacity. | 
See Also
- module aspose.svg.builder
- class FilterValueListBuilder