ColorPickerHDRConfig
Used as input to ColorField to configure the HDR color ranges in the ColorPicker.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Class
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public class ColorPickerHDRConfig
Remarks
Additional Resources: EditorGUI.ColorField, EditorGUILayout.ColorField.
Fields
Value | Description |
|---|---|
| maxBrightness | Maximum allowed color component value when using the ColorPicker. |
| maxExposureValue | Maximum exposure value allowed in the Color Picker. |
| minBrightness | Minimum allowed color component value when using the ColorPicker. |
| minExposureValue | Minimum exposure value allowed in the Color Picker. |