Color Constructor (Int32, Int32, Int32)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Initializes a new instance of the Color structure using integer values.
Namespace:  Microsoft.Xna.Framework
Assembly:  Microsoft.Xna.Framework (in Microsoft.Xna.Framework.dll)
Syntax
'Declaration
Public Sub New ( _
    r As Integer, _
    g As Integer, _
    b As Integer _
)
public Color(
    int r,
    int g,
    int b
)
Parameters
- r
 Type: System.Int32
 Red component.
- g
 Type: System.Int32
 Green component.
- b
 Type: System.Int32
 Blue component.
Version Information
Silverlight
Supported in: 5
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.