Colors
The following functions allow you to modify or set color values in expression bindings.
📄️ brighter
Returns a color that is one shade brighter than the color given as an argument.
📄️ color
Creates a color using the given red, green, and blue amounts, which are integers between 0-255.
📄️ darker
Returns a color that is one shade darker than the color given as an argument.
📄️ gradient
Calculates a percentage given the three numeric arguments number, low, and high.