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