| Name | Description |
  | ColorFromAcmy | Creates a System.Drawing.Color structure from the four ACMY component values. |
  | ColorFromAcmyk | Creates a System.Drawing.Color structure from the five ACMYK component values. |
  | ColorFromAhsb | Creates a System.Drawing.Color structure from the four AHSB component values. |
  | ColorFromAhsl | Creates a System.Drawing.Color structure from the four AHSL component values. |
  | ColorFromArgb | Creates a System.Drawing.Color structure from the four ARGB component values. |
  | ColorFromCmy | Creates a System.Drawing.Color structure from the three CMY component values. |
  | ColorFromCmyk | Creates a System.Drawing.Color structure from the four CMYK component values. |
  | ColorFromHsb | Creates a System.Drawing.Color structure from the three HSB component values. |
  | ColorFromHsl | Creates a System.Drawing.Color structure from the three HSL component values. |
  | ColorFromRgb | Creates a System.Drawing.Color structure from the three RGB component values. |
 | Equals | Determines whether the specified System.Object is equal to the current Northwoods.Go.Draw.GoColor. |
  | From | Overloaded. Creates a Northwoods.Go.Draw.GoColor structure from the specified Color structure. |
  | FromAcmy | Creates a Northwoods.Go.Draw.GoColor structure from the four ACMY component values. |
  | FromAcmyk | Creates a Northwoods.Go.Draw.GoColor structure from the five ACMYK component values. |
  | FromAhsb | Creates a Northwoods.Go.Draw.GoColor structure from the four AHSB component values. |
  | FromAhsl | Creates a Northwoods.Go.Draw.GoColor structure from the four AHSL component values. |
  | FromArgb | Creates a Northwoods.Go.Draw.GoColor structure from the four ARGB component values. |
  | FromCmy | Creates a Northwoods.Go.Draw.GoColor structure from the three CMY component values. |
  | FromCmyk | Creates a Northwoods.Go.Draw.GoColor structure from the four CMYK component values. |
  | FromHsb | Creates a Northwoods.Go.Draw.GoColor structure from the three HSB component values. |
  | FromHsl | Creates a Northwoods.Go.Draw.GoColor structure from the three HSL component values. |
  | FromRgb | Creates a Northwoods.Go.Draw.GoColor structure from the three RGB component values. |
 | GetHashCode | Returns the hash code for this Northwoods.Go.Draw.GoColor. |
 | SetAcmy | Sets the color of the Northwoods.Go.Draw.GoColor from the four ACMY component values. |
 | SetAcmyk | Sets the color of the Northwoods.Go.Draw.GoColor from the five ACMYK component values. |
 | SetAhsb | Sets the color of the Northwoods.Go.Draw.GoColor from the four AHSB component values. |
 | SetAhsl | Sets the color of the Northwoods.Go.Draw.GoColor from the four AHSL component values. |
 | SetArgb | Sets the color of the Northwoods.Go.Draw.GoColor from the four ARGB component values. |
 | SetCmy | Sets the color of the Northwoods.Go.Draw.GoColor from the three CMY component values. |
 | SetCmyk | Sets the color of the Northwoods.Go.Draw.GoColor from the four CMYK component values. |
 | SetHsb | Sets the color of the Northwoods.Go.Draw.GoColor from the three HSB component values. |
 | SetHsl | Sets the color of the Northwoods.Go.Draw.GoColor from the three HSL component values. |
 | SetRgb | Sets the color of the Northwoods.Go.Draw.GoColor from the three RGB component values. |
 | ToHex | Returns the Northwoods.Go.Draw.GoColor as a hex RGB triplet string. |
 | ToString | Returns a string representation of this Northwoods.Go.Draw.GoColor. |