setColors24bit

Sets colors in a TrueColor mode

version(Posix)
void
setColors24bit
@safe
(
int fgC
,
int bgC
)

Parameters

fgC
Type: int

The foreground color

bgC
Type: int

The background color

Return Value

Type: void

true in case of success, otherwise false

Meta