Color
componentToHex -> {String}
returns a color hex value from an integer
| Name | Type | Description |
|---|---|---|
| c | Integer | 0 - 255 |
rgbToHex -> {String}
returns a color hex value from an 3 integers
| Name | Type | Description |
|---|---|---|
| r | Integer | 0 - 255 |
| g | Integer | 0 - 255 |
| b | Integer | 0 - 255 |