PColorFToColorF Method

Converts this PColorF instance to a ColorF structure. It's practically the same as calling the ToStraight(PColorF) method.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.1.1
C#
public ColorF ToColorF()

Return Value

ColorF
A ColorF structure converted from this PColorF instance.

See Also