Color Class

Definition

Line 11 of System.Windows/Color.cm

Constructors & Destructor

public nothrow Color()
public nothrow Color(byte red_, byte green_, byte blue_)
public nothrow Color(byte alpha_, byte red_, byte green_, byte blue_)

Member Functions

public static nothrow Color AliceBlue()
public static nothrow Color AntiqueWhite()
public static nothrow Color Aqua()
public static nothrow Color Aquamarine()
public static nothrow Color Azure()
public static nothrow Color Beige()
public static nothrow Color Bisque()
public static nothrow Color Black()
public static nothrow Color BlanchedAlmond()
public static nothrow Color Blue()
public static nothrow Color BlueViolet()
public static nothrow Color Brown()
public static nothrow Color BurlyWood()
public static nothrow Color CadetBlue()
public static nothrow Color Chartreuse()
public static nothrow Color Chocolate()
public static nothrow Color Coral()
public static nothrow Color CornflowerBlue()
public static nothrow Color Cornsilk()
public static nothrow Color Crimson()
public static nothrow Color Cyan()
public static nothrow Color DarkBlue()
public static nothrow Color DarkCyan()
public static nothrow Color DarkGoldenrod()
public static nothrow Color DarkGray()
public static nothrow Color DarkGreen()
public static nothrow Color DarkKhaki()
public static nothrow Color DarkMagenta()
public static nothrow Color DarkOliveGreen()
public static nothrow Color DarkOrange()
public static nothrow Color DarkOrchid()
public static nothrow Color DarkRed()
public static nothrow Color DarkSalmon()
public static nothrow Color DarkSeaGreen()
public static nothrow Color DarkSlateBlue()
public static nothrow Color DarkSlateGray()
public static nothrow Color DarkTurquoise()
public static nothrow Color DarkViolet()
public static nothrow Color DeepPink()
public static nothrow Color DeepSkyBlue()
public static nothrow Color DefaultBitmapTransparent()
public static nothrow Color DimGray()
public static nothrow Color DodgerBlue()
public static nothrow Color Firebrick()
public static nothrow Color FloralWhite()
public static nothrow Color ForestGreen()
public static nothrow Color Fuchsia()
public static nothrow Color Gainsboro()
public static nothrow Color GhostWhite()
public static nothrow Color Gold()
public static nothrow Color Goldenrod()
public static nothrow Color Gray()
public static nothrow Color Green()
public static nothrow Color GreenYellow()
public static nothrow Color Honeydew()
public static nothrow Color HotPink()
public static nothrow Color IndianRed()
public static nothrow Color Indigo()
public static nothrow Color Ivory()
public static nothrow Color Khaki()
public static nothrow Color Lavender()
public static nothrow Color LavenderBlush()
public static nothrow Color LawnGreen()
public static nothrow Color LemonChiffon()
public static nothrow Color LightBlue()
public static nothrow Color LightCoral()
public static nothrow Color LightCyan()
public static nothrow Color LightGoldenrodYellow()
public static nothrow Color LightGray()
public static nothrow Color LightGreen()
public static nothrow Color LightPink()
public static nothrow Color LightSalmon()
public static nothrow Color LightSeaGreen()
public static nothrow Color LightSkyBlue()
public static nothrow Color LightSlateGray()
public static nothrow Color LightSteelBlue()
public static nothrow Color LightYellow()
public static nothrow Color Lime()
public static nothrow Color LimeGreen()
public static nothrow Color Linen()
public static nothrow Color Magenta()
public static nothrow Color Maroon()
public static nothrow Color MediumAquamarine()
public static nothrow Color MediumBlue()
public static nothrow Color MediumOrchid()
public static nothrow Color MediumPurple()
public static nothrow Color MediumSeaGreen()
public static nothrow Color MediumSlateBlue()
public static nothrow Color MediumSpringGreen()
public static nothrow Color MediumTurquoise()
public static nothrow Color MediumVioletRed()
public static nothrow Color MidnightBlue()
public static nothrow Color MintCream()
public static nothrow Color MistyRose()
public static nothrow Color Moccasin()
public static nothrow Color NavajoWhite()
public static nothrow Color Navy()
public static nothrow Color OldLace()
public static nothrow Color Olive()
public static nothrow Color OliveDrab()
public static nothrow Color Orange()
public static nothrow Color OrangeRed()
public static nothrow Color Orchid()
public static nothrow Color PaleGoldenrod()
public static nothrow Color PaleGreen()
public static nothrow Color PaleTurquoise()
public static nothrow Color PaleVioletRed()
public static nothrow Color PapayaWhip()
public static nothrow Color PeachPuff()
public static nothrow Color Peru()
public static nothrow Color Pink()
public static nothrow Color Plum()
public static nothrow Color PowderBlue()
public static nothrow Color Purple()
public static nothrow Color Red()
public static nothrow Color RosyBrown()
public static nothrow Color RoyalBlue()
public static nothrow Color SaddleBrown()
public static nothrow Color Salmon()
public static nothrow Color SandyBrown()
public static nothrow Color SeaGreen()
public static nothrow Color SeaShell()
public static nothrow Color Sienna()
public static nothrow Color Silver()
public static nothrow Color SkyBlue()
public static nothrow Color SlateBlue()
public static nothrow Color SlateGray()
public static nothrow Color Snow()
public static nothrow Color SpringGreen()
public static nothrow Color SteelBlue()
public static nothrow Color Tan()
public static nothrow Color Teal()
public static nothrow Color Thistle()
public nothrow Color ToGray() const
public nothrow Color ToGray(const Color& transparentColor) const
public nothrow String<char> ToString() const
public static nothrow Color Tomato()
public static nothrow Color Transparent()
public static nothrow Color Turquoise()
public static nothrow Color Violet()
public static nothrow Color Wheat()
public static nothrow Color White()
public static nothrow Color WhiteSmoke()
public static nothrow Color Yellow()
public static nothrow Color YellowGreen()

