Bgr565 Constructor (Single, Single, Single)

Initializes a new instance of the Bgr565 class.

Syntax

'Declaration
Public Sub New ( _
         x As Single, _
         y As Single, _
         z As Single _
)
public Bgr565 (
         float x,
         float y,
         float z
)
public:
Bgr565(
         float x,
         float y,
         float z
)

Parameters

  • x
    Type: Single
    Initial value for the x component.
  • y
    Type: Single
    Initial value for the y component.
  • z
    Type: Single
    Initial value for the z component.

Requirements

Namespace: Microsoft.Xna.Framework.Graphics.PackedVector

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

Bgr565 Structure
Bgr565 Members
Microsoft.Xna.Framework.Graphics.PackedVector Namespace

Platforms

Windows Phone