Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Color Structure


In This Topic
    Color Structure Methods
    In This Topic

    For a list of all members of this type, see Color members.

    Public Methods
     NameDescription
    Public MethodClones this instance.  
    Public MethodOverloaded. Indicates whether the current object is equal to another object of the same type.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a Color structure from the four 8-bit ARGB components (alpha, red, green, and blue) values.  
    Public Methodstatic (Shared in Visual Basic)Creates a Color structure from the specified format color enum.  
    Public Methodstatic (Shared in Visual Basic)Creates a Color structure from the specified indexed color.  
    Public Methodstatic (Shared in Visual Basic)Creates a Color structure from the specified predefined color.  
    Public Methodstatic (Shared in Visual Basic)Creates a Color structure from the specified predefined color.  
    Public MethodReturns a hash code for this instance.  
    Public MethodGets a value indicating whether this color represent an automatic color.  
    Public MethodGets a value indicating whether this color represent an empty color.  
    Public MethodGets a value indicating whether this Color structure is a predefined color. Predefined colors are represented by the elements of the KnownColor enumeration.  
    Public MethodGets a value indicating whether this color is not defined.  
    Public MethodGets the 32-bit ARGB value of this Color structure.  
    Public MethodGet the corresponding grayscale color.  
    Public MethodGets the indexed color value of this Color structure.  
    Public MethodGets the GrapeCity.Core.KnownColor value of this Color structure.  
    Public MethodReturns the fully qualified type name of this instance.  
    Public MethodGets the GrapeCity.Core.ThemeColors value of this Color structure.  
    Top
    See Also