Member Variables

public byte alpha
public byte blue
public byte green
public byte red

Constructor& Destructor Details

Color Constructor

public nothrow Color()

Definition
Line 13 of System.Windows/Color.cm


Color Constructor

public nothrow Color(byte red_, byte green_, byte blue_)

Definition
Line 19 of System.Windows/Color.cm


Color Constructor

public nothrow Color(byte alpha_, byte red_, byte green_, byte blue_)

Definition
Line 16 of System.Windows/Color.cm


Member Function Details

AliceBlue Static Member Function

public static nothrow Color AliceBlue()

Definition
Line 38 of System.Windows/Color.cm


AntiqueWhite Static Member Function

public static nothrow Color AntiqueWhite()

Definition
Line 42 of System.Windows/Color.cm


Aqua Static Member Function

public static nothrow Color Aqua()

Definition
Line 46 of System.Windows/Color.cm


Aquamarine Static Member Function

public static nothrow Color Aquamarine()

Definition
Line 50 of System.Windows/Color.cm


Azure Static Member Function

public static nothrow Color Azure()

Definition
Line 54 of System.Windows/Color.cm


Beige Static Member Function

public static nothrow Color Beige()

Definition
Line 58 of System.Windows/Color.cm


Bisque Static Member Function

public static nothrow Color Bisque()

Definition
Line 62 of System.Windows/Color.cm


Black Static Member Function

public static nothrow Color Black()

Definition
Line 66 of System.Windows/Color.cm


BlanchedAlmond Static Member Function

public static nothrow Color BlanchedAlmond()

Definition
Line 70 of System.Windows/Color.cm


Blue Static Member Function

public static nothrow Color Blue()

Definition
Line 74 of System.Windows/Color.cm


BlueViolet Static Member Function

public static nothrow Color BlueViolet()

Definition
Line 78 of System.Windows/Color.cm


Brown Static Member Function

public static nothrow Color Brown()

Definition
Line 82 of System.Windows/Color.cm


BurlyWood Static Member Function

public static nothrow Color BurlyWood()

Definition
Line 86 of System.Windows/Color.cm


CadetBlue Static Member Function

public static nothrow Color CadetBlue()

Definition
Line 90 of System.Windows/Color.cm


Chartreuse Static Member Function

