Class ChannelMixer
Syntax
[Serializable]
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
Returns
Implements
IsTileCompatible()
Declaration
public bool IsTileCompatible()
Returns
Implements