ActiveReports 8
Color Structure Members
See Also  Fields  Properties  Methods 
GrapeCity.ActiveReports.Viewer.Win.v8 Assembly > GrapeCity.Viewer.Common Namespace : Color Structure

Glossary Item Box

The following tables list the members exposed by Color.

Public Constructors

 NameDescription
Public ConstructorColor ConstructorInitializes a new instance of the Color struct.  
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)Black  
Public Fieldstatic (Shared in Visual Basic)Blue  
Public Fieldstatic (Shared in Visual Basic)DarkBlue  
Public Fieldstatic (Shared in Visual Basic)Empty  
Public Fieldstatic (Shared in Visual Basic)Gray  
Public Fieldstatic (Shared in Visual Basic)Red  
Public Fieldstatic (Shared in Visual Basic)Transparent  
Public Fieldstatic (Shared in Visual Basic)White  
Top

Public Properties

 NameDescription
Public PropertyAGets the A color component.  
Public PropertyBGets the B color component.  
Public PropertyGGets the G color component.  
Public PropertyIsEmptyGets a value indicating whether this instance is empty.  
Public PropertyRGets the R color component.  
Public PropertyValueGets the value.  
Top

Public Methods

 NameDescription
Public MethodEqualsOverloaded.   
Public Methodstatic (Shared in Visual Basic)FromArgbOverloaded. Creates new color from color components.  
Public MethodGetHashCode  
Public MethodToArgbGets ARGB value of the color.  
Top

Public Operators

public Operator Equality Implements the operator ==.
public Operator Implicit Type Conversion  
public Operator Inequality Implements the operator !=.
Top

See Also