Class Colors

Namespace
Pixie
Assembly
Pixie.dll

Defines common colors using the traditional terminal ANSI palette.

public static class Colors
Inheritance
Colors
Inherited Members

Properties

Black

Gets the color black.

public static Color Black { get; }

Property Value

Color

The color black.

Blue

Gets the color blue.

public static Color Blue { get; }

Property Value

Color

The color blue.

Cyan

Gets the color cyan.

public static Color Cyan { get; }

Property Value

Color

The color cyan.

Gray

Gets the color gray.

public static Color Gray { get; }

Property Value

Color

The color gray.

Green

Gets the color green.

public static Color Green { get; }

Property Value

Color

The color green.

Magenta

Gets the color magenta.

public static Color Magenta { get; }

Property Value

Color

The color magenta.

Red

Gets the color red.

public static Color Red { get; }

Property Value

Color

The color red.

Transparent

Gets the transparent color, which does nothing when merged on top of another color.

public static Color Transparent { get; }

Property Value

Color

The transparent color.

White

Gets the color white.

public static Color White { get; }

Property Value

Color

The color white.

Yellow

Gets the color yellow.

public static Color Yellow { get; }

Property Value

Color

The color yellow.