PColor64(UInt16, UInt16, UInt16) Constructor
Initializes a new instance of the
PColor64 struct from RGB (red, green, and blue) values.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.1
[CLSCompliantAttribute(false)]
public PColor64(
ushort r,
ushort g,
ushort b
)
<CLSCompliantAttribute(false)>
Public Sub New (
r As UShort,
g As UShort,
b As UShort
)
public:
[CLSCompliantAttribute(false)]
PColor64(
unsigned short r,
unsigned short g,
unsigned short b
)
[<CLSCompliantAttribute(false)>]
new :
r : uint16 *
g : uint16 *
b : uint16 -> PColor64
Parameters
- r UInt16
- The red component.
- g UInt16
- The green component.
- b UInt16
- The blue component.