Struct libvips::ops::ScRgb2SRgbOptions
source · pub struct ScRgb2SRgbOptions {
pub depth: i32,
}
Expand description
Options for sc_rgb_2s_rgb operation
Fields§
§depth: i32
depth: i32
-> Output device space depth in bits
min: 8, max: 16, default: 8
Trait Implementations§
source§impl Clone for ScRgb2SRgbOptions
impl Clone for ScRgb2SRgbOptions
source§fn clone(&self) -> ScRgb2SRgbOptions
fn clone(&self) -> ScRgb2SRgbOptions
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