public static nothrow Color Chartreuse()

Definition
Line 94 of System.Windows/Color.cm


Chocolate Static Member Function

public static nothrow Color Chocolate()

Definition
Line 98 of System.Windows/Color.cm


Coral Static Member Function

public static nothrow Color Coral()

Definition
Line 102 of System.Windows/Color.cm


CornflowerBlue Static Member Function

public static nothrow Color CornflowerBlue()

Definition
Line 106 of System.Windows/Color.cm


Cornsilk Static Member Function

public static nothrow Color Cornsilk()

Definition
Line 110 of System.Windows/Color.cm


Crimson Static Member Function

public static nothrow Color Crimson()

Definition
Line 114 of System.Windows/Color.cm


Cyan Static Member Function

public static nothrow Color Cyan()

Definition
Line 118 of System.Windows/Color.cm


DarkBlue Static Member Function

public static nothrow Color DarkBlue()

Definition
Line 122 of System.Windows/Color.cm


DarkCyan Static Member Function

public static nothrow Color DarkCyan()

Definition
Line 126 of System.Windows/Color.cm


DarkGoldenrod Static Member Function

public static nothrow Color DarkGoldenrod()

Definition
Line 130 of System.Windows/Color.cm


DarkGray Static Member Function

public static nothrow Color DarkGray()

Definition
Line 134 of System.Windows/Color.cm


DarkGreen Static Member Function

public static nothrow Color DarkGreen()

Definition
Line 138 of System.Windows/Color.cm


DarkKhaki Static Member Function

public static nothrow Color DarkKhaki()

Definition
Line 142 of System.Windows/Color.cm


DarkMagenta Static Member Function

public static nothrow Color DarkMagenta()

Definition
Line 146 of System.Windows/Color.cm


DarkOliveGreen Static Member Function

public static nothrow Color DarkOliveGreen()

Definition
Line 150 of System.Windows/Color.cm


DarkOrange Static Member Function

public static nothrow Color DarkOrange()

Definition
Line 154 of System.Windows/Color.cm


DarkOrchid Static Member Function

public static nothrow Color DarkOrchid()

Definition
Line 158 of System.Windows/Color.cm


DarkRed Static Member Function

public static nothrow Color DarkRed()

Definition
Line 162 of System.Windows/Color.cm


DarkSalmon Static Member Function

public static nothrow Color DarkSalmon()

Definition
Line 166 of System.Windows/Color.cm


DarkSeaGreen Static Member Function

public static nothrow Color DarkSeaGreen()

Definition
Line 170 of System.Windows/Color.cm


DarkSlateBlue Static Member Function

public static nothrow Color DarkSlateBlue()

Definition
Line 174 of System.Windows/Color.cm


DarkSlateGray Static Member Function

public static nothrow Color DarkSlateGray()

Definition
Line 178 of System.Windows/Color.cm


DarkTurquoise Static Member Function

public static nothrow Color DarkTurquoise()

Definition
Line 182 of System.Windows/Color.cm


DarkViolet Static Member Function

public static nothrow Color DarkViolet()

Definition
Line 186 of System.Windows/Color.cm


DeepPink Static Member Function

public static nothrow Color DeepPink()

Definition
Line 190 of System.Windows/Color.cm


DeepSkyBlue Static Member Function

public static nothrow Color DeepSkyBlue()

Definition
Line 194 of System.Windows/Color.cm


DefaultBitmapTransparent Static Member Function

public static nothrow Color DefaultBitmapTransparent()

Definition
Line 602 of System.Windows/Color.cm


DimGray Static Member Function

public static nothrow Color DimGray()

Definition
Line 198 of System.Windows/Color.cm


DodgerBlue Static Member Function

public static nothrow Color DodgerBlue()

Definition
Line 202 of System.Windows/Color.cm


Firebrick Static Member Function

public static nothrow Color Firebrick()

Definition
Line 206 of System.Windows/Color.cm


FloralWhite Static Member Function

public static nothrow Color FloralWhite()

Definition
Line 210 of System.Windows/Color.cm


ForestGreen Static Member Function

public static nothrow Color ForestGreen()

Definition
Line 214 of System.Windows/Color.cm


