Trait texture_packer::texture::Pixel [] [src]

pub trait Pixel: Sized {
    fn is_transparent(&self) -> bool;
    fn transparency() -> Option<Self>;
    fn outline() -> Self;
}

Required Methods

fn is_transparent(&self) -> bool

fn transparency() -> Option<Self>

fn outline() -> Self

Implementors