to_rgba_string method
to_rgba_string
Returns a string containing the RGBA color specified by: rgba(R, G, B, A).
Returns
A rgba string.
def to_rgba_string(self):
...
See Also
- module
aspose.svg.drawing
- class
Color
Returns a string containing the RGBA color specified by: rgba(R, G, B, A).
A rgba string.
def to_rgba_string(self):
...
aspose.svg.drawing
Color