The function changes the specified value by the number input. The following parameters can be changed:
- “color”
- “brightness”
- “saturation”
- “transparency”
Function Definition: changecolor(parameter = "color", value = 10)
Name | Type | Description | Expected Values | Default Value |
---|---|---|---|---|
parameter | string | The parameter that needs to be changed. | "color" "brightness" "saturation" or "transparency" | "color" |
value | int | The value by which the parameter needs to be changed. | Integer | 10 |
The function changes the specified value by the number input. The following parameters can be changed:
Copyright 2024 – Agilo Research Pvt. Ltd. All rights reserved – Terms & Condition | Privacy Policy