Trait image::buffer::ConvertBuffer  [−][src]
pub trait ConvertBuffer<T> {
    fn convert(&self) -> T;
}Expand description
Provides color conversions for whole image buffers.
pub trait ConvertBuffer<T> {
    fn convert(&self) -> T;
}Provides color conversions for whole image buffers.