'Declaration
Public Shared Function GetBValue( _ ByVal rgb As System.UInteger _ ) As System.Byte
'Usage
Dim rgb As System.UInteger Dim value As System.Byte value = NColor.GetBValue(rgb)
public static System.byte GetBValue( System.uint rgb )
Parameters
- rgb