Legacy Documentation: Version 5.5
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

ColorPickerHDRConfig Constructor

public ColorPickerHDRConfig(float minBrightness, float maxBrightness, float minExposureValue, float maxExposureValue);

Parameters

minBrightness Minimum brightness value allowed when using the Color Picker.
maxBrightness Maximum brightness value allowed when using the Color Picker.
minExposureValue Minimum exposure value used in the tonemapping section of the Color Picker.
maxExposureValue Maximum exposure value used in the tonemapping section of the Color Picker.

Description