Trait visioncortex::ColorType[][src]

pub trait ColorType {
    type ValueType;
    fn channel(&self, c: usize) -> Option<Self::ValueType>;
}

Associated Types

Loading content...

Required methods

fn channel(&self, c: usize) -> Option<Self::ValueType>[src]

Loading content...

Implementors

impl ColorType for Color[src]

type ValueType = u8

Loading content...