Color64FromArgb(UInt64) Method
Creates a
Color64 structure from a 64-bit ARGB value.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.1
[CLSCompliantAttribute(false)]
public static Color64 FromArgb(
ulong argb
)
<CLSCompliantAttribute(false)>
Public Shared Function FromArgb (
argb As ULong
) As Color64
public:
[CLSCompliantAttribute(false)]
static Color64 FromArgb(
unsigned long long argb
)
[<CLSCompliantAttribute(false)>]
static member FromArgb :
argb : uint64 -> Color64
- 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.
Color64A
Color64 structure from the specified 64-bit ARGB value.