void Set(
s32 red,
s32 green,
s32 blue,
s32 alpha = Color8::ALPHA_OPACITY
);
| Name | Description | |
|---|---|---|
| in | red |
R component of a color. |
| in | green |
G component of a color. |
| in | blue |
B component of a color. |
| in | alpha | A component of a color. (Default value: 255) |
Sets color using a numeric value from 0 to 255.
CONFIDENTIAL