Bgra4444 Constructor (Single, Single, Single, Single)

Creates an instance of this object.

Syntax

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

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.
  • w
    Type: Single
    Initial value for the w component.

Requirements

Namespace: Microsoft.Xna.Framework.Graphics.PackedVector

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

See Also

Reference

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

Platforms

Windows Phone