[−][src]Trait conrod_core::color::Colorable
Types that can be colored.
Required methods
Loading content...Provided methods
fn rgba(self, r: f32, g: f32, b: f32, a: f32) -> Self
Set the color of the widget from rgba values.
fn rgb(self, r: f32, g: f32, b: f32) -> Self
Set the color of the widget from rgb values.
fn hsla(self, h: f32, s: f32, l: f32, a: f32) -> Self
Set the color of the widget from hsla values.
fn hsl(self, h: f32, s: f32, l: f32) -> Self
Set the color of the widget from hsl values.
Implementors
impl Colorable for BorderedRectangle
[src]
impl Colorable for Line
[src]
impl Colorable for Rectangle
[src]
impl Colorable for RoundedRectangle
[src]
impl<'a> Colorable for Canvas<'a>
[src]
impl<'a> Colorable for CollapsibleArea<'a>
[src]
impl<'a> Colorable for DirectoryView<'a>
[src]
impl<'a> Colorable for FileNavigator<'a>
[src]
impl<'a> Colorable for Text<'a>
[src]
impl<'a> Colorable for Tabs<'a>
[src]
impl<'a> Colorable for TextBox<'a>
[src]
impl<'a> Colorable for TextEdit<'a>
[src]
impl<'a> Colorable for TitleBar<'a>
[src]
impl<'a> Colorable for Toggle<'a>
[src]
impl<'a, E> Colorable for EnvelopeEditor<'a, E> where
E: EnvelopePoint,
[src]
E: EnvelopePoint,