// .NET, .NET Standard 2.0
constructor(aA: UInt16)
// Island
constructor(aA: uint16)
// .NET, .NET Standard 2.0
Alpha16(UInt16 aA)
// Island
Alpha16(uint16 aA)
// .NET, .NET Standard 2.0
init(_ aA: UInt16)
// Island
init(_ aA: uint16)
// .NET, .NET Standard 2.0
Sub New(aA As UInt16)
// Island
Sub New(aA As uint16)
func RGBA() -> (UInt32, UInt32, UInt32, UInt32)
Function RGBA() As Tuple (Of UInt32, UInt32, UInt32, UInt32)