[][src]Function seahorse::color::magenta

pub fn magenta<T: Display>(t: T) -> String

Get the text with magenta text

Example

use seahorse::color;

let text = color::magenta("Hello");
println!("{}", text);