Table of Contents

Class ColorScheme

public class ColorScheme : ScriptableObject
Inheritance
ColorScheme
Extension Methods

Fields

containerAdjustment

public float containerAdjustment

Field Value

float

Properties

Error

public MaterialColor Error { get; }

Property Value

MaterialColor

Outline

public MaterialColor Outline { get; }

Property Value

MaterialColor

Primary

public MaterialColor Primary { get; }

Property Value

MaterialColor

Secondary

public MaterialColor Secondary { get; }

Property Value

MaterialColor

Surface

public MaterialColor Surface { get; }

Property Value

MaterialColor

Tertiary

public MaterialColor Tertiary { get; }

Property Value

MaterialColor

Methods

GetColor(ColorRole, ColorType)

public Color GetColor(ColorRole colorRole, ColorType colorType)

Parameters

colorRole ColorRole
colorType ColorType

Returns

Color