[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=Color Info=Represents an ARGB color. [Property] Name=Sets the name of the component. ARG(string)|2| Color=Sets the default color. ARG(Color)|8|clDefault [Methods] *doEquals=Tests whether the specified object is a Color structure and is equivalent to this Color structure. ARG(Object obj)|1|0 *doFromArgb=Creates a Color structure from a 32-bit ARGB value. ARG(int argb)|1|0 *doFromArgb2=Creates a Color structure from the specified Color structure, but with the new specified alpha value. Although this method allows a 32-bit value to be passed for the alpha value, the value is limited to 8 bits. ARG(int alpha, Color baseColor)|1|0 *doFromArgb3=Creates a Color structure from the specified 8-bit color values . Although this method allows a 32-bit value to be passed for each color component, the value of each component is limited to 8 bits. ARG(int red_, int green_, int blue_)|1|0 *doFromArgb4=Creates a Color structure from the four ARGB component values. Although this method allows a 32-bit value to be passed for each component, the value of each component is limited to 8 bits. ARG(int alpha, int red_, int green_, int blue_)|1|0 *doFromKnownColor=Creates a Color structure from the specified predefined color. ARG(KnownColor knowncolor)|1|0 *doFromName=Creates a Color structure from the specified name of a predefined color. ARG(string colorname)|1|0 *onEquals=Occurs after invoke the method doEquals and returns the result. ARG(bool)|2|104 *onFromArgb=Occurs after invoke the method doFromArgb and returns the result. ARG(Color)|2|8 *onFromKnownColor=Occurs after invoke the method doFromKnownColor and returns the result. ARG(Color)|2|8 *onFromName=Occurs after invoke the method doFromName and returns the result. ARG(Color)|2|8 *A=Returns the alpha component value of this Color structure. ARG(byte)|3|0 *AliceBlue=Returns a system-defined color that has an ARGB value of #FFF0F8FF. ARG(Color)|3|8 *AntiqueWhite=Returns a system-defined color that has an ARGB value of #FFFAEBD7. ARG(Color)|3|8 *Aqua=Returns a system-defined color that has an ARGB value of #FF00FFFF. ARG(Color)|3|8 *Aquamarine=Returns a system-defined color that has an ARGB value of #FF7FFFD4. ARG(Color)|3|8 *Azure=Returns a system-defined color that has an ARGB value of #FFF0FFFF. ARG(Color)|3|8 *B=Returns the blue component value of this Color structure. ARG(byte)|3|0 *Beige=Returns a system-defined color that has an ARGB value of #FFF5F5DC. ARG(Color)|3|8 *Bisque=Returns a system-defined color that has an ARGB value of #FFFFE4C4. ARG(Color)|3|8 *Black=Returns a system-defined color that has an ARGB value of #FF000000. ARG(Color)|3|8 *BlanchedAlmond=Returns a system-defined color that has an ARGB value of #FFFFEBCD. ARG(Color)|3|8 *Blue=Returns a system-defined color that has an ARGB value of #FF0000FF. ARG(Color)|3|8 *BlueViolet=Returns a system-defined color that has an ARGB value of #FF8A2BE2. ARG(Color)|3|8 *Brown=Returns a system-defined color that has an ARGB value of #FFA52A2A. ARG(Color)|3|8 *BurlyWood=Returns a system-defined color that has an ARGB value of #FFDEB887. ARG(Color)|3|8 *CadetBlue=Returns a system-defined color that has an ARGB value of #FF5F9EA0. ARG(Color)|3|8 *Chartreuse=Returns a system-defined color that has an ARGB value of #FF7FFF00. ARG(Color)|3|8 *Chocolate=Returns a system-defined color that has an ARGB value of #FFD2691E. ARG(Color)|3|8 *Coral=Returns a system-defined color that has an ARGB value of #FFFF7F50. ARG(Color)|3|8 *CornflowerBlue=Returns a system-defined color that has an ARGB value of #FF6495ED. ARG(Color)|3|8 *Cornsilk=Returns a system-defined color that has an ARGB value of #FFFFF8DC. ARG(Color)|3|8 *Crimson=Returns a system-defined color that has an ARGB value of #FFDC143C. ARG(Color)|3|8 *Cyan=Returns a system-defined color that has an ARGB value of #FF00FFFF. ARG(Color)|3|8 *DarkBlue=Returns a system-defined color that has an ARGB value of #FF00008B. ARG(Color)|3|8 *DarkCyan=Returns a system-defined color that has an ARGB value of #FF008B8B. ARG(Color)|3|8 *DarkGoldenrod=Returns a system-defined color that has an ARGB value of #FFB8860B. ARG(Color)|3|8 *DarkGray=Returns a system-defined color that has an ARGB value of #FFA9A9A9. ARG(Color)|3|8 *DarkGreen=Returns a system-defined color that has an ARGB value of #FF006400. ARG(Color)|3|8 *DarkKhaki=Returns a system-defined color that has an ARGB value of #FFBDB76B. ARG(Color)|3|8 *DarkMagenta=Returns a system-defined color that has an ARGB value of #FF8B008B. ARG(Color)|3|8 *DarkOliveGreen=Returns a system-defined color that has an ARGB value of #FF556B2F. ARG(Color)|3|8 *DarkOrange=Returns a system-defined color that has an ARGB value of #FFFF8C00. ARG(Color)|3|8 *DarkOrchid=Returns a system-defined color that has an ARGB value of #FF9932CC. ARG(Color)|3|8 *DarkRed=Returns a system-defined color that has an ARGB value of #FF8B0000. ARG(Color)|3|8 *DarkSalmon=Returns a system-defined color that has an ARGB value of #FFE9967A. ARG(Color)|3|8 *DarkSeaGreen=Returns a system-defined color that has an ARGB value of #FF8FBC8F. ARG(Color)|3|8 *DarkSlateBlue=Returns a system-defined color that has an ARGB value of #FF483D8B. ARG(Color)|3|8 *DarkSlateGray=Returns a system-defined color that has an ARGB value of #FF2F4F4F. ARG(Color)|3|8 *DarkTurquoise=Returns a system-defined color that has an ARGB value of #FF00CED1. ARG(Color)|3|8 *DarkViolet=Returns a system-defined color that has an ARGB value of #FF9400D3. ARG(Color)|3|8 *DeepPink=Returns a system-defined color that has an ARGB value of #FFFF1493. ARG(Color)|3|8 *DeepSkyBlue=Returns a system-defined color that has an ARGB value of #FF00BFFF. ARG(Color)|3|8 *DimGray=Returns a system-defined color that has an ARGB value of #FF696969. ARG(Color)|3|8 *DodgerBlue=Returns a system-defined color that has an ARGB value of #FF1E90FF. ARG(Color)|3|8 *Empty=Represents a color that is . ARG(Color)|3|8 *Firebrick=Returns a system-defined color that has an ARGB value of #FFB22222. ARG(Color)|3|8 *FloralWhite=Returns a system-defined color that has an ARGB value of #FFFFFAF0. ARG(Color)|3|8 *ForestGreen=Returns a system-defined color that has an ARGB value of #FF228B22. ARG(Color)|3|8 *Fuchsia=Returns a system-defined color that has an ARGB value of #FFFF00FF. ARG(Color)|3|8 *G=Returns the green component value of this Color structure. ARG(byte)|3|0 *Gainsboro=Returns a system-defined color that has an ARGB value of #FFDCDCDC. ARG(Color)|3|8 *GetBrightness=Gets the hue-saturation-brightness brightness value for this Color structure. ARG(float)|3|107 *GetHashCode=Returns a hash code for this Color structure. ARG(int)|3|1 *GetHue=Gets the hue-saturation-brightness hue value, in degrees, for this Color structure. ARG(float)|3|107 *GetSaturation=Gets the hue-saturation-brightness saturation value for this Color structure. ARG(float)|3|107 *GhostWhite=Returns a system-defined color that has an ARGB value of #FFF8F8FF. ARG(Color)|3|8 *Gold=Returns a system-defined color that has an ARGB value of #FFFFD700. ARG(Color)|3|8 *Goldenrod=Returns a system-defined color that has an ARGB value of #FFDAA520. ARG(Color)|3|8 *Gray=Returns a system-defined color that has an ARGB value of #FF808080. ARG(Color)|3|8 *Green=Returns a system-defined color that has an ARGB value of #FF008000. ARG(Color)|3|8 *GreenYellow=Returns a system-defined color that has an ARGB value of #FFADFF2F. ARG(Color)|3|8 *Honeydew=Returns a system-defined color that has an ARGB value of #FFF0FFF0. ARG(Color)|3|8 *HotPink=Returns a system-defined color that has an ARGB value of #FFFF69B4. ARG(Color)|3|8 *IndianRed=Returns a system-defined color that has an ARGB value of #FFCD5C5C. ARG(Color)|3|8 *Indigo=Returns a system-defined color that has an ARGB value of #FF4B0082. ARG(Color)|3|8 *IsEmpty=Specifies whether this Color structure is uninitialized. ARG(bool)|3|104 *IsKnownColor=Returns a value indicating whether this Color structure is a predefined color. Predefined colors are represented by the elements of the KnownColor enumeration. ARG(bool)|3|104 *IsNamedColor=Returns a value indicating whether this Color structure is a named color or a member of the KnownColor enumeration. ARG(bool)|3|104 *IsSystemColor=Returns 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. ARG(bool)|3|104 *Ivory=Returns a system-defined color that has an ARGB value of #FFFFFFF0. ARG(Color)|3|8 *Khaki=Returns a system-defined color that has an ARGB value of #FFF0E68C. ARG(Color)|3|8 *Lavender=Returns a system-defined color that has an ARGB value of #FFE6E6FA. ARG(Color)|3|8 *LavenderBlush=Returns a system-defined color that has an ARGB value of #FFFFF0F5. ARG(Color)|3|8 *LawnGreen=Returns a system-defined color that has an ARGB value of #FF7CFC00. ARG(Color)|3|8 *LemonChiffon=Returns a system-defined color that has an ARGB value of #FFFFFACD. ARG(Color)|3|8 *LightBlue=Returns a system-defined color that has an ARGB value of #FFADD8E6. ARG(Color)|3|8 *LightCoral=Returns a system-defined color that has an ARGB value of #FFF08080. ARG(Color)|3|8 *LightCyan=Returns a system-defined color that has an ARGB value of #FFE0FFFF. ARG(Color)|3|8 *LightGoldenrodYellow=Returns a system-defined color that has an ARGB value of #FFFAFAD2. ARG(Color)|3|8 *LightGray=Returns a system-defined color that has an ARGB value of #FFD3D3D3. ARG(Color)|3|8 *LightGreen=Returns a system-defined color that has an ARGB value of #FF90EE90. ARG(Color)|3|8 *LightPink=Returns a system-defined color that has an ARGB value of #FFFFB6C1. ARG(Color)|3|8 *LightSalmon=Returns a system-defined color that has an ARGB value of #FFFFA07A. ARG(Color)|3|8 *LightSeaGreen=Returns a system-defined color that has an ARGB value of #FF20B2AA. ARG(Color)|3|8 *LightSkyBlue=Returns a system-defined color that has an ARGB value of #FF87CEFA. ARG(Color)|3|8 *LightSlateGray=Returns a system-defined color that has an ARGB value of #FF778899. ARG(Color)|3|8 *LightSteelBlue=Returns a system-defined color that has an ARGB value of #FFB0C4DE. ARG(Color)|3|8 *LightYellow=Returns a system-defined color that has an ARGB value of #FFFFFFE0. ARG(Color)|3|8 *Lime=Returns a system-defined color that has an ARGB value of #FF00FF00. ARG(Color)|3|8 *LimeGreen=Returns a system-defined color that has an ARGB value of #FF32CD32. ARG(Color)|3|8 *Linen=Returns a system-defined color that has an ARGB value of #FFFAF0E6. ARG(Color)|3|8 *Magenta=Returns a system-defined color that has an ARGB value of #FFFF00FF. ARG(Color)|3|8 *Maroon=Returns a system-defined color that has an ARGB value of #FF800000. ARG(Color)|3|8 *MediumAquamarine=Returns a system-defined color that has an ARGB value of #FF66CDAA. ARG(Color)|3|8 *MediumBlue=Returns a system-defined color that has an ARGB value of #FF0000CD. ARG(Color)|3|8 *MediumOrchid=Returns a system-defined color that has an ARGB value of #FFBA55D3. ARG(Color)|3|8 *MediumPurple=Returns a system-defined color that has an ARGB value of #FF9370DB. ARG(Color)|3|8 *MediumSeaGreen=Returns a system-defined color that has an ARGB value of #FF3CB371. ARG(Color)|3|8 *MediumSlateBlue=Returns a system-defined color that has an ARGB value of #FF7B68EE. ARG(Color)|3|8 *MediumSpringGreen=Returns a system-defined color that has an ARGB value of #FF00FA9A. ARG(Color)|3|8 *MediumTurquoise=Returns a system-defined color that has an ARGB value of #FF48D1CC. ARG(Color)|3|8 *MediumVioletRed=Returns a system-defined color that has an ARGB value of #FFC71585. ARG(Color)|3|8 *MidnightBlue=Returns a system-defined color that has an ARGB value of #FF191970. ARG(Color)|3|8 *MintCream=Returns a system-defined color that has an ARGB value of #FFF5FFFA. ARG(Color)|3|8 *MistyRose=Returns a system-defined color that has an ARGB value of #FFFFE4E1. ARG(Color)|3|8 *Moccasin=Returns a system-defined color that has an ARGB value of #FFFFE4B5. ARG(Color)|3|8 *NavajoWhite=Returns a system-defined color that has an ARGB value of #FFFFDEAD. ARG(Color)|3|8 *Navy=Returns a system-defined color that has an ARGB value of #FF000080. ARG(Color)|3|8 *OldLace=Returns a system-defined color that has an ARGB value of #FFFDF5E6. ARG(Color)|3|8 *Olive=Returns a system-defined color that has an ARGB value of #FF808000. ARG(Color)|3|8 *OliveDrab=Returns a system-defined color that has an ARGB value of #FF6B8E23. ARG(Color)|3|8 *Orange=Returns a system-defined color that has an ARGB value of #FFFFA500. ARG(Color)|3|8 *OrangeRed=Returns a system-defined color that has an ARGB value of #FFFF4500. ARG(Color)|3|8 *Orchid=Returns a system-defined color that has an ARGB value of #FFDA70D6. ARG(Color)|3|8 *PaleGoldenrod=Returns a system-defined color that has an ARGB value of #FFEEE8AA. ARG(Color)|3|8 *PaleGreen=Returns a system-defined color that has an ARGB value of #FF98FB98. ARG(Color)|3|8 *PaleTurquoise=Returns a system-defined color that has an ARGB value of #FFAFEEEE. ARG(Color)|3|8 *PaleVioletRed=Returns a system-defined color that has an ARGB value of #FFDB7093. ARG(Color)|3|8 *PapayaWhip=Returns a system-defined color that has an ARGB value of #FFFFEFD5. ARG(Color)|3|8 *PeachPuff=Returns a system-defined color that has an ARGB value of #FFFFDAB9. ARG(Color)|3|8 *Peru=Returns a system-defined color that has an ARGB value of #FFCD853F. ARG(Color)|3|8 *Pink=Returns a system-defined color that has an ARGB value of #FFFFC0CB. ARG(Color)|3|8 *Plum=Returns a system-defined color that has an ARGB value of #FFDDA0DD. ARG(Color)|3|8 *PowderBlue=Returns a system-defined color that has an ARGB value of #FFB0E0E6. ARG(Color)|3|8 *Purple=Returns a system-defined color that has an ARGB value of #FF800080. ARG(Color)|3|8 *R=Returns the red component value of this Color structure. ARG(byte)|3|0 *Red=Returns a system-defined color that has an ARGB value of #FFFF0000. ARG(Color)|3|8 *RosyBrown=Returns a system-defined color that has an ARGB value of #FFBC8F8F. ARG(Color)|3|8 *RoyalBlue=Returns a system-defined color that has an ARGB value of #FF4169E1. ARG(Color)|3|8 *SaddleBrown=Returns a system-defined color that has an ARGB value of #FF8B4513. ARG(Color)|3|8 *Salmon=Returns a system-defined color that has an ARGB value of #FFFA8072. ARG(Color)|3|8 *SandyBrown=Returns a system-defined color that has an ARGB value of #FFF4A460. ARG(Color)|3|8 *SeaGreen=Returns a system-defined color that has an ARGB value of #FF2E8B57. ARG(Color)|3|8 *SeaShell=Returns a system-defined color that has an ARGB value of #FFFFF5EE. ARG(Color)|3|8 *Sienna=Returns a system-defined color that has an ARGB value of #FFA0522D. ARG(Color)|3|8 *Silver=Returns a system-defined color that has an ARGB value of #FFC0C0C0. ARG(Color)|3|8 *SkyBlue=Returns a system-defined color that has an ARGB value of #FF87CEEB. ARG(Color)|3|8 *SlateBlue=Returns a system-defined color that has an ARGB value of #FF6A5ACD. ARG(Color)|3|8 *SlateGray=Returns a system-defined color that has an ARGB value of #FF708090. ARG(Color)|3|8 *Snow=Returns a system-defined color that has an ARGB value of #FFFFFAFA. ARG(Color)|3|8 *SpringGreen=Returns a system-defined color that has an ARGB value of #FF00FF7F. ARG(Color)|3|8 *SteelBlue=Returns a system-defined color that has an ARGB value of #FF4682B4. ARG(Color)|3|8 *Tan=Returns a system-defined color that has an ARGB value of #FFD2B48C. ARG(Color)|3|8 *Teal=Returns a system-defined color that has an ARGB value of #FF008080. ARG(Color)|3|8 *Thistle=Returns a system-defined color that has an ARGB value of #FFD8BFD8. ARG(Color)|3|8 *ToArgb=Gets the 32-bit ARGB value of this Color structure. ARG(int)|3|1 *ToKnownColor=Gets the KnownColor value of this Color structure. ARG(KnownColor)|3|0 *Tomato=Returns a system-defined color that has an ARGB value of #FFFF6347. ARG(Color)|3|8 *ToString=Converts this Color structure to a human-readable string. ARG(string)|3|2 *Transparent=Returns a system-defined color. ARG(Color)|3|8 *Turquoise=Returns a system-defined color that has an ARGB value of #FF40E0D0. ARG(Color)|3|8 *Violet=Returns a system-defined color that has an ARGB value of #FFEE82EE. ARG(Color)|3|8 *Wheat=Returns a system-defined color that has an ARGB value of #FFF5DEB3. ARG(Color)|3|8 *White=Returns a system-defined color that has an ARGB value of #FFFFFFFF. ARG(Color)|3|8 *WhiteSmoke=Returns a system-defined color that has an ARGB value of #FFF5F5F5. ARG(Color)|3|8 *Yellow=Returns a system-defined color that has an ARGB value of #FFFFFF00. ARG(Color)|3|8 *YellowGreen=Returns a system-defined color that has an ARGB value of #FF9ACD32. ARG(Color)|3|8 Color=Returns the Color object. ARG(Color)|3|0 *alpha=Defines the alpha value for the new Color. Valid values are 0 through 255. ARG(int)|4|1 *argb=Defines a value specifying the 32-bit ARGB value. ARG(int)|4|1 *baseColor=Defines the Color from which to create the new Color. ARG(Color)|4|8 *blue_=Defines the blue component value for the new Color. Valid values are 0 through 255. ARG(int)|4|1 *knowncolor=Defines an element of the KnownColor enumeration. ARG(KnownColor)|4|0 *green_=Defines the green component value for the new Color. Valid values are 0 through 255. ARG(int)|4|1 *colorname=Defines a string that is the name of a predefined color. Valid names are the same as the names of the elements of the KnownColor enumeration. ARG(string)|4|2 *obj=Defines the object to test. ARG(Object)|4|0 *red_=Defines the red component value for the new Color. Valid values are 0 through 255. ARG(int)|4|1