Class ChannelMixer
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
blueOutGreenIn
Declaration
[Tooltip("Modify influence of the green channel in the overall mix.")]
public ClampedFloatParameter blueOutGreenIn
Field Value
blueOutRedIn
Declaration
[Tooltip("Modify influence of the red channel in the overall mix.")]
public ClampedFloatParameter blueOutRedIn
Field Value
greenOutBlueIn
Declaration
[Tooltip("Modify influence of the blue channel in the overall mix.")]
public ClampedFloatParameter greenOutBlueIn
Field Value
greenOutGreenIn
Declaration
[Tooltip("Modify influence of the green channel in the overall mix.")]
public ClampedFloatParameter greenOutGreenIn
Field Value
greenOutRedIn
Declaration
[Tooltip("Modify influence of the red channel in the overall mix.")]
public ClampedFloatParameter greenOutRedIn
Field Value
redOutBlueIn
Declaration
[Tooltip("Modify influence of the blue channel in the overall mix.")]
public ClampedFloatParameter redOutBlueIn
Field Value
redOutGreenIn
Declaration
[Tooltip("Modify influence of the green channel in the overall mix.")]
public ClampedFloatParameter redOutGreenIn
Field Value
redOutRedIn
Declaration
[Tooltip("Modify influence of the red channel in the overall mix.")]
public ClampedFloatParameter redOutRedIn
Field Value
Methods
IsActive()
Declaration
Returns
Implements
IsTileCompatible()
Declaration
public bool IsTileCompatible()
Returns
Implements