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
static readonly | Aqua | Color. Aqua, the color that is represented by the RGB value #00ffff. |
static readonly | Black | Color. Black, the color that is represented by the RGB value #000000. |
static readonly | Blue | Color. Blue, the color that is represented by the RGB value #0000ff. |
static readonly | Fuchsia | Color. Fucshia, the color that is represented by the RGB value #ff00ff. |
static readonly | Fuschia | Color. Fucshia, the color that is represented by the RGB value #ff00ff. Deprecated. See Remarks. |
static readonly | Gray | Color. Gray, the color that is represented by the RGB value #808080. |
static readonly | Green | Color. Green, the color that is represented by the RGB value #008000. |
static readonly | Lime | Color. Lime, the color that is represented by the RGB value #00ff00. |
static readonly | Maroon | Color. Maroon, the color that is represented by the RGB value #800000. |
static readonly | Navy | Color. Navy, the color that is represented by the RGB value #000080. |
static readonly | Olive | Color. Olive, the color that is represented by the RGB value #808000. |
static readonly | Pink | Color. Pink, the color that is represented by the RGB value #ff66ff. |
static readonly | Purple | Color. Purple, the color that is represented by the RGB value #800080. |
static readonly | Red | Color. Red, the color that is represented by the RGB value #ff0000. |
static readonly | Silver | Color. Silver, the color that is represented by the RGB value #c0c0c0. |
static readonly | Teal | Color. Teal, the color that is represented by the RGB value #008080. |
static readonly | Transparent | Color. The transparent color, represented by the RGB value #00000000. |
static readonly | White | Color. White, the color that is represented by the RGB value #ffffff. |
static readonly | Yellow | Color. Yellow, the color that is represented by the RGB value #ffff00.. |