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

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

Loading content...

Implementations on Foreign Types

impl Pixel for Rgba<u8>[src]

impl Pixel for Rgb<u8>[src]

Loading content...

Implementors

impl Pixel for RGBA8[src]

Loading content...