Color64(UInt16, UInt16, UInt16, UInt16) Constructor

Initializes a new instance of the Color64 struct from ARGB (alpha, red, green, and blue) values.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.2
C#
[CLSCompliantAttribute(false)]
public Color64(
	ushort a,
	ushort r,
	ushort g,
	ushort b
)

Parameters

a  UInt16
The alpha component.
r  UInt16
The red component.
g  UInt16
The green component.
b  UInt16
The blue component.

See Also