Show / Hide Table of Contents

Interface IColorSchema

Namespace: NoXP.Shared
Assembly: NoXP.RuntimeComponents.dll
Syntax
public interface IColorSchema

Properties

Background

gets the main background color

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

Foreground

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

Declaration
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
Color InputBackground { get; }
Property Value
Type Description
UnityEngine.Color

TitleBackground

gets the title background color

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

TitleForeground

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

Declaration
Color TitleForeground { get; }
Property Value
Type Description
UnityEngine.Color
In This Article
Back to top Generated by DocFX