C# Class UnityEditor.ColorPickerHDRConfig

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
ColorPickerHDRConfig ( float minBrightness, float maxBrightness, float minExposureValue, float maxExposureValue ) : System

Private Methods

Méthode Description
ColorPickerHDRConfig ( ColorPickerHDRConfig other ) : System
Temp ( float minBrightness, float maxBrightness, float minExposure, float maxExposure ) : ColorPickerHDRConfig

Method Details

ColorPickerHDRConfig() public méthode

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.
Résultat System