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
Black
Gets the hexadecimal value for the color Black (000000).
public static string Black { get; }
Property Value
Blue
Gets the hexadecimal value for the color Blue (0000FF).
public static string Blue { get; }
Property Value
Cyan
Gets the hexadecimal value for the color Cyan (00FFFF).
public static string Cyan { get; }
Property Value
Fuchsia
Gets the hexadecimal value for the color Fuchsia (FF00FF).
public static string Fuchsia { get; }
Property Value
Gray
Gets the hexadecimal value for the color Gray (808080).
public static string Gray { get; }
Property Value
Green
Gets the hexadecimal value for the color Green (00FF00).
public static string Green { get; }
Property Value
Lime
Gets the hexadecimal value for the color Lime (00FF00).
public static string Lime { get; }
Property Value
LimeGreen
Gets the hexadecimal value for the color Silver (C0C0C0).
public static string LimeGreen { get; }
Property Value
Magenta
Gets the hexadecimal value for the color Magenta (FF00FF).
public static string Magenta { get; }
Property Value
Maroon
Gets the hexadecimal value for the color Maroon (800000).
public static string Maroon { get; }
Property Value
Navy
Gets the hexadecimal value for the color Navy (000080).
public static string Navy { get; }
Property Value
Olive
Gets the hexadecimal value for the color Olive (808000).
public static string Olive { get; }
Property Value
Orange
Gets the hexadecimal value for the color Orange (FFA500).
public static string Orange { get; }
Property Value
Purple
Gets the hexadecimal value for the color Purple (800080).
public static string Purple { get; }
Property Value
Red
Gets the hexadecimal value for the color Red (FF0000).
public static string Red { get; }
Property Value
Silver
Gets the hexadecimal value for the color Silver (C0C0C0).
public static string Silver { get; }
Property Value
Teal
Gets the hexadecimal value for the color Green (008000).
public static string Teal { get; }
Property Value
White
Gets the hexadecimal value for the color White (FFFFFF).
public static string White { get; }
Property Value
Yellow
Gets the hexadecimal value for the color Yellow (FFFF00).
public static string Yellow { get; }