TCOLOR
Root / Documentation / [.]
Created:
Apply a color filter to the entire text screen. The color of all tiles is multiplied by the filter color.
/To change the default color of individual characters, see/ `COLOR`.
* Syntax
```sbsyntax
TCOLOR screenID%, color%
TCOLOR screenID% OUT color%
```
|* Argument | Description |
| `screenID%` | ID of the target text screen |
| `color%` | The color used for the multiply filter |
* Examples
```sb4
'apply a red filter to text screen 0
TCOLOR 0,#C_RED
PRINT TCOLOR(0) '> -65536
```
* See Also
- `COLOR`
- `RGB`
- `RGBF`
- `HSV`
- `HSVF`
No posts yet (will you be the first?)