.NET Framework Class Library
Color Members

Represents an ARGB (alpha, red, green, blue) color.

The Color type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkEqualsTests whether the specified object is a Color structure and is equivalent to this Color structure. (Overrides ValueType..::.Equals(Object).)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFromArgbOverloaded. Creates a Color structure from the four 8-bit ARGB components (alpha, red, green, and blue) values.
Public methodStatic memberFromKnownColorCreates a Color structure from the specified predefined color.
Public methodStatic memberFromNameCreates a Color structure from the specified name of a predefined color.
Public methodStatic memberSupported by the .NET Compact FrameworkFromSysIcvInfrastructure. Gets a system-defined color.
Public methodGetBrightnessGets the hue-saturation-brightness (HSB) brightness value for this Color structure.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetHashCodeReturns a hash code for this Color structure. (Overrides ValueType..::.GetHashCode()()().)
Public methodGetHueGets the hue-saturation-brightness (HSB) hue value, in degrees, for this Color structure.
Public methodGetSaturationGets the hue-saturation-brightness (HSB) saturation value for this Color structure.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToArgbGets the 32-bit ARGB value of this Color structure.
Public methodToKnownColorGets the KnownColor value of this Color structure.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkToStringOverloaded.
Top
Operators

  NameDescription
Public operatorStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkEqualityTests whether two specified Color structures are equivalent.
Public operatorStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkInequalityTests whether two specified Color structures are different.
Top
Fields

  NameDescription
