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§

Provided Methods§

source

fn get_saturation_threshold(&self) -> Result<f32>

Maximum saturation for a pixel to be included in the gray-world assumption

See also

setSaturationThreshold

Implementors§