PColor64FromArgb(UInt64) Method

Creates a PColor64 structure from a 64-bit ARGB value.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.1
C#
[CLSCompliantAttribute(false)]
public static PColor64 FromArgb(
	ulong argb
)

Parameters

argb  UInt64
A value specifying the 64-bit ARGB value. As a hex value it can be specified as 0xAAAA_RRRR_GGGG_BBBB where AAAA is the highest word and BBBB is the lowest word.

Return Value

PColor64
A PColor64 structure from the specified 64-bit ARGB value.

See Also