Bgra5551 Structure

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

Packed vector type containing unsigned normalized values, ranging from 0 to 1, using 5 bits each for x, y, and z, and 1 bit for w.

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

Syntax

'Declaration
Public Structure Bgra5551 _
    Implements IPackedVector(Of UShort), IPackedVector
public struct Bgra5551 : IPackedVector<ushort>, 
    IPackedVector

The Bgra5551 type exposes the following members.

Constructors

  Name Description
Public method Bgra5551(Vector4) Initializes a new instance of the Bgra5551 structure.
Public method Bgra5551(Single, Single, Single, Single) Initializes a new instance of the Bgra5551 structure.

Top

Properties

  Name Description
Public property PackedValue Directly gets or sets the packed representation of the value.

Top

Methods

  Name Description
Public method Equals(Object) Returns a value that indicates whether the current instance is equal to a specified object. (Overrides ValueType.Equals(Object).)
Public method Equals(Bgra5551) Returns a value that indicates whether the current instance is equal to a specified object.
Public method GetHashCode Gets the hash code for the current instance. (Overrides ValueType.GetHashCode().)
Public method ToString Returns a string representation of the current instance. (Overrides ValueType.ToString().)
Public method ToVector4 Expands the packed representation into a Vector4.

Top

Operators

  Name Description
Public operatorStatic member Equality Compares the current instance of a class to another instance to determine whether they are the same.
Public operatorStatic member Inequality Compares the current instance of a class to another instance to determine whether they are different.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IPackedVector.PackFromVector4 Sets the packed representation from a Vector4.

Top

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.