Fuchsia Static Member Function

public static nothrow Color Fuchsia()

Definition
Line 218 of System.Windows/Color.cm


Gainsboro Static Member Function

public static nothrow Color Gainsboro()

Definition
Line 222 of System.Windows/Color.cm


GhostWhite Static Member Function

public static nothrow Color GhostWhite()

Definition
Line 226 of System.Windows/Color.cm


Gold Static Member Function

public static nothrow Color Gold()

Definition
Line 230 of System.Windows/Color.cm


Goldenrod Static Member Function

public static nothrow Color Goldenrod()

Definition
Line 234 of System.Windows/Color.cm


Gray Static Member Function

public static nothrow Color Gray()

Definition
Line 238 of System.Windows/Color.cm


Green Static Member Function

public static nothrow Color Green()

Definition
Line 242 of System.Windows/Color.cm


GreenYellow Static Member Function

public static nothrow Color GreenYellow()

Definition
Line 246 of System.Windows/Color.cm


Honeydew Static Member Function

public static nothrow Color Honeydew()

Definition
Line 250 of System.Windows/Color.cm


HotPink Static Member Function

public static nothrow Color HotPink()

Definition
Line 254 of System.Windows/Color.cm


IndianRed Static Member Function

public static nothrow Color IndianRed()

Definition
Line 258 of System.Windows/Color.cm


Indigo Static Member Function

public static nothrow Color Indigo()

Definition
Line 262 of System.Windows/Color.cm


Ivory Static Member Function

public static nothrow Color Ivory()

Definition
Line 266 of System.Windows/Color.cm


Khaki Static Member Function

public static nothrow Color Khaki()

Definition
Line 270 of System.Windows/Color.cm


Lavender Static Member Function

public static nothrow Color Lavender()

Definition
Line 274 of System.Windows/Color.cm


LavenderBlush Static Member Function

public static nothrow Color LavenderBlush()

Definition
Line 278 of System.Windows/Color.cm


LawnGreen Static Member Function

public static nothrow Color LawnGreen()

Definition
Line 282 of System.Windows/Color.cm


LemonChiffon Static Member Function

public static nothrow Color LemonChiffon()

Definition
Line 286 of System.Windows/Color.cm


LightBlue Static Member Function

public static nothrow Color LightBlue()

Definition
Line 290 of System.Windows/Color.cm


LightCoral Static Member Function

public static nothrow Color LightCoral()

Definition
Line 294 of System.Windows/Color.cm


LightCyan Static Member Function

public static nothrow Color LightCyan()

Definition
Line 298 of System.Windows/Color.cm


LightGoldenrodYellow Static Member Function

public static nothrow Color LightGoldenrodYellow()

Definition
Line 302 of System.Windows/Color.cm


LightGray Static Member Function

public static nothrow Color LightGray()

Definition
Line 306 of System.Windows/Color.cm


LightGreen Static Member Function

public static nothrow Color LightGreen()

Definition
Line 310 of System.Windows/Color.cm


LightPink Static Member Function

public static nothrow Color LightPink()

Definition
Line 314 of System.Windows/Color.cm


LightSalmon Static Member Function

public static nothrow Color LightSalmon()

Definition
Line 318 of System.Windows/Color.cm


LightSeaGreen Static Member Function

public static nothrow Color LightSeaGreen()

Definition
Line 322 of System.Windows/Color.cm


LightSkyBlue Static Member Function

public static nothrow Color LightSkyBlue()

Definition
Line 326 of System.Windows/Color.cm


LightSlateGray Static Member Function

public static nothrow Color LightSlateGray()

Definition
Line 330 of System.Windows/Color.cm


LightSteelBlue Static Member Function

public static nothrow Color LightSteelBlue()

Definition
Line 334 of System.Windows/Color.cm


LightYellow Static Member Function

public static nothrow Color LightYellow()

Definition
Line 338 of System.Windows/Color.cm


Lime Static Member Function

public static nothrow Color Lime()

Definition
Line 342 of System.Windows/Color.cm


LimeGreen Static Member Function

public static nothrow Color LimeGreen()

