PColor64(Color32) Constructor

Initializes a new instance of the PColor64 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 PColor64(
	Color32 c
)

Parameters

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

See Also