Trait uorustlibs::art::Art [] [src]

pub trait Art {
    fn serialize(&self) -> Vec<u8>;
fn to_image(&self) -> RgbaImage; }

Required Methods

Convert to a 32bit array

Returns (width, height, colors)

Implementors