Class Colors | Project Tiny | 0.31.0-preview.24
docs.unity.cn
    Show / Hide Table of Contents

    Class Colors

    Inheritance
    Object
    Colors
    Namespace: Unity.Tiny
    Syntax
    public static class Colors

    Properties

    Alpha30

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

    Black

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

    Blue

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

    Cyan

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

    DarkBlue

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

    Green

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

    Orange

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

    Red

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

    Transparent

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

    White

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

    Yellow

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

    Methods

    NewColor(Single, Single, Single, Single)

    Declaration
    public static Color NewColor(float r, float g, float b, float a)
    Parameters
    Type Name Description
    Single r
    Single g
    Single b
    Single a
    Returns
    Type Description
    Color
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 06 November 2020