Android.Graphics.Color: Method Members

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

Public Methods

static
Argb(int, int, int, int) : Color
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) : bool
Determines if this instance of a Color struct and another are the same.
static
GetAlphaComponent(int) : int
Gets the Alpha component from an integer color.
static
GetBlueComponent(int) : int
Gets the Blue component from an integer color.
GetBrightness() : float
Documentation for this section has not yet been entered.
static
GetGreenComponent(int) : int
Gets the Green component from an integer color.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
GetHue() : float
Documentation for this section has not yet been entered.
static
GetRedComponent(int) : int
Gets the Red component from an integer color.
GetSaturation() : float
Documentation for this section has not yet been entered.
static
HSVToColor(float[]) : Color
Documentation for this section has not yet been entered.
static
HSVToColor(int, float[]) : Color
Documentation for this section has not yet been entered.
static
ParseColor(string) : Color
Documentation for this section has not yet been entered.
static
Rgb(int, int, int) : Color
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() : int
Return an integer representation of the Color.
override
ToString() : string
Creates a string representation of the Color.