Trait glin::Color[][src]

pub trait Color<T: ?Sized> {
    fn as_slice(&self) -> &[f32; 4];
}

Required methods

fn as_slice(&self) -> &[f32; 4][src]

Loading content...

Implementations on Foreign Types

impl Color<[f32; 4]> for [f32; 4][src]

Loading content...

Implementors

impl<T: AsRef<[f32; 4]> + ?Sized> Color<dyn AsRef<[f32; 4]> + 'static> for T[src]

Loading content...