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
red
byteRed component of the color.
green
byteGreen component of the color.
blue
byteBlue component of the color.