Struct imagepipe::colorspaces::OpToLab[][src]

pub struct OpToLab {
    pub cam_to_xyz: [[f32; 4]; 3],
}

Fields

Methods

impl OpToLab
[src]

Trait Implementations

impl Copy for OpToLab
[src]

impl Clone for OpToLab
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OpToLab
[src]

Formats the value using the given formatter. Read more

impl<'a> ImageOp<'a> for OpToLab
[src]

Auto Trait Implementations

impl Send for OpToLab

impl Sync for OpToLab