to_rgba method
to_rgba
Serializes this Argb32Color instance to the ‘rgba’ CSS function notation
Returns
A string with ‘rgba(r, g, b, a)’ format
def to_rgba(self):
...
See Also
- module
groupdocs.viewer.drawing - class
Argb32Color
Serializes this Argb32Color instance to the ‘rgba’ CSS function notation
A string with ‘rgba(r, g, b, a)’ format
def to_rgba(self):
...
groupdocs.viewer.drawingArgb32Color