Table of Contents

Class Colors

Namespace
FileFormat.Slides.Common
Assembly
FileFormat.Slides.Common.dll

Common class to get the hexadecimal values of colors as string.

public static class Colors
Inheritance
Colors
Inherited Members

Properties

Aqua

Gets the hexadecimal value for the color Aqua (00FFFF).

public static string Aqua { get; }

Property Value

string

Black

Gets the hexadecimal value for the color Black (000000).

public static string Black { get; }

Property Value

string

Blue

Gets the hexadecimal value for the color Blue (0000FF).

public static string Blue { get; }

Property Value

string

Cyan

Gets the hexadecimal value for the color Cyan (00FFFF).

public static string Cyan { get; }

Property Value

string

Fuchsia

Gets the hexadecimal value for the color Fuchsia (FF00FF).

public static string Fuchsia { get; }

Property Value

string

Gray

Gets the hexadecimal value for the color Gray (808080).

public static string Gray { get; }

Property Value

string

Green

Gets the hexadecimal value for the color Green (00FF00).

public static string Green { get; }

Property Value

string

Lime

Gets the hexadecimal value for the color Lime (00FF00).

public static string Lime { get; }

Property Value

string

LimeGreen

Gets the hexadecimal value for the color Silver (C0C0C0).

public static string LimeGreen { get; }

Property Value

string

Magenta

Gets the hexadecimal value for the color Magenta (FF00FF).

public static string Magenta { get; }

Property Value

string

Maroon

Gets the hexadecimal value for the color Maroon (800000).

public static string Maroon { get; }

Property Value

string

Navy

Gets the hexadecimal value for the color Navy (000080).

public static string Navy { get; }

Property Value

string

Olive

Gets the hexadecimal value for the color Olive (808000).

public static string Olive { get; }

Property Value

string

Orange

Gets the hexadecimal value for the color Orange (FFA500).

public static string Orange { get; }

Property Value

string

Purple

Gets the hexadecimal value for the color Purple (800080).

public static string Purple { get; }

Property Value

string

Red

Gets the hexadecimal value for the color Red (FF0000).

public static string Red { get; }

Property Value

string

Silver

Gets the hexadecimal value for the color Silver (C0C0C0).

public static string Silver { get; }

Property Value

string

Teal

Gets the hexadecimal value for the color Green (008000).

public static string Teal { get; }

Property Value

string

White

Gets the hexadecimal value for the color White (FFFFFF).

public static string White { get; }

Property Value

string

Yellow

Gets the hexadecimal value for the color Yellow (FFFF00).

public static string Yellow { get; }

Property Value

string