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