apply_opacity method
apply_opacity
Applies the specified opacity to the bitmap image.
def apply_opacity(self, opacity):
...
Parameter | Type | Description |
---|---|---|
opacity | float | The opacity value to apply. |
See Also
- module
aspose.svg.drawing
- class
IBitmap
Applies the specified opacity to the bitmap image.
def apply_opacity(self, opacity):
...
Parameter | Type | Description |
---|---|---|
opacity | float | The opacity value to apply. |
aspose.svg.drawing
IBitmap