pub unsafe extern "C" fn ColorMatch_SetConfidenceThreshold(
this: *mut ColorMatch,
confidence: f64,
)Expand description
Set the confidence interval for determining color. Defaults to 0.95
@param confidence A value between 0 and 1
pub unsafe extern "C" fn ColorMatch_SetConfidenceThreshold(
this: *mut ColorMatch,
confidence: f64,
)Set the confidence interval for determining color. Defaults to 0.95
@param confidence A value between 0 and 1