Trait image::buffer::ConvertBuffer
source · [−]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.