Struct luminance::pixel::RGBA8I [] [src]

pub struct RGBA8I;

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

Trait Implementations

impl Clone for RGBA8I
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RGBA8I
[src]

impl Debug for RGBA8I
[src]

[src]

Formats the value using the given formatter.

impl Pixel for RGBA8I
[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

[src]

Reify to PixelFormat.

impl ColorPixel for RGBA8I
[src]

impl RenderablePixel for RGBA8I
[src]