ColorExtensionsToSKPMColor(Color64) Method
Namespace: KGySoft.Drawing.SkiaSharpAssembly: KGySoft.Drawing.SkiaSharp (in KGySoft.Drawing.SkiaSharp.dll) Version: 10.0.1
public static SKPMColor ToSKPMColor(
this Color64 color
)
<ExtensionAttribute>
Public Shared Function ToSKPMColor (
color As Color64
) As SKPMColor
public:
[ExtensionAttribute]
static SKPMColor ToSKPMColor(
Color64 color
)
[<ExtensionAttribute>]
static member ToSKPMColor :
color : Color64 -> SKPMColor
- color Color64
- The source color.
SKPMColorThe 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).