[C#]
Nullable<double> GetChannel(ColorChannel channel);
[Visual Basic]
Function GetChannel(channel As ColorChannel) As Nullable(Of Double)
None.