[][src]Trait undither::PixAlphaAble

pub trait PixAlphaAble: Copy {
    fn pal_index(&self) -> usize;
fn is_transparent(&self, transparent_index: Option<u8>) -> bool; }

Required methods

fn pal_index(&self) -> usize

fn is_transparent(&self, transparent_index: Option<u8>) -> bool

Loading content...

Implementations on Foreign Types

impl PixAlphaAble for u8[src]

Loading content...

Implementors

impl PixAlphaAble for PalAlpha[src]

Loading content...