The methods of Android.Graphics.Color are listed below. For a list of all members, see the Color Members list.
See Also: Inherited members from System.ValueType
static | Argb(int, int, int, int)Documentation for this section has not yet been entered. | |
static | ColorToHSV(Color, float[])Documentation for this section has not yet been entered. | |
override | Equals(object)Determines if this instance of a Color struct and another are the same. | |
static | GetAlphaComponent(int)Gets the Alpha component from an integer color. | |
static | GetBlueComponent(int)Gets the Blue component from an integer color. | |
GetBrightness()Documentation for this section has not yet been entered. | ||
static | GetGreenComponent(int)Gets the Green component from an integer color. | |
override | GetHashCode()Documentation for this section has not yet been entered. | |
GetHue()Documentation for this section has not yet been entered. | ||
static | GetRedComponent(int)Gets the Red component from an integer color. | |
GetSaturation()Documentation for this section has not yet been entered. | ||
static | HSVToColor(float[])Documentation for this section has not yet been entered. | |
static | HSVToColor(int, float[])Documentation for this section has not yet been entered. | |
static | ParseColor(string)Documentation for this section has not yet been entered. | |
static | Rgb(int, int, int)Documentation for this section has not yet been entered. | |
static | RGBToHSV(int, int, int, float[])Documentation for this section has not yet been entered. | |
ToArgb()Return an integer representation of the Color. | ||
override | ToString()Creates a string representation of the Color. |