Searched refs:HSLColor (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/plotters/src/style/ |
D | color.rs | 108 pub struct HSLColor(pub f64, pub f64, pub f64); struct 110 impl BackendStyle for HSLColor { implementation 161 impl Color for HSLColor {} implementation
|
D | mod.rs | 14 pub use color::{Color, HSLColor, PaletteColor, RGBAColor, RGBColor};
|
/external/rust/crates/plotters/examples/ |
D | matshow.rs | 41 HSLColor( in main()
|
D | mandelbrot.rs | 31 plotting_area.draw_pixel((x, y), &HSLColor(c as f64 / 100.0, 1.0, 0.5))?; in main()
|
/external/rust/crates/plotters/src/ |
D | lib.rs | 744 AsRelative, Color, FontDesc, FontFamily, FontStyle, FontTransform, HSLColor, IntoFont,
|