oa::FnImage::solarize

solarize: Invert values above a threshold.

Function Documentation

oa::Matrix oa::FnImage::solarize( oa::Engine & inEngine, const oa::Matrix & inImage, oa::F32 inThreshold = 0.5F, oa::F32 inMaxValue = 1.0F ) oa::Matrix oa::FnImage::solarize( const oa::Matrix & inImage, oa::F32 inThreshold = 0.5F, oa::F32 inMaxValue = 1.0F )
solarize: Invert values above a threshold.

Parameters

inEngine
oa::Engine &

inImage
const oa::Matrix &

inThreshold
oa::F32

Default: 0.5F

inMaxValue
oa::F32

Default: 1.0F

Returns

oa::Matrix

The declared return value.