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