setFg256

Sets foreground color in a 256 color mode

version(Posix)
@safe
bool
setFg256
(
uint c
)

Parameters

c uint

The color

Return Value

Type: bool

true in case of success, otherwise false

Meta