The red value (0-255).
The green value (0-255).
The blue value (0-255).
FromRgb Method
Creates a System.UInt32 Color from R G B values
Syntax
public static uint FromRgb( 
   byte red,
   byte green,
   byte blue
)

Parameters

red
The red value (0-255).
green
The green value (0-255).
blue
The blue value (0-255).

Return Value

The UInt32 equivalent
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also