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

    Name Description
    NoInterpColorParameter(Color, bool)

    Creates a new NoInterpColorParameter instance.

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

    Creates a new NoInterpColorParameter instance.

    Fields

    Name Description
    hdr

    Specifies whether the color is HDR or not.

    showAlpha

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

    showEyeDropper

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

    Extension Methods

    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, bool)

    See Also

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