PColor64ToPColor32 Method

Converts this PColor64 instance to a PColor32 structure.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.1
C#
public PColor32 ToPColor32()

Return Value

PColor32
A PColor32 structure converted from this PColor64 instance.

See Also