Method FromRgb
FromRgb(int)
Creates a System.Drawing.Color structure from a 32-bit RGB value. The alpha value is 255.
public static Color FromRgb(int rgb)
Parameters
rgb
intA value specifying the 32-bit RGB value.
Returns
- Color
The System.Drawing.Color structure that this method creates.