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