set_color_value method
set_color_value
This method is used to set color as a value for input element. This method is valid if only the type of the input element is “color”
def set_color_value(self, value):
...
Parameter | Type | Description |
---|---|---|
value | aspose.pydrawing.Color | The color object. |
See Also
- module
aspose.html.forms
- class
InputElement