Class NoInterpColorParameter | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class NoInterpColorParameter

    Inheritance
    System.Object
    VolumeParameter
    VolumeParameter<Color>
    NoInterpColorParameter
    Inherited Members
    VolumeParameter<Color>.m_Value
    VolumeParameter<Color>.value
    VolumeParameter<Color>.k_DefaultInterpSwap
    VolumeParameter<Color>.Interp(Color, Color, Single)
    VolumeParameter<Color>.Override(Color)
    VolumeParameter<Color>.GetHashCode()
    VolumeParameter<Color>.ToString()
    VolumeParameter<Color>.Equals(VolumeParameter<Color>)
    VolumeParameter<Color>.Equals(Object)
    VolumeParameter.k_DebuggerDisplay
    VolumeParameter.m_OverrideState
    VolumeParameter.overrideState
    VolumeParameter.GetValue<T>()
    VolumeParameter.OnEnable()
    VolumeParameter.OnDisable()
    VolumeParameter.IsObjectParameter(Type)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: UnityEngine.Experimental.Rendering
    Syntax
    public sealed class NoInterpColorParameter : VolumeParameter<Color>, IEquatable<VolumeParameter<Color>>

    Constructors

    NoInterpColorParameter(Color, Boolean)

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

    NoInterpColorParameter(Color, Boolean, Boolean, Boolean, Boolean)

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

    Fields

    hdr

    Declaration
    public bool hdr
    Field Value
    Type Description
    System.Boolean

    showAlpha

    Declaration
    public bool showAlpha
    Field Value
    Type Description
    System.Boolean

    showEyeDropper

    Declaration
    public bool showEyeDropper
    Field Value
    Type Description
    System.Boolean
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023