Class UnityBrandColorScheme
Inheritance
UnityBrandColorScheme
Syntax
public static class UnityBrandColorScheme
Properties
blue
Declaration
public static Color blue { get; }
Property Value
blueDark
Declaration
public static Color blueDark { get; }
Property Value
blueLight
Declaration
public static Color blueLight { get; }
Property Value
cyan
Declaration
public static Color cyan { get; }
Property Value
cyanDark
Declaration
public static Color cyanDark { get; }
Property Value
cyanLight
Declaration
public static Color cyanLight { get; }
Property Value
dark
Declaration
public static Color dark { get; }
Property Value
darkBlue
Declaration
public static Color darkBlue { get; }
Property Value
darkBlueLight
Declaration
public static Color darkBlueLight { get; }
Property Value
darker
Declaration
public static Color darker { get; }
Property Value
darkGrayscaleSessionGradient
A darker low-contrast grayscale Unity brand color gradient, having no chroma
UI elements (or otherwise) can fetch this common gradient, for a uniform appearance across various elements (Gradient Button insets, etc)
Declaration
public static GradientPair darkGrayscaleSessionGradient { get; }
Property Value
grayscaleSessionGradient
A high-contrast/grayscale Unity brand color gradient, having no chroma
UI elements (or otherwise) can fetch this common gradient, for a uniform appearance across various elements
Declaration
public static GradientPair grayscaleSessionGradient { get; }
Property Value
green
Declaration
public static Color green { get; }
Property Value
greenDark
Declaration
public static Color greenDark { get; }
Property Value
greenLight
Declaration
public static Color greenLight { get; }
Property Value
light
Declaration
public static Color light { get; }
Property Value
lime
Declaration
public static Color lime { get; }
Property Value
limeDark
Declaration
public static Color limeDark { get; }
Property Value
limeLight
Declaration
public static Color limeLight { get; }
Property Value
magenta
Declaration
public static Color magenta { get; }
Property Value
magentaDark
Declaration
public static Color magentaDark { get; }
Property Value
magentaLight
Declaration
public static Color magentaLight { get; }
Property Value
orange
Declaration
public static Color orange { get; }
Property Value
orangeDark
Declaration
public static Color orangeDark { get; }
Property Value
orangeLight
Declaration
public static Color orangeLight { get; }
Property Value
purple
Declaration
public static Color purple { get; }
Property Value
purpleDark
Declaration
public static Color purpleDark { get; }
Property Value
purpleLight
Declaration
public static Color purpleLight { get; }
Property Value
red
Declaration
public static Color red { get; }
Property Value
redDark
Declaration
public static Color redDark { get; }
Property Value
redLight
Declaration
public static Color redLight { get; }
Property Value
saturatedSessionGradient
Declaration
public static GradientPair saturatedSessionGradient { get; set; }
Property Value
sessionGradient
A unique Unity brand color gradient that can be set manually
UI elements (or otherwise) can fetch this common gradient, for a uniform appearance across various elements
Declaration
public static GradientPair sessionGradient { get; set; }
Property Value
teal
Declaration
public static Color teal { get; }
Property Value
tealDark
Declaration
public static Color tealDark { get; }
Property Value
tealLight
Declaration
public static Color tealLight { get; }
Property Value
yellow
Declaration
public static Color yellow { get; }
Property Value
yellowDark
Declaration
public static Color yellowDark { get; }
Property Value
yellowLight
Declaration
public static Color yellowLight { get; }
Property Value
Methods
GetRandomCuratedDarkGradient()
Fetch a curated darker-luma Unity brand-specific color scheme (pair of differing brand-swatches)
Declaration
public static GradientPair GetRandomCuratedDarkGradient()
Returns
Type |
Description |
GradientPair |
Gradient pair of two curated darker-luma brand-swatches
|
GetRandomCuratedGradient()
Fetch a curated Unity brand-specific color scheme (pair of differing brand-swatches)
Declaration
public static GradientPair GetRandomCuratedGradient()
Returns
Type |
Description |
GradientPair |
Gradient pair of two curated brand-swatches
|
GetRandomCuratedLightGradient()
Fetch a curated lighter-luma Unity brand-specific color scheme (pair of differing brand-swatches)
Declaration
public static GradientPair GetRandomCuratedLightGradient()
Returns
Type |
Description |
GradientPair |
Gradient pair of two curated lighter-luma brand-swatches
|
GetRandomGradient()
Fetch a Unity brand-specific color scheme (pair of differing brand-swatches)
Declaration
public static GradientPair GetRandomGradient()
Returns
Type |
Description |
GradientPair |
Gradient pair of two brand-swatches
|
GetRandomSwatch()
Fetch a Unity brand-specific color swatch
Declaration
public static Color GetRandomSwatch()
Returns
Type |
Description |
Color |
Random color swatch
|