SvgColor Structure Members
In This Topic
The following tables list the members exposed by SvgColor.
Public Constructors
Public Fields
| Name | Description |
  | Black | Represents the black color. |
  | CurrentColor | Represents the 'currentColor' value. |
  | Transparent | Represents the transparent color. |
Top
Public Properties
| Name | Description |
 | Hsl | Gets or sets the GrapeCity.Documents.Drawing.HslColor value. |
 | IsCurrentColor | Gets a value indicating whether this color references the 'color' attribute. |
 | IsHsl | Gets or sets a value indicating whether the color is stored in HSLA format. |
 | IsRgb | Gets or sets a value indicating whether the color is stored in RGBA format. |
 | Rgb | Gets the System.Drawing.Color value. |
Top
Public Methods
See Also