VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / SkiaSharpConverter Class / Convert Methods / Convert(SKColor) Method
Syntax Requirements SeeAlso
In This Topic
    Convert(SKColor) Method (SkiaSharpConverter)
    In This Topic
    Converts the SkiaSharp.SKColor value to the VintasoftColor value.
    Syntax
    'Declaration
    
    Public Overloads Shared Function Convert( _
    ByVal color
    The color to convert.
    As SkiaSharp.SKColor _
    ) As Vintasoft.Primitives.VintasoftColor
    public static Vintasoft.Primitives.VintasoftColor Convert(
    SkiaSharp.SKColor color
    )
    public: static Vintasoft.Primitives.VintasoftColor Convert(
    SkiaSharp.SKColor color
    )
    public:
    static Vintasoft.Primitives.VintasoftColor Convert(
    SkiaSharp.SKColor color
    )

    Parameters

    color
    The color to convert.

    Return Value

    Converted color.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7

    See Also