PColor64FromArgb(UInt16, Color64) Method

Creates a PColor64 instance from the specified Color64 structure specifying a custom alpha value.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.2
C#
[CLSCompliantAttribute(false)]
public static PColor64 FromArgb(
	ushort a,
	Color64 baseColor
)

Parameters

a  UInt16
The alpha value for the result PColor64 instance.
baseColor  Color64
The Color64 instance to which apply the new alpha.

Return Value

PColor64
A PColor64 instance from the specified Color64 structure and alpha value.

See Also