Method FromRgb
FromRgb(byte, byte, byte)
Creates an opaque Color structure from the four ARGB
components (255, red, green,
and blue) values.
public static Color FromRgb(byte red, byte green, byte blue)
Parameters
redbyteRed component of the color.
greenbyteGreen component of the color.
bluebyteBlue component of the color.