# ColorPickerHDRConfig

> Used as input to ColorField to configure the HDR color ranges in the ColorPicker.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

> **Warning:**
>
> **Deprecated.** This API has been marked as deprecated and may be removed in a future version.

```csharp
public class ColorPickerHDRConfig
```

## Remarks

Additional Resources: [EditorGUI.ColorField](/engine/6000.0/script-reference/unityeditor/editorgui/colorfield.md), [EditorGUILayout.ColorField](/engine/6000.0/script-reference/unityeditor/editorguilayout/colorfield.md).

## Fields

| Value                                                                                                    | Description                                                       |
| -------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- |
| [maxBrightness](/engine/6000.0/script-reference/unityeditor/colorpickerhdrconfig/maxbrightness.md)       | Maximum allowed color component value when using the ColorPicker. |
| [maxExposureValue](/engine/6000.0/script-reference/unityeditor/colorpickerhdrconfig/maxexposurevalue.md) | Maximum exposure value allowed in the Color Picker.               |
| [minBrightness](/engine/6000.0/script-reference/unityeditor/colorpickerhdrconfig/minbrightness.md)       | Minimum allowed color component value when using the ColorPicker. |
| [minExposureValue](/engine/6000.0/script-reference/unityeditor/colorpickerhdrconfig/minexposurevalue.md) | Minimum exposure value allowed in the Color Picker.               |
