ColorExtensionsToSKPMColor(PColor64) Method

Converts a PColor64 struct to SKPMColor.

Definition

Namespace: KGySoft.Drawing.SkiaSharp
Assembly: KGySoft.Drawing.SkiaSharp (in KGySoft.Drawing.SkiaSharp.dll) Version: 10.0.0
C#
public static SKPMColor ToSKPMColor(
	this PColor64 color
)

Parameters

color  PColor64
The source color.

Return Value

SKPMColor
The result of the conversion.

Usage Note

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).

See Also