Public fieldStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkEmptyRepresents a color that is nullNothingnullptra null reference (Nothing in Visual Basic).
Top
Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkAGets the alpha component value of this Color structure.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAliceBlueGets a system-defined color that has an ARGB value of #FFF0F8FF.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAntiqueWhiteGets a system-defined color that has an ARGB value of #FFFAEBD7.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAquaGets a system-defined color that has an ARGB value of #FF00FFFF.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAquamarineGets a system-defined color that has an ARGB value of #FF7FFFD4.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAzureGets a system-defined color that has an ARGB value of #FFF0FFFF.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkBGets the blue component value of this Color structure.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkBeigeGets a system-defined color that has an ARGB value of #FFF5F5DC.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkBisqueGets a system-defined color that has an ARGB value of #FFFFE4C4.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkBlackGets a system-defined color that has an ARGB value of #FF000000.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkBlanchedAlmondGets a system-defined color that has an ARGB value of #FFFFEBCD.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkBlueGets a system-defined color that has an ARGB value of #FF0000FF.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkBlueVioletGets a system-defined color that has an ARGB value of #FF8A2BE2.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkBrownGets a system-defined color that has an ARGB value of #FFA52A2A.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkBurlyWoodGets a system-defined color that has an ARGB value of #FFDEB887.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCadetBlueGets a system-defined color that has an ARGB value of #FF5F9EA0.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkChartreuseGets a system-defined color that has an ARGB value of #FF7FFF00.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkChocolateGets a system-defined color that has an ARGB value of #FFD2691E.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCoralGets a system-defined color that has an ARGB value of #FFFF7F50.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCornflowerBlueGets a system-defined color that has an ARGB value of #FF6495ED.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCornsilkGets a system-defined color that has an ARGB value of #FFFFF8DC.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCrimsonGets a system-defined color that has an ARGB value of #FFDC143C.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkCyanGets a system-defined color that has an ARGB value of #FF00FFFF.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDarkBlueGets a system-defined color that has an ARGB value of #FF00008B.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDarkCyanGets a system-defined color that has an ARGB value of #FF008B8B.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDarkGoldenrodGets a system-defined color that has an ARGB value of #FFB8860B.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDarkGrayGets a system-defined color that has an ARGB value of #FFA9A9A9.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDarkGreenGets a system-defined color that has an ARGB value of #FF006400.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDarkKhakiGets a system-defined color that has an ARGB value of #FFBDB76B.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDarkMagentaGets a system-defined color that has an ARGB value of #FF8B008B.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDarkOliveGreenGets a system-defined color that has an ARGB value of #FF556B2F.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDarkOrangeGets a system-defined color that has an ARGB value of #FFFF8C00.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDarkOrchidGets a system-defined color that has an ARGB value of #FF9932CC.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDarkRedGets a system-defined color that has an ARGB value of #FF8B0000.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDarkSalmonGets a system-defined color that has an ARGB value of #FFE9967A.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDarkSeaGreenGets a system-defined color that has an ARGB value of #FF8FBC8F.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDarkSlateBlueGets a system-defined color that has an ARGB value of #FF483D8B.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDarkSlateGrayGets a system-defined color that has an ARGB value of #FF2F4F4F.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDarkTurquoiseGets a system-defined color that has an ARGB value of #FF00CED1.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDarkVioletGets a system-defined color that has an ARGB value of #FF9400D3.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDeepPinkGets a system-defined color that has an ARGB value of #FFFF1493.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDeepSkyBlueGets a system-defined color that has an ARGB value of #FF00BFFF.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDimGrayGets a system-defined color that has an ARGB value of #FF696969.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkDodgerBlueGets a system-defined color that has an ARGB value of #FF1E90FF.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFirebrickGets a system-defined color that has an ARGB value of #FFB22222.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFloralWhiteGets a system-defined color that has an ARGB value of #FFFFFAF0.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkForestGreenGets a system-defined color that has an ARGB value of #FF228B22.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkFuchsiaGets a system-defined color that has an ARGB value of #FFFF00FF.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkGGets the green component value of this Color structure.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGainsboroGets a system-defined color that has an ARGB value of #FFDCDCDC.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGhostWhiteGets a system-defined color that has an ARGB value of #FFF8F8FF.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGoldGets a system-defined color that has an ARGB value of #FFFFD700.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGoldenrodGets a system-defined color that has an ARGB value of #FFDAA520.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGrayGets a system-defined color that has an ARGB value of #FF808080.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGreenGets a system-defined color that has an ARGB value of #FF008000.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkGreenYellowGets a system-defined color that has an ARGB value of #FFADFF2F.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkHoneydewGets a system-defined color that has an ARGB value of #FFF0FFF0.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkHotPinkGets a system-defined color that has an ARGB value of #FFFF69B4.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIndianRedGets a system-defined color that has an ARGB value of #FFCD5C5C.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIndigoGets a system-defined color that has an ARGB value of #FF4B0082.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIsEmptySpecifies whether this Color structure is uninitialized.
Public propertyIsKnownColorGets a value indicating whether this Color structure is a predefined color. Predefined colors are represented by the elements of the KnownColor enumeration.
Public propertyIsNamedColorGets a value indicating whether this Color structure is a named color or a member of the KnownColor enumeration.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkIsSystemColorGets a value indicating whether this Color structure is a system color. A system color is a color that is used in a Windows display element. System colors are represented by elements of the KnownColor enumeration.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkIvoryGets a system-defined color that has an ARGB value of #FFFFFFF0.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkKhakiGets a system-defined color that has an ARGB value of #FFF0E68C.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkLavenderGets a system-defined color that has an ARGB value of #FFE6E6FA.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkLavenderBlushGets a system-defined color that has an ARGB value of #FFFFF0F5.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkLawnGreenGets a system-defined color that has an ARGB value of #FF7CFC00.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkLemonChiffonGets a system-defined color that has an ARGB value of #FFFFFACD.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkLightBlueGets a system-defined color that has an ARGB value of #FFADD8E6.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkLightCoralGets a system-defined color that has an ARGB value of #FFF08080.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkLightCyanGets a system-defined color that has an ARGB value of #FFE0FFFF.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkLightGoldenrodYellowGets a system-defined color that has an ARGB value of #FFFAFAD2.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkLightGrayGets a system-defined color that has an ARGB value of #FFD3D3D3.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkLightGreenGets a system-defined color that has an ARGB value of #FF90EE90.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkLightPinkGets a system-defined color that has an ARGB value of #FFFFB6C1.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkLightSalmonGets a system-defined color that has an ARGB value of #FFFFA07A.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkLightSeaGreenGets a system-defined color that has an ARGB value of #FF20B2AA.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkLightSkyBlueGets a system-defined color that has an ARGB value of #FF87CEFA.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkLightSlateGrayGets a system-defined color that has an ARGB value of #FF778899.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkLightSteelBlueGets a system-defined color that has an ARGB value of #FFB0C4DE.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkLightYellowGets a system-defined color that has an ARGB value of #FFFFFFE0.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkLimeGets a system-defined color that has an ARGB value of #FF00FF00.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkLimeGreenGets a system-defined color that has an ARGB value of #FF32CD32.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkLinenGets a system-defined color that has an ARGB value of #FFFAF0E6.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMagentaGets a system-defined color that has an ARGB value of #FFFF00FF.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMaroonGets a system-defined color that has an ARGB value of #FF800000.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMediumAquamarineGets a system-defined color that has an ARGB value of #FF66CDAA.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMediumBlueGets a system-defined color that has an ARGB value of #FF0000CD.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMediumOrchidGets a system-defined color that has an ARGB value of #FFBA55D3.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMediumPurpleGets a system-defined color that has an ARGB value of #FF9370DB.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMediumSeaGreenGets a system-defined color that has an ARGB value of #FF3CB371.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMediumSlateBlueGets a system-defined color that has an ARGB value of #FF7B68EE.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMediumSpringGreenGets a system-defined color that has an ARGB value of #FF00FA9A.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMediumTurquoiseGets a system-defined color that has an ARGB value of #FF48D1CC.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMediumVioletRedGets a system-defined color that has an ARGB value of #FFC71585.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMidnightBlueGets a system-defined color that has an ARGB value of #FF191970.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMintCreamGets a system-defined color that has an ARGB value of #FFF5FFFA.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMistyRoseGets a system-defined color that has an ARGB value of #FFFFE4E1.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkMoccasinGets a system-defined color that has an ARGB value of #FFFFE4B5.
Public propertyNameGets the name of this Color.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkNavajoWhiteGets a system-defined color that has an ARGB value of #FFFFDEAD.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkNavyGets a system-defined color that has an ARGB value of #FF000080.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkOldLaceGets a system-defined color that has an ARGB value of #FFFDF5E6.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkOliveGets a system-defined color that has an ARGB value of #FF808000.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkOliveDrabGets a system-defined color that has an ARGB value of #FF6B8E23.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkOrangeGets a system-defined color that has an ARGB value of #FFFFA500.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkOrangeRedGets a system-defined color that has an ARGB value of #FFFF4500.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkOrchidGets a system-defined color that has an ARGB value of #FFDA70D6.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkPaleGoldenrodGets a system-defined color that has an ARGB value of #FFEEE8AA.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkPaleGreenGets a system-defined color that has an ARGB value of #FF98FB98.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkPaleTurquoiseGets a system-defined color that has an ARGB value of #FFAFEEEE.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkPaleVioletRedGets a system-defined color that has an ARGB value of #FFDB7093.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkPapayaWhipGets a system-defined color that has an ARGB value of #FFFFEFD5.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkPeachPuffGets a system-defined color that has an ARGB value of #FFFFDAB9.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkPeruGets a system-defined color that has an ARGB value of #FFCD853F.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkPinkGets a system-defined color that has an ARGB value of #FFFFC0CB.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkPlumGets a system-defined color that has an ARGB value of #FFDDA0DD.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkPowderBlueGets a system-defined color that has an ARGB value of #FFB0E0E6.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkPurpleGets a system-defined color that has an ARGB value of #FF800080.
Public propertySupported by the .NET Compact FrameworkSupported by the XNA FrameworkRGets the red component value of this Color structure.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkRedGets a system-defined color that has an ARGB value of #FFFF0000.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkRosyBrownGets a system-defined color that has an ARGB value of #FFBC8F8F.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkRoyalBlueGets a system-defined color that has an ARGB value of #FF4169E1.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSaddleBrownGets a system-defined color that has an ARGB value of #FF8B4513.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSalmonGets a system-defined color that has an ARGB value of #FFFA8072.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSandyBrownGets a system-defined color that has an ARGB value of #FFF4A460.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSeaGreenGets a system-defined color that has an ARGB value of #FF2E8B57.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSeaShellGets a system-defined color that has an ARGB value of #FFFFF5EE.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSiennaGets a system-defined color that has an ARGB value of #FFA0522D.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSilverGets a system-defined color that has an ARGB value of #FFC0C0C0.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSkyBlueGets a system-defined color that has an ARGB value of #FF87CEEB.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSlateBlueGets a system-defined color that has an ARGB value of #FF6A5ACD.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSlateGrayGets a system-defined color that has an ARGB value of #FF708090.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSnowGets a system-defined color that has an ARGB value of #FFFFFAFA.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSpringGreenGets a system-defined color that has an ARGB value of #FF00FF7F.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkSteelBlueGets a system-defined color that has an ARGB value of #FF4682B4.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkTanGets a system-defined color that has an ARGB value of #FFD2B48C.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkTealGets a system-defined color that has an ARGB value of #FF008080.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkThistleGets a system-defined color that has an ARGB value of #FFD8BFD8.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkTomatoGets a system-defined color that has an ARGB value of #FFFF6347.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkTransparentGets a system-defined color.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkTurquoiseGets a system-defined color that has an ARGB value of #FF40E0D0.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkVioletGets a system-defined color that has an ARGB value of #FFEE82EE.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkWheatGets a system-defined color that has an ARGB value of #FFF5DEB3.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkWhiteGets a system-defined color that has an ARGB value of #FFFFFFFF.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkWhiteSmokeGets a system-defined color that has an ARGB value of #FFF5F5F5.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkYellowGets a system-defined color that has an ARGB value of #FFFFFF00.
Public propertyStatic memberSupported by the .NET Compact FrameworkSupported by the XNA FrameworkYellowGreenGets a system-defined color that has an ARGB value of #FF9ACD32.
Top
See Also

Reference

Tags :


Page view tracker