Class UnityBrandColorScheme | Unity Reflect | 1.1.0-preview.6
docs.unity.cn
    Show / Hide Table of Contents

    Class UnityBrandColorScheme

    Inheritance
    Object
    UnityBrandColorScheme
    Namespace: UnityEditor.Experimental.EditorVR.Utilities
    Syntax
    public static class UnityBrandColorScheme

    Properties

    blue

    Declaration
    public static Color blue { get; }
    Property Value
    Type Description
    Color

    blueDark

    Declaration
    public static Color blueDark { get; }
    Property Value
    Type Description
    Color

    blueLight

    Declaration
    public static Color blueLight { get; }
    Property Value
    Type Description
    Color

    cyan

    Declaration
    public static Color cyan { get; }
    Property Value
    Type Description
    Color

    cyanDark

    Declaration
    public static Color cyanDark { get; }
    Property Value
    Type Description
    Color

    cyanLight

    Declaration
    public static Color cyanLight { get; }
    Property Value
    Type Description
    Color

    dark

    Declaration
    public static Color dark { get; }
    Property Value
    Type Description
    Color

    darkBlue

    Declaration
    public static Color darkBlue { get; }
    Property Value
    Type Description
    Color

    darkBlueLight

    Declaration
    public static Color darkBlueLight { get; }
    Property Value
    Type Description
    Color

    darker

    Declaration
    public static Color darker { get; }
    Property Value
    Type Description
    Color

    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
    Type Description
    GradientPair

    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
    Type Description
    GradientPair

    green

    Declaration
    public static Color green { get; }
    Property Value
    Type Description
    Color

    greenDark

    Declaration
    public static Color greenDark { get; }
    Property Value
    Type Description
    Color

    greenLight

    Declaration
    public static Color greenLight { get; }
    Property Value
    Type Description
    Color

    light

    Declaration
    public static Color light { get; }
    Property Value
    Type Description
    Color

    lime

    Declaration
    public static Color lime { get; }
    Property Value
    Type Description
    Color

    limeDark

    Declaration
    public static Color limeDark { get; }
    Property Value
    Type Description
    Color

    limeLight

    Declaration
    public static Color limeLight { get; }
    Property Value
    Type Description
    Color

    magenta

    Declaration
    public static Color magenta { get; }
    Property Value
    Type Description
    Color

    magentaDark

    Declaration
    public static Color magentaDark { get; }
    Property Value
    Type Description
    Color

    magentaLight

    Declaration
    public static Color magentaLight { get; }
    Property Value
    Type Description
    Color

    orange

    Declaration
    public static Color orange { get; }
    Property Value
    Type Description
    Color

    orangeDark

    Declaration
    public static Color orangeDark { get; }
    Property Value
    Type Description
    Color

    orangeLight

    Declaration
    public static Color orangeLight { get; }
    Property Value
    Type Description
    Color

    purple

    Declaration
    public static Color purple { get; }
    Property Value
    Type Description
    Color

    purpleDark

    Declaration
    public static Color purpleDark { get; }
    Property Value
    Type Description
    Color

    purpleLight

    Declaration
    public static Color purpleLight { get; }
    Property Value
    Type Description
    Color

    red

    Declaration
    public static Color red { get; }
    Property Value
    Type Description
    Color

    redDark

    Declaration
    public static Color redDark { get; }
    Property Value
    Type Description
    Color

    redLight

    Declaration
    public static Color redLight { get; }
    Property Value
    Type Description
    Color

    saturatedSessionGradient

    Declaration
    public static GradientPair saturatedSessionGradient { get; set; }
    Property Value
    Type Description
    GradientPair

    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
    Type Description
    GradientPair

    teal

    Declaration
    public static Color teal { get; }
    Property Value
    Type Description
    Color

    tealDark

    Declaration
    public static Color tealDark { get; }
    Property Value
    Type Description
    Color

    tealLight

    Declaration
    public static Color tealLight { get; }
    Property Value
    Type Description
    Color

    yellow

    Declaration
    public static Color yellow { get; }
    Property Value
    Type Description
    Color

    yellowDark

    Declaration
    public static Color yellowDark { get; }
    Property Value
    Type Description
    Color

    yellowLight

    Declaration
    public static Color yellowLight { get; }
    Property Value
    Type Description
    Color

    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

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX