Trait texture_packer::texture::Pixel
[−]
[src]
pub trait Pixel: Sized {
fn is_transparent(&self) -> bool;
fn transparency() -> Option<Self>;
fn outline() -> Self;
}