Class ColorGradingSettings
Contains settings for Color Grading effect rendering.
Inheritance
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class ColorGradingSettings : ValueType
Fields
ColorContrast
Gets or sets the color contrast (applies globally to the whole image). Default is 1.
Declaration
[CustomEditorAlias("FlaxEditor.CustomEditors.Editors.ColorTrackball")]
[EditorOrder(1)]
[Limit(0F, 2F, 0.01F)]
[EditorDisplay("Global", "Contrast")]
public Float4 ColorContrast
Field Value
Float4
|
ColorContrastHighlights
Gets or sets the color contrast (applies to highlights only). Default is 1.
Declaration
[CustomEditorAlias("FlaxEditor.CustomEditors.Editors.ColorTrackball")]
[EditorOrder(16)]
[Limit(0F, 2F, 0.01F)]
[EditorDisplay("Highlights", "Highlights Contrast")]
public Float4 ColorContrastHighlights
Field Value
Float4
|
ColorContrastMidtones
Gets or sets the color contrast (applies to midtones only). Default is 1.
Declaration
[CustomEditorAlias("FlaxEditor.CustomEditors.Editors.ColorTrackball")]
[EditorOrder(11)]
[Limit(0F, 2F, 0.01F)]
[EditorDisplay("Midtones", "Midtones Contrast")]
public Float4 ColorContrastMidtones
Field Value
Float4
|
ColorContrastShadows
Gets or sets the color contrast (applies to shadows only). Default is 1.
Declaration
[CustomEditorAlias("FlaxEditor.CustomEditors.Editors.ColorTrackball")]
[EditorOrder(6)]
[Limit(0F, 2F, 0.01F)]
[EditorDisplay("Shadows", "Shadows Contrast")]
public Float4 ColorContrastShadows
Field Value
Float4
|
ColorGain
Gets or sets the color gain (applies globally to the whole image). Default is 1.
Declaration
[CustomEditorAlias("FlaxEditor.CustomEditors.Editors.ColorTrackball")]
[EditorOrder(3)]
[Limit(0F, 2F, 0.01F)]
[EditorDisplay("Global", "Gain")]
public Float4 ColorGain
Field Value
Float4
|
ColorGainHighlights
Gets or sets the color gain (applies to highlights only). Default is 1.
Declaration
[CustomEditorAlias("FlaxEditor.CustomEditors.Editors.ColorTrackball")]
[EditorOrder(18)]
[Limit(0F, 2F, 0.01F)]
[EditorDisplay("Highlights", "Highlights Gain")]
public Float4 ColorGainHighlights
Field Value
Float4
|
ColorGainMidtones
Gets or sets the color gain (applies to midtones only). Default is 1.
Declaration
[CustomEditorAlias("FlaxEditor.CustomEditors.Editors.ColorTrackball")]
[EditorOrder(13)]
[Limit(0F, 2F, 0.01F)]
[EditorDisplay("Midtones", "Midtones Gain")]
public Float4 ColorGainMidtones
Field Value
Float4
|
ColorGainShadows
Gets or sets the color gain (applies to shadows only). Default is 1.
Declaration
[CustomEditorAlias("FlaxEditor.CustomEditors.Editors.ColorTrackball")]
[EditorOrder(8)]
[Limit(0F, 2F, 0.01F)]
[EditorDisplay("Shadows", "Shadows Gain")]
public Float4 ColorGainShadows
Field Value
Float4
|
ColorGamma
Gets or sets the color gamma (applies globally to the whole image). Default is 1.
Declaration
[CustomEditorAlias("FlaxEditor.CustomEditors.Editors.ColorTrackball")]
[EditorOrder(2)]
[Limit(0F, 2F, 0.01F)]
[EditorDisplay("Global", "Gamma")]
public Float4 ColorGamma
Field Value
Float4
|
ColorGammaHighlights
Gets or sets the color gamma (applies to highlights only). Default is 1.
Declaration
[CustomEditorAlias("FlaxEditor.CustomEditors.Editors.ColorTrackball")]
[EditorOrder(17)]
[Limit(0F, 2F, 0.01F)]
[EditorDisplay("Highlights", "Highlights Gamma")]
public Float4 ColorGammaHighlights
Field Value
Float4
|
ColorGammaMidtones
Gets or sets the color gamma (applies to midtones only). Default is 1.
Declaration
[CustomEditorAlias("FlaxEditor.CustomEditors.Editors.ColorTrackball")]
[EditorOrder(12)]
[Limit(0F, 2F, 0.01F)]
[EditorDisplay("Midtones", "Midtones Gamma")]
public Float4 ColorGammaMidtones
Field Value
Float4
|
ColorGammaShadows
Gets or sets the color gamma (applies to shadows only). Default is 1.
Declaration
[CustomEditorAlias("FlaxEditor.CustomEditors.Editors.ColorTrackball")]
[EditorOrder(7)]
[Limit(0F, 2F, 0.01F)]
[EditorDisplay("Shadows", "Shadows Gamma")]
public Float4 ColorGammaShadows
Field Value
Float4
|
ColorOffset
Gets or sets the color offset (applies globally to the whole image). Default is 0.
Declaration
[CustomEditorAlias("FlaxEditor.CustomEditors.Editors.ColorTrackball")]
[EditorOrder(4)]
[Limit(-1F, 1F, 0.001F)]
[EditorDisplay("Global", "Offset")]
public Float4 ColorOffset
Field Value
Float4
|
ColorOffsetHighlights
Gets or sets the color offset (applies to highlights only). Default is 0.
Declaration
[CustomEditorAlias("FlaxEditor.CustomEditors.Editors.ColorTrackball")]
[EditorOrder(19)]
[Limit(-1F, 1F, 0.001F)]
[EditorDisplay("Highlights", "Highlights Offset")]
public Float4 ColorOffsetHighlights
Field Value
Float4
|
ColorOffsetMidtones
Gets or sets the color offset (applies to midtones only). Default is 0.
Declaration
[CustomEditorAlias("FlaxEditor.CustomEditors.Editors.ColorTrackball")]
[EditorOrder(14)]
[Limit(-1F, 1F, 0.001F)]
[EditorDisplay("Midtones", "Midtones Offset")]
public Float4 ColorOffsetMidtones
Field Value
Float4
|
ColorOffsetShadows
Gets or sets the color offset (applies to shadows only). Default is 0.
Declaration
[CustomEditorAlias("FlaxEditor.CustomEditors.Editors.ColorTrackball")]
[EditorOrder(9)]
[Limit(-1F, 1F, 0.001F)]
[EditorDisplay("Shadows", "Shadows Offset")]
public Float4 ColorOffsetShadows
Field Value
Float4
|
ColorSaturation
Gets or sets the color saturation (applies globally to the whole image). Default is 1.
Declaration
[CustomEditorAlias("FlaxEditor.CustomEditors.Editors.ColorTrackball")]
[EditorOrder(0)]
[Limit(0F, 2F, 0.01F)]
[EditorDisplay("Global", "Saturation")]
public Float4 ColorSaturation
Field Value
Float4
|
ColorSaturationHighlights
Gets or sets the color saturation (applies to highlights only). Default is 1.
Declaration
[CustomEditorAlias("FlaxEditor.CustomEditors.Editors.ColorTrackball")]
[EditorOrder(15)]
[Limit(0F, 2F, 0.01F)]
[EditorDisplay("Highlights", "Highlights Saturation")]
public Float4 ColorSaturationHighlights
Field Value
Float4
|
ColorSaturationMidtones
Gets or sets the color saturation (applies to midtones only). Default is 1.
Declaration
[CustomEditorAlias("FlaxEditor.CustomEditors.Editors.ColorTrackball")]
[EditorOrder(10)]
[Limit(0F, 2F, 0.01F)]
[EditorDisplay("Midtones", "Midtones Saturation")]
public Float4 ColorSaturationMidtones
Field Value
Float4
|
ColorSaturationShadows
Gets or sets the color saturation (applies to shadows only). Default is 1.
Declaration
[CustomEditorAlias("FlaxEditor.CustomEditors.Editors.ColorTrackball")]
[EditorOrder(5)]
[Limit(0F, 2F, 0.01F)]
[EditorDisplay("Shadows", "Shadows Saturation")]
public Float4 ColorSaturationShadows
Field Value
Float4
|
HighlightsMin
The highlights minimum value. Default is 0.5.
Declaration
[Limit(-1F, 1F, 0.01F)]
[EditorOrder(21)]
public float HighlightsMin
Field Value
System.Single
|
LutTexture
The Lookup Table (LUT) used to perform color correction.
Declaration
[EditorOrder(22)]
public Texture LutTexture
Field Value
Texture
|
LutWeight
The LUT blending weight (normalized to range 0-1). Default is 1.0.
Declaration
[Limit(0F, 1F, 0.01F)]
[EditorOrder(23)]
public float LutWeight
Field Value
System.Single
|
ShadowsMax
The shadows maximum value. Default is 0.09.
Declaration
[Limit(-1F, 1F, 0.01F)]
[EditorOrder(20)]
public float ShadowsMax
Field Value
System.Single
|
Properties
Default
The default ColorGradingSettings.
Declaration
public static ColorGradingSettings Default { get; }
Property Value
ColorGradingSettings
|