ColorExtensionsToPColor32(PColorF) Method
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.0.0
public static PColor32 ToPColor32(
this PColorF color
)
<ExtensionAttribute>
Public Shared Function ToPColor32 (
color As PColorF
) As PColor32
public:
[ExtensionAttribute]
static PColor32 ToPColor32(
PColorF color
)
[<ExtensionAttribute>]
static member ToPColor32 :
color : PColorF -> PColor32
- color PColorF
- The PColorF to convert.
PColor32A
PColor32 instance converted from this
PColorF instance.In Visual Basic and C#, you can call this method as an instance method on any object of type
PColorF. 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).