Mono Class Library: Overview

System.Drawing.Color: Method Members

The methods of System.Drawing.Color are listed below. For a list of all members, see the Color Members list.

See Also: Inherited members from System.ValueType

Public Methods

override
Equals(object) : bool
Documentation for this section has not yet been entered.
static
FromArgb(int) : Color
Documentation for this section has not yet been entered.
static
FromArgb(int, Color) : Color
Documentation for this section has not yet been entered.
static
FromArgb(int, int, int) : Color
Documentation for this section has not yet been entered.
static
FromArgb(int, int, int, int) : Color
Documentation for this section has not yet been entered.
static
FromKnownColor(KnownColor) : Color
Documentation for this section has not yet been entered.
static
FromName(string) : Color
Documentation for this section has not yet been entered.
GetBrightness() : float
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
GetHue() : float
Documentation for this section has not yet been entered.
GetSaturation() : float
Documentation for this section has not yet been entered.
ToArgb() : int
Documentation for this section has not yet been entered.
ToKnownColor() : KnownColor
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.