truecolor

Function truecolor 

Source
pub fn truecolor(r: u8, g: u8, b: u8) -> String
Expand description

Set the foreground color to the RGB value (r, g, b). Not supported on all terminals. Terminals which do support this feature are called “truecolor terminals”.