C# Class UnityEditor.ColorPickerHDRConfig

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
ColorPickerHDRConfig ( float minBrightness, float maxBrightness, float minExposureValue, float maxExposureValue ) : System

Private Methods

Method Description
ColorPickerHDRConfig ( ColorPickerHDRConfig other ) : System
Temp ( float minBrightness, float maxBrightness, float minExposure, float maxExposure ) : ColorPickerHDRConfig

Method Details

ColorPickerHDRConfig() public method

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