Trait devotee_backend::Converter
source · pub trait Converter {
type Data;
// Required method
fn convert(&self, x: usize, y: usize, data: Self::Data) -> u32;
}Expand description
Converter from the Data value to 0xff_rr_gg_bb format.