[]
Initializes a new instance of the SvgPaint class from SvgReference.
public SvgPaint(SvgReference href)
| Type | Name | Description |
|---|---|---|
| SvgReference | href |
Initializes a new instance of the SvgPaint class from SvgReference and SvgColor.
public SvgPaint(SvgReference href, SvgColor color)
| Type | Name | Description |
|---|---|---|
| SvgReference | href | |
| SvgColor | color |
public SvgPaint(SvgColor color)
| Type | Name | Description |
|---|---|---|
| SvgColor | color |
public SvgPaint(Color color)
| Type | Name | Description |
|---|---|---|
| Color | color |
public SvgPaint(HslColor hslColor)
| Type | Name | Description |
|---|---|---|
| HslColor | hslColor |