pub trait GrayworldWBTraitConst: WhiteBalancerTraitConst {
// Required method
fn as_raw_GrayworldWB(&self) -> *const c_void;
// Provided method
fn get_saturation_threshold(&self) -> Result<f32> { ... }
}Expand description
Constant methods for crate::xphoto::GrayworldWB
Required Methods§
fn as_raw_GrayworldWB(&self) -> *const c_void
Provided Methods§
Sourcefn get_saturation_threshold(&self) -> Result<f32>
fn get_saturation_threshold(&self) -> Result<f32>
Maximum saturation for a pixel to be included in the gray-world assumption
§See also
setSaturationThreshold
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.