get_color_value method

get_color_value

This method is used to get the value as a color. This method is valid if only only type of the input element is “color”

Returns

The color object.

def get_color_value(self):
    ...

See Also