Struct luminance::pixel::RGBA32F [] [src]

pub struct RGBA32F;

A red, green, blue and alpha 32-bit floating pixel format.

Trait Implementations

impl Debug for RGBA32F
[src]

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

Formats the value using the given formatter.

impl Copy for RGBA32F
[src]

impl Clone for RGBA32F
[src]

fn clone(&self) -> RGBA32F

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

type Encoding = (f32, f32, f32, f32)

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

fn pixel_format() -> PixelFormat

impl ColorPixel for RGBA32F
[src]

impl DepthPixel for RGBA32F
[src]