Show / Hide Table of Contents

Class ColorSchema

Inheritance
System.Object
ColorSchema
Implements
IColorSchema
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.Shared
Assembly: NoXP.RuntimeComponents.dll
Syntax
[Serializable]
public class ColorSchema : IColorSchema

Properties

Background

gets the main background color

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

Foreground

gets the main foreground color (e.g. text and icon colors)

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

InputBackground

gets the input background color (e.g. used for background of InputField, DropDown, etc.)

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

TitleBackground

gets the title background color

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

TitleForeground

gets the title foreground color (e.g. text and icon colors)

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

Implements

IColorSchema
In This Article
Back to top Generated by DocFX