Struct texture_packer::texture::memory_rgba8_texture::RGBA8 [] [src]

pub struct RGBA8 {
    pub r: u8,
    pub g: u8,
    pub b: u8,
    pub a: u8,
}

Fields

r
g
b
a

Trait Implementations

impl Pixel for RGBA8

fn is_transparent(&self) -> bool

fn transparency() -> Option<Self>

fn outline() -> RGBA8

Derived Implementations

impl Clone for RGBA8

fn clone(&self) -> RGBA8

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for RGBA8