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