docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class NoInterpColorParameter

    A VolumeParameter that holds a non-interpolating Color value.

    Inheritance
    object
    VolumeParameter
    VolumeParameter<Color>
    NoInterpColorParameter
    Implements
    ICloneable
    IEquatable<VolumeParameter<Color>>
    Inherited Members
    VolumeParameter<Color>.m_Value
    VolumeParameter<Color>.value
    VolumeParameter<Color>.Interp(Color, Color, float)
    VolumeParameter<Color>.Override(Color)
    VolumeParameter<Color>.SetValue(VolumeParameter)
    VolumeParameter<Color>.GetHashCode()
    VolumeParameter<Color>.ToString()
    VolumeParameter<Color>.Equals(VolumeParameter<Color>)
    VolumeParameter<Color>.Equals(object)
    VolumeParameter<Color>.Clone()
    VolumeParameter.k_DebuggerDisplay
    VolumeParameter.m_OverrideState
    VolumeParameter.overrideState
    VolumeParameter.GetValue<T>()
    VolumeParameter.OnEnable()
    VolumeParameter.OnDisable()
    VolumeParameter.IsObjectParameter(Type)
    VolumeParameter.Release()
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.Rendering
    Assembly: Unity.RenderPipelines.Core.Runtime.dll
    Syntax
    [Serializable]
    public class NoInterpColorParameter : VolumeParameter<Color>, ICloneable, IEquatable<VolumeParameter<Color>>

    Constructors

    NoInterpColorParameter(Color, bool)

    Creates a new NoInterpColorParameter instance.

    Declaration
    public NoInterpColorParameter(Color value, bool overrideState = false)
    Parameters
    Type Name Description
    Color value

    The initial value to store in the parameter.

    bool overrideState

    The initial override state for the parameter.

    See Also
    ColorParameter

    NoInterpColorParameter(Color, bool, bool, bool, bool)

    Creates a new NoInterpColorParameter instance.

    Declaration
    public NoInterpColorParameter(Color value, bool hdr, bool showAlpha, bool showEyeDropper, bool overrideState = false)
    Parameters
    Type Name Description
    Color value

    The initial value to store in the parameter.

    bool hdr

    Specifies whether the color is HDR or not.

    bool showAlpha

    Specifies whether you can edit the alpha channel in the Inspector or not.

    bool showEyeDropper

    Specifies whether the eye dropper is visible in the editor or not.

    bool overrideState

    The initial override state for the parameter.

    See Also
    ColorParameter

    Fields

    hdr

    Specifies whether the color is HDR or not.

    Declaration
    public bool hdr
    Field Value
    Type Description
    bool
    See Also
    ColorParameter

    showAlpha

    Specifies whether you can edit the alpha channel in the Inspector or not.

    Declaration
    [NonSerialized]
    public bool showAlpha
    Field Value
    Type Description
    bool
    See Also
    ColorParameter

    showEyeDropper

    Specifies whether the eye dropper is visible in the editor or not.

    Declaration
    [NonSerialized]
    public bool showEyeDropper
    Field Value
    Type Description
    bool
    See Also
    ColorParameter

    Implements

    ICloneable
    IEquatable<T>

    Extension Methods

    ReflectionUtils.GetField(object, string)
    ReflectionUtils.GetFields(object)
    ReflectionUtils.Invoke(object, string, params object[])
    ReflectionUtils.SetField(object, string, object)
    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, T)

    See Also

    ColorParameter
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)