pub struct ColorTool;Implementations§
Source§impl ColorTool
impl ColorTool
pub fn new() -> Self
pub fn alice_blue(&self) -> &'static str
pub fn antique_white(&self) -> &'static str
pub fn aqua(&self) -> &'static str
pub fn aquamarine(&self) -> &'static str
pub fn azure(&self) -> &'static str
pub fn beige(&self) -> &'static str
pub fn bisque(&self) -> &'static str
pub fn black(&self) -> &'static str
pub fn blanched_almond(&self) -> &'static str
pub fn blue(&self) -> &'static str
pub fn blue_violet(&self) -> &'static str
pub fn brown(&self) -> &'static str
pub fn burly_wood(&self) -> &'static str
pub fn cadet_blue(&self) -> &'static str
pub fn chartreuse(&self) -> &'static str
pub fn chocolate(&self) -> &'static str
pub fn coral(&self) -> &'static str
pub fn cornflower_blue(&self) -> &'static str
pub fn cornsilk(&self) -> &'static str
pub fn crimson(&self) -> &'static str
pub fn cyan(&self) -> &'static str
pub fn dark_blue(&self) -> &'static str
pub fn dark_cyan(&self) -> &'static str
pub fn dark_golden_rod(&self) -> &'static str
pub fn dark_grey(&self) -> &'static str
pub fn dark_green(&self) -> &'static str
pub fn dark_khaki(&self) -> &'static str
pub fn dark_magenta(&self) -> &'static str
pub fn dark_olive_green(&self) -> &'static str
pub fn darkorange(&self) -> &'static str
pub fn dark_orchid(&self) -> &'static str
pub fn dark_red(&self) -> &'static str
pub fn dark_salmon(&self) -> &'static str
pub fn dark_sea_green(&self) -> &'static str
pub fn dark_slate_blue(&self) -> &'static str
pub fn dark_slate_grey(&self) -> &'static str
pub fn dark_turquoise(&self) -> &'static str
pub fn dark_violet(&self) -> &'static str
pub fn deep_pink(&self) -> &'static str
pub fn deep_sky_blue(&self) -> &'static str
pub fn dim_gray(&self) -> &'static str
pub fn dodger_blue(&self) -> &'static str
pub fn fire_brick(&self) -> &'static str
pub fn floral_white(&self) -> &'static str
pub fn forest_green(&self) -> &'static str
pub fn fuchsia(&self) -> &'static str
pub fn gainsboro(&self) -> &'static str
pub fn ghost_white(&self) -> &'static str
pub fn gold(&self) -> &'static str
pub fn golden_rod(&self) -> &'static str
pub fn grey(&self) -> &'static str
pub fn green(&self) -> &'static str
pub fn green_yellow(&self) -> &'static str
pub fn honey_dew(&self) -> &'static str
pub fn hot_pink(&self) -> &'static str
pub fn indian_red(&self) -> &'static str
pub fn indigo(&self) -> &'static str
pub fn ivory(&self) -> &'static str
pub fn khaki(&self) -> &'static str
pub fn lavender(&self) -> &'static str
pub fn lavender_blush(&self) -> &'static str
pub fn lawn_green(&self) -> &'static str
pub fn lemon_chiffon(&self) -> &'static str
pub fn light_blue(&self) -> &'static str
pub fn light_coral(&self) -> &'static str
pub fn light_cyan(&self) -> &'static str
pub fn light_golden_rod_yellow(&self) -> &'static str
pub fn light_grey(&self) -> &'static str
pub fn light_green(&self) -> &'static str
pub fn light_pink(&self) -> &'static str
pub fn light_salmon(&self) -> &'static str
pub fn light_sea_green(&self) -> &'static str
pub fn light_sky_blue(&self) -> &'static str
pub fn light_slate_grey(&self) -> &'static str
pub fn light_steel_blue(&self) -> &'static str
pub fn light_yellow(&self) -> &'static str
pub fn lime(&self) -> &'static str
pub fn lime_green(&self) -> &'static str
pub fn linen(&self) -> &'static str
pub fn magenta(&self) -> &'static str
pub fn maroon(&self) -> &'static str
pub fn medium_aqua_marine(&self) -> &'static str
pub fn medium_blue(&self) -> &'static str
pub fn medium_orchid(&self) -> &'static str
pub fn medium_purple(&self) -> &'static str
pub fn medium_sea_green(&self) -> &'static str
pub fn medium_slate_blue(&self) -> &'static str
pub fn medium_spring_green(&self) -> &'static str
pub fn medium_turquoise(&self) -> &'static str
pub fn medium_violet_red(&self) -> &'static str
pub fn midnight_blue(&self) -> &'static str
pub fn mint_cream(&self) -> &'static str
pub fn misty_rose(&self) -> &'static str
pub fn moccasin(&self) -> &'static str
pub fn old_lace(&self) -> &'static str
pub fn olive(&self) -> &'static str
pub fn olive_drab(&self) -> &'static str
pub fn orange(&self) -> &'static str
pub fn orange_red(&self) -> &'static str
pub fn orchid(&self) -> &'static str
pub fn pale_golden_rod(&self) -> &'static str
pub fn pale_green(&self) -> &'static str
pub fn pale_turquoise(&self) -> &'static str
pub fn pale_violet_red(&self) -> &'static str
pub fn papaya_whip(&self) -> &'static str
pub fn peach_puff(&self) -> &'static str
pub fn peru(&self) -> &'static str
pub fn pink(&self) -> &'static str
pub fn plum(&self) -> &'static str
pub fn powder_blue(&self) -> &'static str
pub fn purple(&self) -> &'static str
pub fn red(&self) -> &'static str
pub fn rosy_brown(&self) -> &'static str
pub fn royal_blue(&self) -> &'static str
pub fn saddle_brown(&self) -> &'static str
pub fn salmon(&self) -> &'static str
pub fn sandy_brown(&self) -> &'static str
pub fn sea_green(&self) -> &'static str
pub fn sea_shell(&self) -> &'static str
pub fn sienna(&self) -> &'static str
pub fn silver(&self) -> &'static str
pub fn sky_blue(&self) -> &'static str
pub fn slate_blue(&self) -> &'static str
pub fn slate_grey(&self) -> &'static str
pub fn snow(&self) -> &'static str
pub fn spring_green(&self) -> &'static str
pub fn steel_blue(&self) -> &'static str
pub fn tan(&self) -> &'static str
pub fn teal(&self) -> &'static str
pub fn thistle(&self) -> &'static str
pub fn tomato(&self) -> &'static str
pub fn turquoise(&self) -> &'static str
pub fn violet(&self) -> &'static str
pub fn wheat(&self) -> &'static str
pub fn white(&self) -> &'static str
pub fn white_smoke(&self) -> &'static str
pub fn yellow(&self) -> &'static str
pub fn yellow_green(&self) -> &'static str
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ColorTool
impl RefUnwindSafe for ColorTool
impl Send for ColorTool
impl Sync for ColorTool
impl Unpin for ColorTool
impl UnsafeUnpin for ColorTool
impl UnwindSafe for ColorTool
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more