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