ColorF(Color32) Constructor

Initializes a new instance of the ColorF struct from a Color32 instance.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.1
C#
public ColorF(
	Color32 c
)

Parameters

c  Color32
A Color32 structure to initialize a new instance of ColorF from.

See Also