Table of Contents

Class MEColors

Namespace
MonoEight.Core
Assembly
MonoEight.Template.dll

Provides a set of predefined MonoEight colors.

public static class MEColors
Inheritance
MEColors
Inherited Members

Properties

Black

Gets the color Black (R:26, G:28, B:44).

public static Color Black { get; }

Property Value

Color

Blue

Gets the color Blue (R:59, G:93, B:201).

public static Color Blue { get; }

Property Value

Color

Cyan

Gets the color Cyan (R:37, G:113, B:121).

public static Color Cyan { get; }

Property Value

Color

DarkBlue

Gets the color Dark Blue (R:41, G:54, B:111).

public static Color DarkBlue { get; }

Property Value

Color

DarkGray

Gets the color Dark Gray (R:51, G:60, B:87).

public static Color DarkGray { get; }

Property Value

Color

DarkPurple

Gets the color Dark Purple (R:93, G:39, B:93).

public static Color DarkPurple { get; }

Property Value

Color

Gray

Gets the color Gray (R:86, G:108, B:134).

public static Color Gray { get; }

Property Value

Color

Green

Gets the color Green (R:56, G:183, B:100).

public static Color Green { get; }

Property Value

Color

LightBlue

Gets the color Light Blue (R:65, G:166, B:246).

public static Color LightBlue { get; }

Property Value

Color

LightGray

Gets the color Light Gray (R:148, G:176, B:194).

public static Color LightGray { get; }

Property Value

Color

Lime

Gets the color Lime (R:167, G:240, B:112).

public static Color Lime { get; }

Property Value

Color

Orange

Gets the color Orange (R:239, G:125, B:87).

public static Color Orange { get; }

Property Value

Color

Red

Gets the color Red (R:177, G:62, B:83).

public static Color Red { get; }

Property Value

Color

SkyBlue

Gets the color Sky Blue (R:115, G:239, B:247).

public static Color SkyBlue { get; }

Property Value

Color

White

Gets the color White (R:244, G:244, B:244).

public static Color White { get; }

Property Value

Color

Yellow

Gets the color Yellow (R:255, G:205, B:117).

public static Color Yellow { get; }

Property Value

Color