SvgColor Constructor
SvgColor(Color)
Initializes a new instance of the SvgColor struct from the Color value.
Declaration
public SvgColor(Color color)
Public Sub New(color As Color)
Parameters
Type |
Name |
Description |
Color |
color |
|
SvgColor(int)
Initializes a new instance of the SvgColor struct from a 32-bit ARGB value.
Declaration
public SvgColor(int argb)
Public Sub New(argb As Integer)
Parameters
Type |
Name |
Description |
int |
argb |
|
SvgColor(HslColor)
Declaration
public SvgColor(HslColor hsl)
Public Sub New(hsl As HslColor)
Parameters