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

Public Overloads Shared Function Convert( _
ByVal color
The color to convert.
As Vintasoft.Primitives.VintasoftColor _
) As SixLabors.ImageSharp.Color
public static SixLabors.ImageSharp.Color Convert(
Vintasoft.Primitives.VintasoftColor 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