UnityEditor.ColorPickerHDRConfig.ColorPickerHDRConfig C# (CSharp) Method

ColorPickerHDRConfig() private method

private ColorPickerHDRConfig ( ColorPickerHDRConfig other ) : System
other ColorPickerHDRConfig
return System
        internal ColorPickerHDRConfig(ColorPickerHDRConfig other)
        {
            this.minBrightness = other.minBrightness;
            this.maxBrightness = other.maxBrightness;
            this.minExposureValue = other.minExposureValue;
            this.maxExposureValue = other.maxExposureValue;
        }

Same methods

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