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

pub struct RGBA8UI;

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

Trait Implementations

impl Clone for RGBA8UI
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RGBA8UI
[src]

impl Debug for RGBA8UI
[src]

Formats the value using the given formatter.

impl Pixel for RGBA8UI
[src]

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

Raw encoding of a single pixel; i.e. that is, encoding of underlying values in contiguous texture memory. It should be match the PixelFormat mapping. Read more

Reify to PixelFormat.

impl ColorPixel for RGBA8UI
[src]

impl RenderablePixel for RGBA8UI
[src]