First time here? Check out the FAQ!
answered 2018-12-31 01:16:08 -0600
you're trying to use it like a static function, but you need to call it on the actual instance, like:
wb->setSaturationThreshold(0.5);