The methods 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
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. | ||