docs.unity.cn
    Show / Hide Table of Contents

    Class ColorAdjustments

    A volume component that holds settings for the Color Adjustments effect.

    Inheritance
    Object
    VolumeComponent
    ColorAdjustments
    Inherited Members
    VolumeComponent.active
    VolumeComponent.OnEnable()
    VolumeComponent.OnDisable()
    VolumeComponent.Override(VolumeComponent, Single)
    VolumeComponent.SetAllOverridesTo(Boolean)
    VolumeComponent.GetHashCode()
    VolumeComponent.AnyPropertiesIsOverridden()
    VolumeComponent.OnDestroy()
    VolumeComponent.Release()
    UnityEngine.Rendering.VolumeComponent.TryGetRevertMethodForFieldName(UnityEditor.SerializedProperty, System.Action<UnityEditor.SerializedProperty>)
    UnityEngine.Rendering.VolumeComponent.GetSourceTerm()
    UnityEngine.Rendering.VolumeComponent.TryGetApplyMethodForFieldName(UnityEditor.SerializedProperty, System.Action<UnityEditor.SerializedProperty>)
    UnityEngine.Rendering.VolumeComponent.GetSourceName(UnityEngine.Component)
    VolumeComponent.displayName
    VolumeComponent.parameters
    Namespace: UnityEngine.Rendering.Universal
    Syntax
    [Serializable]
    [VolumeComponentMenu("Post-processing/Color Adjustments")]
    [SupportedOnRenderPipeline(typeof(UniversalRenderPipelineAsset))]
    public sealed class ColorAdjustments : VolumeComponent, IApplyRevertPropertyContextMenuItemProvider, IPostProcessComponent

    Fields

    colorFilter

    Specifies the color that URP tints the render to.

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

    contrast

    Controls the overall range of the tonal values.

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

    hueShift

    Controls the hue of all colors in the render.

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

    postExposure

    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.

    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

    Controls the intensity of all colors in the render.

    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()
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 08 September 2023