Struct libvips::ops::Lab2XyzOptions
source · Expand description
Options for lab_2xyz operation
Fields§
§temp: Vec<f64>temp: Vec<f64> -> Color temperature
Trait Implementations§
source§impl Clone for Lab2XyzOptions
impl Clone for Lab2XyzOptions
source§fn clone(&self) -> Lab2XyzOptions
fn clone(&self) -> Lab2XyzOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more