get_rgb_color_value method

get_rgb_color_value

This method is used to get the RGB color. If this CSS value doesn’t contain a RGB color value, a DOMException is raised. Modification to the corresponding style property can be achieved using the RGBColor interface.

Returns

Returns RGB color value

def get_rgb_color_value(self):
    ...

See Also