VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / ImageSharpConverter Class / Convert Methods / Convert(Color) Method
Syntax Requirements SeeAlso
In This Topic
Convert(Color) Method (ImageSharpConverter)
In This Topic
Converts the SixLabors.ImageSharp.Color value to the VintasoftColor value.
Syntax
'Declaration

Public Overloads Shared Function Convert( _
ByVal color
The color to convert.
As SixLabors.ImageSharp.Color _
) As Vintasoft.Primitives.VintasoftColor
public static Vintasoft.Primitives.VintasoftColor Convert(
SixLabors.ImageSharp.Color color
)

Parameters

color
The color to convert.

Return Value

Converted color.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6

See Also