Trait guion::style::color::Color[][src]

pub trait Color: Clone {
    fn from_rgba8(c: [u8; 4]) -> Self;
fn into_rgba8(&self) -> [u8; 4]; }

Required methods

fn from_rgba8(c: [u8; 4]) -> Self[src]

fn into_rgba8(&self) -> [u8; 4][src]

Loading content...

Implementors

Loading content...