Show / Hide Table of Contents

Class Swatch

Inheritance
System.Object
Swatch
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NoXP.RuntimeComponents.ColorPicker
Assembly: NoXP.RuntimeComponents.dll
Syntax
[Serializable]
public class Swatch

Constructors

Swatch(Swatch)

Declaration
public Swatch(Swatch swatch)
Parameters
Type Name Description
Swatch swatch

Swatch(Color, String)

Declaration
public Swatch(Color color, string name)
Parameters
Type Name Description
UnityEngine.Color color
System.String name

Properties

Color

Declaration
public Color Color { get; }
Property Value
Type Description
UnityEngine.Color

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX