docs.unity3d.com
    显示 / 隐藏目录

    Class ChannelMixer

    A volume component that holds settings for the Channel Mixer effect.

    Inheritance
    Object
    VolumeComponent
    ChannelMixer
    Inherited Members
    VolumeComponent.active
    VolumeComponent.OnEnable()
    VolumeComponent.OnDisable()
    VolumeComponent.Override(VolumeComponent, Single)
    VolumeComponent.SetAllOverridesTo(Boolean)
    VolumeComponent.GetHashCode()
    VolumeComponent.AnyPropertiesIsOverridden()
    VolumeComponent.OnDestroy()
    VolumeComponent.Release()
    VolumeComponent.displayName
    VolumeComponent.parameters
    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    [Serializable]
    [VolumeComponentMenu("Post-processing/Channel Mixer")]
    [HelpURL("https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@10.10/manual/Post-Processing-Channel-Mixer.html")]
    public sealed class ChannelMixer : VolumeComponent, IPostProcessComponent

    Fields

    blueOutBlueIn

    Controls the influence of the blue channel in the output blue channel.

    Declaration
    [Tooltip("Controls the influence of the blue channel in the output blue channel.")]
    public ClampedFloatParameter blueOutBlueIn
    Field Value
    Type Description
    ClampedFloatParameter

    blueOutGreenIn

    Controls the influence of green red channel in the output blue channel.

    Declaration
    [Tooltip("Controls the influence of the green channel in the output blue channel.")]
    public ClampedFloatParameter blueOutGreenIn
    Field Value
    Type Description
    ClampedFloatParameter

    blueOutRedIn

    Controls the influence of the red channel in the output blue channel.

    Declaration
    [Tooltip("Controls the influence of the red channel in the output blue channel.")]
    public ClampedFloatParameter blueOutRedIn
    Field Value
    Type Description
    ClampedFloatParameter

    greenOutBlueIn

    Controls the influence of the blue channel in the output green channel.

    Declaration
    [Tooltip("Controls the influence of the blue channel in the output green channel.")]
    public ClampedFloatParameter greenOutBlueIn
    Field Value
    Type Description
    ClampedFloatParameter

    greenOutGreenIn

    Controls the influence of the green channel in the output green channel.

    Declaration
    [Tooltip("Controls the influence of the green channel in the output green channel.")]
    public ClampedFloatParameter greenOutGreenIn
    Field Value
    Type Description
    ClampedFloatParameter

    greenOutRedIn

    Controls the influence of the red channel in the output green channel.

    Declaration
    [Tooltip("Controls the influence of the red channel in the output green channel.")]
    public ClampedFloatParameter greenOutRedIn
    Field Value
    Type Description
    ClampedFloatParameter

    redOutBlueIn

    Controls the influence of the blue channel in the output red channel.

    Declaration
    [Tooltip("Controls the influence of the blue channel in the output red channel.")]
    public ClampedFloatParameter redOutBlueIn
    Field Value
    Type Description
    ClampedFloatParameter

    redOutGreenIn

    Controls the influence of the green channel in the output red channel.

    Declaration
    [Tooltip("Controls the influence of the green channel in the output red channel.")]
    public ClampedFloatParameter redOutGreenIn
    Field Value
    Type Description
    ClampedFloatParameter

    redOutRedIn

    Controls the influence of the red channel in the output red channel.

    Declaration
    [Tooltip("Controls the influence of the red channel in the output red channel.")]
    public ClampedFloatParameter redOutRedIn
    Field Value
    Type Description
    ClampedFloatParameter

    Methods

    IsActive()

    Tells if the effect needs to be rendered or not.

    Declaration
    public bool IsActive()
    Returns
    Type Description
    Boolean

    true if the effect should be rendered, false otherwise.

    Implements
    IPostProcessComponent.IsActive()
    返回到顶部
    Copyright © 2023 Unity Technologies — 商标和使用条款
    • 法律条款
    • 隐私政策
    • Cookie
    • 不要出售或分享我的个人信息
    • Your Privacy Choices (Cookie Settings)