ColorExtensionsToSKColor(Color64) Method
Namespace: KGySoft.Drawing.SkiaSharpAssembly: KGySoft.Drawing.SkiaSharp (in KGySoft.Drawing.SkiaSharp.dll) Version: 10.0.1
public static SKColor ToSKColor(
this Color64 color
)
<ExtensionAttribute>
Public Shared Function ToSKColor (
color As Color64
) As SKColor
public:
[ExtensionAttribute]
static SKColor ToSKColor(
Color64 color
)
[<ExtensionAttribute>]
static member ToSKColor :
color : Color64 -> SKColor
- color Color64
- The source color.
SKColorThe result of the conversion.In Visual Basic and C#, you can call this method as an instance method on any object of type
Color64. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).