Class ChannelMixer
A volume component that holds settings for the Channel Mixer effect.
Inherited Members
      UnityEngine.Rendering.VolumeComponent.TryGetRevertMethodForFieldName(UnityEditor.SerializedProperty, System.Action<UnityEditor.SerializedProperty>)
    
    
      UnityEngine.Rendering.VolumeComponent.GetSourceTerm()
    
    
      UnityEngine.Rendering.VolumeComponent.TryGetApplyMethodForFieldName(UnityEditor.SerializedProperty, System.Action<UnityEditor.SerializedProperty>)
    
    
      UnityEngine.Rendering.VolumeComponent.GetSourceName(UnityEngine.Component)
    
    
    
  Namespace: UnityEngine.Rendering.Universal
Syntax
[Serializable]
[VolumeComponentMenu("Post-processing/Channel Mixer")]
[SupportedOnRenderPipeline(typeof(UniversalRenderPipelineAsset))]
public sealed class ChannelMixer : VolumeComponent, IApplyRevertPropertyContextMenuItemProvider, IPostProcessComponentFields
blueOutBlueIn
Modify influence of the blue channel in the overall mix.
Declaration
[Tooltip("Modify influence of the blue channel in the overall mix.")]
public ClampedFloatParameter blueOutBlueInField Value
| Type | Description | 
|---|---|
| ClampedFloatParameter | 
blueOutGreenIn
Modify influence of the green channel in the overall mix.
Declaration
[Tooltip("Modify influence of the green channel in the overall mix.")]
public ClampedFloatParameter blueOutGreenInField Value
| Type | Description | 
|---|---|
| ClampedFloatParameter | 
blueOutRedIn
Modify influence of the red channel in the overall mix.
Declaration
[Tooltip("Modify influence of the red channel in the overall mix.")]
public ClampedFloatParameter blueOutRedInField Value
| Type | Description | 
|---|---|
| ClampedFloatParameter | 
greenOutBlueIn
Modify influence of the blue channel in the overall mix.
Declaration
[Tooltip("Modify influence of the blue channel in the overall mix.")]
public ClampedFloatParameter greenOutBlueInField Value
| Type | Description | 
|---|---|
| ClampedFloatParameter | 
greenOutGreenIn
Modify influence of the green channel in the overall mix.
Declaration
[Tooltip("Modify influence of the green channel in the overall mix.")]
public ClampedFloatParameter greenOutGreenInField Value
| Type | Description | 
|---|---|
| ClampedFloatParameter | 
greenOutRedIn
Modify influence of the red channel in the overall mix.
Declaration
[Tooltip("Modify influence of the red channel in the overall mix.")]
public ClampedFloatParameter greenOutRedInField Value
| Type | Description | 
|---|---|
| ClampedFloatParameter | 
redOutBlueIn
Modify influence of the blue channel in the overall mix.
Declaration
[Tooltip("Modify influence of the blue channel in the overall mix.")]
public ClampedFloatParameter redOutBlueInField Value
| Type | Description | 
|---|---|
| ClampedFloatParameter | 
redOutGreenIn
Modify influence of the green channel in the overall mix.
Declaration
[Tooltip("Modify influence of the green channel in the overall mix.")]
public ClampedFloatParameter redOutGreenInField Value
| Type | Description | 
|---|---|
| ClampedFloatParameter | 
redOutRedIn
Modify influence of the red channel in the overall mix.
Declaration
[Tooltip("Modify influence of the red channel in the overall mix.")]
public ClampedFloatParameter redOutRedInField Value
| Type | Description | 
|---|---|
| ClampedFloatParameter | 
Methods
IsActive()
Declaration
public bool IsActive()Returns
| Type | Description | 
|---|---|
| Boolean |