Definition
Line 346 of System.Windows/Color.cm


Linen Static Member Function

public static nothrow Color Linen()

Definition
Line 350 of System.Windows/Color.cm


Magenta Static Member Function

public static nothrow Color Magenta()

Definition
Line 354 of System.Windows/Color.cm


Maroon Static Member Function

public static nothrow Color Maroon()

Definition
Line 358 of System.Windows/Color.cm


MediumAquamarine Static Member Function

public static nothrow Color MediumAquamarine()

Definition
Line 362 of System.Windows/Color.cm


MediumBlue Static Member Function

public static nothrow Color MediumBlue()

Definition
Line 366 of System.Windows/Color.cm


MediumOrchid Static Member Function

public static nothrow Color MediumOrchid()

Definition
Line 370 of System.Windows/Color.cm


MediumPurple Static Member Function

public static nothrow Color MediumPurple()

Definition
Line 374 of System.Windows/Color.cm


MediumSeaGreen Static Member Function

public static nothrow Color MediumSeaGreen()

Definition
Line 378 of System.Windows/Color.cm


MediumSlateBlue Static Member Function

public static nothrow Color MediumSlateBlue()

Definition
Line 382 of System.Windows/Color.cm


MediumSpringGreen Static Member Function

public static nothrow Color MediumSpringGreen()

Definition
Line 386 of System.Windows/Color.cm


MediumTurquoise Static Member Function

public static nothrow Color MediumTurquoise()

Definition
Line 390 of System.Windows/Color.cm


MediumVioletRed Static Member Function

public static nothrow Color MediumVioletRed()

Definition
Line 394 of System.Windows/Color.cm


MidnightBlue Static Member Function

public static nothrow Color MidnightBlue()

Definition
Line 398 of System.Windows/Color.cm


MintCream Static Member Function

public static nothrow Color MintCream()

Definition
Line 402 of System.Windows/Color.cm


MistyRose Static Member Function

public static nothrow Color MistyRose()

Definition
Line 406 of System.Windows/Color.cm


Moccasin Static Member Function

public static nothrow Color Moccasin()

Definition
Line 410 of System.Windows/Color.cm


NavajoWhite Static Member Function

public static nothrow Color NavajoWhite()

Definition
Line 414 of System.Windows/Color.cm


Navy Static Member Function

public static nothrow Color Navy()

Definition
Line 418 of System.Windows/Color.cm


OldLace Static Member Function

public static nothrow Color OldLace()

Definition
Line 422 of System.Windows/Color.cm


Olive Static Member Function

public static nothrow Color Olive()

Definition
Line 426 of System.Windows/Color.cm


OliveDrab Static Member Function

public static nothrow Color OliveDrab()

Definition
Line 430 of System.Windows/Color.cm


Orange Static Member Function

public static nothrow Color Orange()

Definition
Line 434 of System.Windows/Color.cm


OrangeRed Static Member Function

public static nothrow Color OrangeRed()

Definition
Line 438 of System.Windows/Color.cm


Orchid Static Member Function

public static nothrow Color Orchid()

Definition
Line 442 of System.Windows/Color.cm


PaleGoldenrod Static Member Function

public static nothrow Color PaleGoldenrod()

Definition
Line 446 of System.Windows/Color.cm


PaleGreen Static Member Function

public static nothrow Color PaleGreen()

Definition
Line 450 of System.Windows/Color.cm


PaleTurquoise Static Member Function

public static nothrow Color PaleTurquoise()

Definition
Line 454 of System.Windows/Color.cm


PaleVioletRed Static Member Function

public static nothrow Color PaleVioletRed()

Definition
Line 458 of System.Windows/Color.cm


PapayaWhip Static Member Function

public static nothrow Color PapayaWhip()

Definition
Line 462 of System.Windows/Color.cm


PeachPuff Static Member Function

public static nothrow Color PeachPuff()

Definition
Line 466 of System.Windows/Color.cm


Peru Static Member Function

public static nothrow Color Peru()

Definition
Line 470 of System.Windows/Color.cm


Pink Static Member Function

public static nothrow Color Pink()

Definition
Line 474 of System.Windows/Color.cm


