PColor64FromArgb(Int64) Method
Creates a
PColor64 structure from a 64-bit ARGB value.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public static PColor64 FromArgb(
long argb
)
Public Shared Function FromArgb (
argb As Long
) As PColor64
public:
static PColor64 FromArgb(
long long argb
)
static member FromArgb :
argb : int64 -> PColor64
- argb Int64
- 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.
PColor64A
PColor64 structure from the specified 64-bit ARGB value.