public static Color FromRgb( byte r, byte g, byte b )
Public Shared Function FromRgb ( r As Byte, g As Byte, b As Byte ) As Color
static member FromRgb : r : byte * g : byte * b : byte -> Color
In This Article