Color64FromArgb(UInt16, Color64) Method

Creates a Color64 instance from the specified Color64 structure, but with the new specified 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 Color64 FromArgb(
	ushort a,
	Color64 baseColor
)

Parameters

a  UInt16
The alpha value for the new Color64 instance.
baseColor  Color64
The Color64 instance from which to create the new one.

Return Value

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

See Also