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