Class NoInterpColorParameter | Package Manager UI website
docs.unity.cn
    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.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: UnityEngine.Experimental.Rendering
    Syntax
    [Serializable]
    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 © 2015-2018 Unity
    Generated by DocFX