[][src]Trait undither::PixAlphaAble

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

Required methods

pub fn pal_index(&self) -> usize[src]

pub fn is_transparent(&self, transparent_index: Option<u8>) -> bool[src]

Loading content...

Implementations on Foreign Types

impl PixAlphaAble for u8[src]

Loading content...

Implementors

impl PixAlphaAble for PalAlpha[src]

Loading content...