Struct luminance::pixel::RGBA8UI [] [src]

pub struct RGBA8UI;

A red, green, blue and alpha 8-bit unsigned pixel format.

Trait Implementations

impl Debug for RGBA8UI
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for RGBA8UI
[src]

impl Clone for RGBA8UI
[src]

fn clone(&self) -> RGBA8UI

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Pixel for RGBA8UI
[src]

type Encoding = (u8, u8, u8, u8)

Encoding of a single pixel. It should match the PixelFormat mapping.

fn pixel_format() -> PixelFormat

impl ColorPixel for RGBA8UI
[src]