PColor64FromArgb(UInt16, Color64) Method
Creates a
PColor64 instance from the specified
Color64 structure specifying a custom alpha value.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.2
[CLSCompliantAttribute(false)]
public static PColor64 FromArgb(
ushort a,
Color64 baseColor
)
<CLSCompliantAttribute(false)>
Public Shared Function FromArgb (
a As UShort,
baseColor As Color64
) As PColor64
public:
[CLSCompliantAttribute(false)]
static PColor64 FromArgb(
unsigned short a,
Color64 baseColor
)
[<CLSCompliantAttribute(false)>]
static member FromArgb :
a : uint16 *
baseColor : Color64 -> PColor64
- a UInt16
- The alpha value for the result PColor64 instance.
- baseColor Color64
- The Color64 instance to which apply the new alpha.
PColor64A
PColor64 instance from the specified
Color64 structure and alpha value.