GrapeCity.Excel Namespace : GcColor Structure |
The following tables list the members exposed by GcColor.
Name | Description | |
---|---|---|
A | The alpha component value of this GrapeCity.Excel.GcColor | |
B | The blue component value of this GrapeCity.Excel.GcColor | |
G | The green component value of this GrapeCity.Excel.GcColor | |
R | The red component value of this GrapeCity.Excel.GcColor |
Name | Description | |
---|---|---|
Equals | Overloaded. Indicates whether the specified GrapeCity.Excel.GcColors are equal. | |
FromArgb | Overloaded. Create a GrapeCity.Excel.GcColor structure from the specified 8-bit color values (red,green and blue) The alpha value is implicitly 255 (fully opaque).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. | |
GetHashCode | Returns a hash code for this GrapeCity.Excel.GcColor structure. | |
ToArgb | Gets the 32-bit ARGB value of this structure. | |
ToString | Convert this GrapeCity.Excel.GcColor to a human-readable string |
Equality | Compares two GrapeCity.Excel.GcColors for exact equality. |
Inequality | Compares two GrapeCity.Excel.GcColors for exact inequality. |