docs.unity3d.com
    目次を表示する/隠す

    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]
    [VolumeComponentMenuForRenderPipeline("Post-processing/Color Adjustments", new Type[]{typeof(UniversalRenderPipeline)})]
    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()

    Tells if the post process needs to be rendered or not.

    Declaration
    public bool IsActive()
    Returns
    Type Description
    Boolean

    True if the component is active, otherwise false.

    Implements
    IPostProcessComponent.IsActive()

    IsTileCompatible()

    Declaration
    public bool IsTileCompatible()
    Returns
    Type Description
    Boolean
    Implements
    IPostProcessComponent.IsTileCompatible()
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)