Trait colorutils_rs::ToRgba8

source ·
pub trait ToRgba8 {
    // Required method
    fn to_rgba8(&self) -> Rgba<u8>;
}

Required Methods§

source

fn to_rgba8(&self) -> Rgba<u8>

Implementors§