The members of Xamarin.Forms.Color are listed below.
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.. |
| [read-only] | A | double. Gets the alpha component of the color. |
| [read-only] static | Accent | Color. Gets the accent or tint color from the application. |
| [read-only] | B | double. Gets the blue component of the color. |
| [read-only] static | Default | Color. Returns the default color. |
| [read-only] | G | double. Gets the Green component of the color. |
| [read-only] | Hue | double. Gets the Hue of the color. |
| [read-only] | Luminosity | double. Gets the Luminosity fo the color. |
| [read-only] | R | double. Gets the Red component of the color. |
| [read-only] | Saturation | double. Gets the Saturation of the color |
AddLuminosity(double)Returns a new Color with a modified luminosity channel. | ||
override | Equals(object)Determine if the provided object is equivalent to the current Color. | |
static | FromHex(string)Returns a new RGB Color instance with the requested Red, Green, and Blue channels. The Alpha channel is set if hex contains one. | |
static | FromHsla(double, double, double, double)Returns a new HSL Color with an alpha channel | |
static | FromRgb(double, double, double)Returns a new rgb color instance. | |
static | FromRgb(int, int, int)Returns a new rgb color instance. | |
static | FromRgba(double, double, double, double)Returns a new RGBA color instance. | |
static | FromRgba(int, int, int, int)Returns a new RGBA color instance. | |
static | FromUint(uint)Returns a new Color with the requested RGBA value. | |
override | GetHashCode()Returns the Hashcode for this object. | |
MultiplyAlpha(double)Returns a new color with the alpha channel multiplied by alpha, clamped to the inclusive range [0-1]. | ||
override | ToString()Returns a string representation of the Color. | |
WithHue(double)Returns a color with modified Hue, but keeping the same Saturation and Luminosity. | ||
WithLuminosity(double)Returns a color with modified Luminosity. | ||
WithSaturation(double)Returns a new color with modified Saturation. | ||