This version of Unity is unsupported.

ColorPickerHDRConfig Constructor

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

Parameters

minBrightnessMinimum brightness value allowed when using the Color Picker.
maxBrightnessMaximum brightness value allowed when using the Color Picker.
minExposureValueMinimum exposure value used in the tonemapping section of the Color Picker.
maxExposureValueMaximum exposure value used in the tonemapping section of the Color Picker.

Description