Trait undither::PixAlphaAble [] [src]

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

Required Methods

Implementations on Foreign Types

impl PixAlphaAble for u8
[src]

[src]

[src]

Implementors