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

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

Required methods

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

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

Loading content...

Implementors

Loading content...