Expressions can be used as converters.
The following tables provide a list of expressions used as converters.
| HSB TO RGB | Description |
|---|---|
| Converts | HSB to RGB mode. |
| Syntax | HSB2RGB |
| NUMBER TO COLOR ALPHA | Description |
|---|---|
| Converts | Four numbers into a color vector. |
| Syntax | number2coloralpha |
| NUMBER TO VECTOR | Description |
|---|---|
| Converts | A number to a vector. |
| Syntax | num2vec |
| RGB TO RGBA | Description |
|---|---|
| Converts | RGB to RGBA mode. |
| Syntax | RGB2RGBA |
| RGB TO HSB | Description |
|---|---|
| Converts | RGB to HSB mode. |
| Syntax | RGB2HSB |
| RGBA TO RGB | Description |
|---|---|
| Converts | RGBA mode to RGB. |
| Syntax | RGBA2RGB |
| SECONDS TO TIME | Description |
|---|---|
| Converts | A number of seconds to a time format. |
| Syntax | seconds2time |
| TIME TO SECONDS | Description |
|---|---|
| Converts | A time format to a number of seconds. Use the time2seconds expression to convert time to a number of seconds in an Expressions constraint. |
| Syntax | time2seconds |