ColorExtensions.ToVector4 Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Converts the specified color into a Vector4.

Namespace:  Microsoft.Xna.Framework
Assembly:  Microsoft.Xna.Framework.Graphics.Extensions (in Microsoft.Xna.Framework.Graphics.Extensions.dll)

Syntax

'Declaration
Public Shared Function ToVector4 ( _
    color As Color _
) As Vector4
public static Vector4 ToVector4(
    Color color
)

Parameters

Return Value

Type: Microsoft.Xna.Framework.Vector4
The converted vector.

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.