Struct luminance::pixel::RGB32F [] [src]

pub struct RGB32F;

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

Trait Implementations

impl Debug for RGB32F
[src]

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

Formats the value using the given formatter.

impl Copy for RGB32F
[src]

impl Clone for RGB32F
[src]

fn clone(&self) -> RGB32F

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

type Encoding = (f32, f32, f32)

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

fn pixel_format() -> PixelFormat

impl ColorPixel for RGB32F
[src]