Xamarin.Forms.Color: Field Members

The fields of Xamarin.Forms.Color are listed below. For a list of all members, see the Color Members list.

See Also: Inherited members from System.ValueType

Public Fields

static readonly
AquaColor. Aqua, the color that is represented by the RGB value #00ffff.
static readonly
BlackColor. Black, the color that is represented by the RGB value #000000.
static readonly
BlueColor. Blue, the color that is represented by the RGB value #0000ff.
static readonly
FuchsiaColor. Fucshia, the color that is represented by the RGB value #ff00ff.
static readonly
FuschiaColor. Fucshia, the color that is represented by the RGB value #ff00ff. Deprecated. See Remarks.
static readonly
GrayColor. Gray, the color that is represented by the RGB value #808080.
static readonly
GreenColor. Green, the color that is represented by the RGB value #008000.
static readonly
LimeColor. Lime, the color that is represented by the RGB value #00ff00.
static readonly
MaroonColor. Maroon, the color that is represented by the RGB value #800000.
static readonly
NavyColor. Navy, the color that is represented by the RGB value #000080.
static readonly
OliveColor. Olive, the color that is represented by the RGB value #808000.
static readonly
PinkColor. Pink, the color that is represented by the RGB value #ff66ff.
static readonly
PurpleColor. Purple, the color that is represented by the RGB value #800080.
static readonly
RedColor. Red, the color that is represented by the RGB value #ff0000.
static readonly
SilverColor. Silver, the color that is represented by the RGB value #c0c0c0.
static readonly
TealColor. Teal, the color that is represented by the RGB value #008080.
static readonly
TransparentColor. The transparent color, represented by the RGB value #00000000.
static readonly
WhiteColor. White, the color that is represented by the RGB value #ffffff.
static readonly
YellowColor. Yellow, the color that is represented by the RGB value #ffff00..