GrapeCity.ActiveReports.Extensibility.v9 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace : ColorEx Structure |
The following tables list the members exposed by ColorEx.
Name | Description | |
---|---|---|
A | Gets the alpha component value of this ColorEx structure. | |
B | Gets the blue component value of this ColorEx structure. | |
G | Gets the green component value of this ColorEx structure. | |
IsTransparent | Determines whether color is transparent. | |
R | Gets the red component value of this ColorEx structure. |
Name | Description | |
---|---|---|
ApplyTransparency | Adjust the color with provided transparency. | |
FromArgb | Creates a ColorEx structure from the four 8-bit ARGB components (alpha, red, green, and blue) values. | |
FromColorEx | Creates a ColorEx structure from the existing ColorEx structure. | |
ToString | Returns a System.String that represents this instance. |
Equality | Implements the operator ==. |
Inequality | Implements the operator !=. |