Enum tonemap_mode_e

Enum Documentation

enum class wt::sensor::response::tonemap_mode_e : std::uint8_t

Mode of operation of the tonemapping operator.

Values:

enumerator select

Switches between colourmap node when outout is monochromatic, and normal mode when output is polychromatic.

enumerator normal

Applies the tonemapping function per channel independently.

enumerator colourmap

Applies the tonemapping function to monochromatic (greyscale) output. 3-channel output is assumed to be linear RGB and is first converted to greyscale via colourspace::luminance().