Plum Static Member Function

public static nothrow Color Plum()

Definition
Line 478 of System.Windows/Color.cm


PowderBlue Static Member Function

public static nothrow Color PowderBlue()

Definition
Line 482 of System.Windows/Color.cm


Purple Static Member Function

public static nothrow Color Purple()

Definition
Line 486 of System.Windows/Color.cm


Red Static Member Function

public static nothrow Color Red()

Definition
Line 490 of System.Windows/Color.cm


RosyBrown Static Member Function

public static nothrow Color RosyBrown()

Definition
Line 494 of System.Windows/Color.cm


RoyalBlue Static Member Function

public static nothrow Color RoyalBlue()

Definition
Line 498 of System.Windows/Color.cm


SaddleBrown Static Member Function

public static nothrow Color SaddleBrown()

Definition
Line 502 of System.Windows/Color.cm


Salmon Static Member Function

public static nothrow Color Salmon()

Definition
Line 506 of System.Windows/Color.cm


SandyBrown Static Member Function

public static nothrow Color SandyBrown()

Definition
Line 510 of System.Windows/Color.cm


SeaGreen Static Member Function

public static nothrow Color SeaGreen()

Definition
Line 514 of System.Windows/Color.cm


SeaShell Static Member Function

public static nothrow Color SeaShell()

Definition
Line 518 of System.Windows/Color.cm


Sienna Static Member Function

public static nothrow Color Sienna()

Definition
Line 522 of System.Windows/Color.cm


Silver Static Member Function

public static nothrow Color Silver()

Definition
Line 526 of System.Windows/Color.cm


SkyBlue Static Member Function

public static nothrow Color SkyBlue()

Definition
Line 530 of System.Windows/Color.cm


SlateBlue Static Member Function

public static nothrow Color SlateBlue()

Definition
Line 534 of System.Windows/Color.cm


SlateGray Static Member Function

public static nothrow Color SlateGray()

Definition
Line 538 of System.Windows/Color.cm


Snow Static Member Function

public static nothrow Color Snow()

Definition
Line 542 of System.Windows/Color.cm


SpringGreen Static Member Function

public static nothrow Color SpringGreen()

Definition
Line 546 of System.Windows/Color.cm


SteelBlue Static Member Function

public static nothrow Color SteelBlue()

Definition
Line 550 of System.Windows/Color.cm


Tan Static Member Function

public static nothrow Color Tan()

Definition
Line 554 of System.Windows/Color.cm


Teal Static Member Function

public static nothrow Color Teal()

Definition
Line 558 of System.Windows/Color.cm


Thistle Static Member Function

public static nothrow Color Thistle()

Definition
Line 562 of System.Windows/Color.cm


ToGray Member Function

public nothrow Color ToGray()

Definition
Line 28 of System.Windows/Color.cm


ToGray Member Function

public nothrow Color ToGray(const Color& transparentColor)

Definition
Line 22 of System.Windows/Color.cm


ToString Member Function

public nothrow String<char> ToString()

Definition
Line 32 of System.Windows/Color.cm


Tomato Static Member Function

public static nothrow Color Tomato()

Definition
Line 566 of System.Windows/Color.cm


Transparent Static Member Function

public static nothrow Color Transparent()

Definition
Line 570 of System.Windows/Color.cm


Turquoise Static Member Function

public static nothrow Color Turquoise()

Definition
Line 574 of System.Windows/Color.cm


Violet Static Member Function

public static nothrow Color Violet()

Definition
Line 578 of System.Windows/Color.cm


Wheat Static Member Function

public static nothrow Color Wheat()

Definition
Line 582 of System.Windows/Color.cm


White Static Member Function

public static nothrow Color White()

Definition
Line 586 of System.Windows/Color.cm


WhiteSmoke Static Member Function

public static nothrow Color WhiteSmoke()

Definition
Line 590 of System.Windows/Color.cm


Yellow Static Member Function

public static nothrow Color Yellow()

Definition
Line 594 of System.Windows/Color.cm


YellowGreen Static Member Function

public static nothrow Color YellowGreen()

Definition
Line 598 of System.Windows/Color.cm