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

    Class ColorAdjustments

    Inheritance
    Object
    VolumeComponent
    ColorAdjustments
    Inherited Members
    VolumeComponent.active
    VolumeComponent.OnEnable()
    VolumeComponent.OnDisable()
    VolumeComponent.Override(VolumeComponent, Single)
    VolumeComponent.SetAllOverridesTo(Boolean)
    VolumeComponent.GetHashCode()
    VolumeComponent.OnDestroy()
    VolumeComponent.Release()
    VolumeComponent.displayName
    VolumeComponent.parameters
    Namespace: UnityEngine.Rendering.Universal
    Syntax
    [Serializable]
    [VolumeComponentMenuForRenderPipeline("Post-processing/Color Adjustments", new Type[]{typeof(UniversalRenderPipeline)})]
    public sealed class ColorAdjustments : VolumeComponent, IPostProcessComponent

    Fields

    colorFilter

    Declaration
    [Tooltip("Tint the render by multiplying a color.")]
    public ColorParameter colorFilter
    Field Value
    Type Description
    ColorParameter

    contrast

    Declaration
    [Tooltip("Expands or shrinks the overall range of tonal values.")]
    public ClampedFloatParameter contrast
    Field Value
    Type Description
    ClampedFloatParameter

    hueShift

    Declaration
    [Tooltip("Shift the hue of all colors.")]
    public ClampedFloatParameter hueShift
    Field Value
    Type Description
    ClampedFloatParameter

    postExposure

    Declaration
    [Tooltip("Adjusts the overall exposure of the scene in EV100. This is applied after HDR effect and right before tonemapping so it won't affect previous effects in the chain.")]
    public FloatParameter postExposure
    Field Value
    Type Description
    FloatParameter

    saturation

    Declaration
    [Tooltip("Pushes the intensity of all colors.")]
    public ClampedFloatParameter saturation
    Field Value
    Type Description
    ClampedFloatParameter

    Methods

    IsActive()

    Declaration
    public bool IsActive()
    Returns
    Type Description
    Boolean
    Implements
    IPostProcessComponent.IsActive()

    IsTileCompatible()

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