setColors24bit

Sets colors in a TrueColor mode

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

Parameters

fgC int

The foreground color

bgC int

The background color

Return Value

Type: void

true in case of success, otherwise false

Meta