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


In This Topic
    Color Structure Members
    In This Topic

    The following tables list the members exposed by Color.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents a color that is automated by the application.  
    Public FieldRepresents the automatic color.  
    Public FieldRepresents no index color is set.  
    Public FieldRepresents the default tooltip's background indexed color.  
    Public FieldRepresents the default window indexed color.  
    Public FieldRepresents the default window text indexed color.  
    Public Fieldstatic (Shared in Visual Basic)Represents a color that is null.  
    Public FieldRepresents no theme color is set  
    Public Fieldstatic (Shared in Visual Basic)Represents a color that is the color of window background.  
    Public Fieldstatic (Shared in Visual Basic)Represents a color that is the color of window foreground.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the alpha component value of this Color structure.  
    Public PropertyGets the blue component value of this Color structure.  
    Public PropertyGets the green component value of this Color structure.  
    Public PropertyGets the red component value of this Color structure.  
    Public PropertyGets or sets the tint.  
    Public PropertyGets the type of color.  
    Top
    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