Struct luminance::pixel::RGB8UI [] [src]

pub struct RGB8UI;

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

Trait Implementations

impl Debug for RGB8UI
[src]

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

Formats the value using the given formatter.

impl Copy for RGB8UI
[src]

impl Clone for RGB8UI
[src]

fn clone(&self) -> RGB8UI

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 RGB8UI
[src]

type Encoding = (u8, u8, u8)

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

fn pixel_format() -> PixelFormat

impl ColorPixel for RGB8UI
[src]