Class ChannelMixer
Implements
Inherited Members
VolumeComponent.active
VolumeComponent.displayName
VolumeComponent.parameters
VolumeComponent.GetHashCode()
VolumeComponent.Release()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: UnityEngine.Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
Syntax
[Serializable]
[VolumeComponentMenuForRenderPipeline("Post-processing/Channel Mixer", new Type[] { typeof(UniversalRenderPipeline) })]
public sealed class ChannelMixer : VolumeComponent, IPostProcessComponent
Fields
blueOutBlueIn
Declaration
[Tooltip("Modify influence of the blue channel in the overall mix.")]
public ClampedFloatParameter blueOutBlueIn
Field Value
Type | Description |
---|---|
ClampedFloatParameter |
blueOutGreenIn
Declaration
[Tooltip("Modify influence of the green channel in the overall mix.")]
public ClampedFloatParameter blueOutGreenIn
Field Value
Type | Description |
---|---|
ClampedFloatParameter |
blueOutRedIn
Declaration
[Tooltip("Modify influence of the red channel in the overall mix.")]
public ClampedFloatParameter blueOutRedIn
Field Value
Type | Description |
---|---|
ClampedFloatParameter |
greenOutBlueIn
Declaration
[Tooltip("Modify influence of the blue channel in the overall mix.")]
public ClampedFloatParameter greenOutBlueIn
Field Value
Type | Description |
---|---|
ClampedFloatParameter |
greenOutGreenIn
Declaration
[Tooltip("Modify influence of the green channel in the overall mix.")]
public ClampedFloatParameter greenOutGreenIn
Field Value
Type | Description |
---|---|
ClampedFloatParameter |
greenOutRedIn
Declaration
[Tooltip("Modify influence of the red channel in the overall mix.")]
public ClampedFloatParameter greenOutRedIn
Field Value
Type | Description |
---|---|
ClampedFloatParameter |
redOutBlueIn
Declaration
[Tooltip("Modify influence of the blue channel in the overall mix.")]
public ClampedFloatParameter redOutBlueIn
Field Value
Type | Description |
---|---|
ClampedFloatParameter |
redOutGreenIn
Declaration
[Tooltip("Modify influence of the green channel in the overall mix.")]
public ClampedFloatParameter redOutGreenIn
Field Value
Type | Description |
---|---|
ClampedFloatParameter |
redOutRedIn
Declaration
[Tooltip("Modify influence of the red channel in the overall mix.")]
public ClampedFloatParameter redOutRedIn
Field Value
Type | Description |
---|---|
ClampedFloatParameter |
Methods
IsActive()
Declaration
public bool IsActive()
Returns
Type | Description |
---|---|
bool |
IsTileCompatible()
Declaration
public bool IsTileCompatible()
Returns
Type | Description |
---|---|
bool |