public ColorPickerHDRConfig ( float minBrightness, float maxBrightness, float minExposureValue, float maxExposureValue ) : System |
minBrightness |
float |
Minimum brightness value allowed when using the Color Picker. |
maxBrightness |
float |
Maximum brightness value allowed when using the Color Picker. |
minExposureValue |
float |
Minimum exposure value used in the tonemapping section of the Color Picker. |
maxExposureValue |
float |
Maximum exposure value used in the tonemapping section of the Color Picker. |
return |
System |
|