[]
public SvgColor(Color color)
| Type | Name | Description |
|---|---|---|
| Color | color |
Initializes a new instance of the SvgColor struct from a 32-bit ARGB value.
public SvgColor(int argb)
| Type | Name | Description |
|---|---|---|
| int | argb |
public SvgColor(HslColor hsl)
| Type | Name | Description |
|---|---|---|
| HslColor | hsl |