Trait uorustlibs::art::Art
[−]
[src]
pub trait Art { fn serialize(&self) -> Vec<u8>; fn to_image(&self) -> RgbaImage; }
Required Methods
fn serialize(&self) -> Vec<u8>
Convert to a 32bit array
Returns (width, height, colors)