Input fields
- Last UpdatedMar 16, 2026
- 1 minute read
The input fields in the Colorselector module.
|
Name |
Type |
Description |
|---|---|---|
|
safeCanvas |
svec4 |
Sets the position and size of an invisible safe canvas. It is initialized using the corresponding configuration value. |
|
setCurrentColorRGBA |
svec4 |
Updates the current shown color with your rgba color. |
|
setPosition |
svec2 |
Sets the position of the UI inside the safe canvas. It is initialized using the corresponding configuration value. |
|
setText |
sjson |
{ "$.text": "insert your hex color"} |
|
setCurrentColorHEX |
sstring |
Updates the current shown color with your hex color. |
|
visible |
sbool |
Sets the visibility state of the UI. It is initialized using the corresponding configuration value. |