PColor64(UInt16, UInt16, UInt16) Constructor

Initializes a new instance of the PColor64 struct from RGB (red, green, and blue) values.

Definition

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

Parameters

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

See Also