A RGBA color by integer values.
| get | set | Type | Name | Description |
|---|---|---|---|---|
| x | x | int | r | a red value |
| x | x | int | g | a green value |
| x | x | int | b | a blue value |
| x | x | int | a | an alpha value |
| Member | Description |
|---|---|
| ColorI4 | Constructor. |
| ColorI4 | Constructor. |
| ColorI4 | Constructor. |
| ColorI4 |
Constructor. |
| ColorI4(r, g, b) | ||||||||||||
Constructor. | ||||||||||||
|
| ColorI4(r, g, b, a) | ||||||||||||||||
Constructor. | ||||||||||||||||
|