The XColor type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| A |
Gets or sets the alpha value the specifies the transparency.
The value is in the range from 1 (opaque) to 0 (completely transparent).
| |
| B |
Gets or sets the blue value.
| |
| C |
Gets or sets the cyan value.
| |
| ColorSpace |
Gets or sets the color space to be used for PDF generation.
| |
| G |
Gets or sets the green value.
| |
| GS |
Gets or sets the gray scale value.
| |
| IsEmpty |
Indicates whether this XColor structure is uninitialized.
| |
| IsKnownColor |
Gets a value indicating whether this color is a known color.
| |
| K |
Gets or sets the black (or key) value.
| |
| M |
Gets or sets the magenta value.
| |
| R |
Gets or sets the red value.
| |
| RgbCmykG |
Special property for XmlSerializer only.
| |
| Y |
Gets or sets the yellow value.
|
See Also