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