Struct libvips::ops::InvertlutOptions  
source · pub struct InvertlutOptions {
    pub size: i32,
}Expand description
Options for invertlut operation
Fields§
§size: i32size: i32 -> LUT size to generate
min: 1, max: 1000000, default: 256
Trait Implementations§
source§impl Clone for InvertlutOptions
 
impl Clone for InvertlutOptions
source§fn clone(&self) -> InvertlutOptions
 
fn clone(&self) -> InvertlutOptions
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