Spread Windows Forms 12.0 Product Documentation
Color Structure Members
Fields  Properties  Methods 


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : Color Structure

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. This field is read-only.  
Public FieldRepresents the automatic color. This field is constant and read-only.  
Public FieldRepresents no index color is set. This field is constant and read-only.  
Public FieldRepresents the window indexed color. This field is constant and read-only.  
Public FieldRepresents the window text indexed color. This field is constant and read-only.  
Public Fieldstatic (Shared in Visual Basic)Represents a color that is null. This field is read-only.  
Public FieldRepresents no theme color is set This field is constant and read-only.  
Public Fieldstatic (Shared in Visual Basic)Represents a color that is the color of window background. This field is read-only.  
Public Fieldstatic (Shared in Visual Basic)Represents a color that is the color of window foreground. This field is read-only.  
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 the 32-bit ARGB value of this Color structure.  
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

Reference

Color Structure
GrapeCity.Spreadsheet Namespace
System.IEquatable