Class RgbColors
Namespace: Aurigma.DesignAtoms.Model.Color
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public static class RgbColors
Inheritance: System.Object -> RgbColors
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Properties
Transparent
public static RgbColor Transparent { get; }
Black
public static RgbColor Black { get; }
White
public static RgbColor White { get; }
Red
public static RgbColor Red { get; }
Green
public static RgbColor Green { get; }
Blue
public static RgbColor Blue { get; }
Yellow
public static RgbColor Yellow { get; }
Orange
public static RgbColor Orange { get; }
Purple
public static RgbColor Purple { get; }
Cyan
public static RgbColor Cyan { get; }
Gray
public static RgbColor Gray { get; }
Lime
public static RgbColor Lime { get; }
Coral
public static RgbColor Coral { get; }
Brown
public static RgbColor Brown { get; }
Pink
public static RgbColor Pink { get; }
Azure
public static RgbColor Azure { get; }
WhiteSmoke
public static RgbColor WhiteSmoke { get; }
BlueViolet
public static RgbColor BlueViolet { get; }
Beige
public static RgbColor Beige { get; }
CadetBlue
public static RgbColor CadetBlue { get; }
LightSeaGreen
public static RgbColor LightSeaGreen { get; }
AliceBlue
public static RgbColor AliceBlue { get; }
HotPink
public static RgbColor HotPink { get; }
DarkMagenta
public static RgbColor DarkMagenta { get; }
MistyRose
public static RgbColor MistyRose { get; }
IndianRed
public static RgbColor IndianRed { get; }
Khaki
public static RgbColor Khaki { get; }
DarkSeaGreen
public static RgbColor DarkSeaGreen { get; }
Crimson
public static RgbColor Crimson { get; }
Aqua
public static RgbColor Aqua { get; }
DarkGray
public static RgbColor DarkGray { get; }
Indigo
public static RgbColor Indigo { get; }
Lavender
public static RgbColor Lavender { get; }
Chocolate
public static RgbColor Chocolate { get; }
YellowGreen
public static RgbColor YellowGreen { get; }
Turquoise
public static RgbColor Turquoise { get; }
BurlyWood
public static RgbColor BurlyWood { get; }
AntiqueWhite
public static RgbColor AntiqueWhite { get; }
PaleVioletRed
public static RgbColor PaleVioletRed { get; }
Violet
public static RgbColor Violet { get; }
DarkRed
public static RgbColor DarkRed { get; }
SkyBlue
public static RgbColor SkyBlue { get; }
DeepSkyBlue
public static RgbColor DeepSkyBlue { get; }
Salmon
public static RgbColor Salmon { get; }
Chartreuse
public static RgbColor Chartreuse { get; }
Magenta
public static RgbColor Magenta { get; }
LightGreen
public static RgbColor LightGreen { get; }
Methods
FromGdiPlusColor
public static RgbColor FromGdiPlusColor(Color color)
Parameters
| Type | Name | Description |
|---|---|---|
System.Drawing.Color | color |
Returns
Aurigma.DesignAtoms.Model.Color.RgbColor
ToGdiPlusColor
public static Color ToGdiPlusColor(RgbColor rgbColor)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Model.Color.RgbColor | rgbColor |
Returns
System.Drawing.Color