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