Show / Hide Table of Contents

Class ColorPickerHDRConfig

Inheritance
Object
ColorPickerHDRConfig
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
[Serializable]
[Obsolete]
public class ColorPickerHDRConfig

Constructors

| Improve this Doc View Source

ColorPickerHDRConfig(Single, Single, Single, Single)

Declaration
public ColorPickerHDRConfig(float minBrightness, float maxBrightness, float minExposureValue, float maxExposureValue)
Parameters
Type Name Description
Single minBrightness
Single maxBrightness
Single minExposureValue
Single maxExposureValue

Fields

| Improve this Doc View Source

maxBrightness

Declaration
public float maxBrightness
Field Value
Type Description
Single
| Improve this Doc View Source

maxExposureValue

Declaration
public float maxExposureValue
Field Value
Type Description
Single
| Improve this Doc View Source

minBrightness

Declaration
public float minBrightness
Field Value
Type Description
Single
| Improve this Doc View Source

minExposureValue

Declaration
public float minExposureValue
Field Value
Type Description
Single

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX