Rgba64

struct Rgba64 : System.ValueType, Microsoft.Xna.Framework.Graphics.PackedVector.IPackedVector<UInt64>, IPackedVector, System.IEquatable<Rgba64>

Packed vector type containing four 16-bit unsigned normalized values ranging from 0 to 1.

ulong PackedValue

Gets and sets the packed value.

Vector4 ToVector4()

Gets the packed vector in Vector4 format.

Returns:The packed vector in Vector4 format
bool Equals(System.Object obj)

Compares an object with the packed vector.

Parameters:
  • obj (System.Object) – The object to compare.
Returns:

True if the object is equal to the packed vector.

bool Equals(Rgba64 other)

Compares another Rgba64 packed vector with the packed vector.

Parameters:
  • other (Microsoft.Xna.Framework.Graphics.PackedVector.Rgba64) – The Rgba64 packed vector to compare.
Returns:

True if the packed vectors are equal.

string ToString()

Gets a string representation of the packed vector.

Returns:A string representation of the packed vector.
int GetHashCode()

Gets a hash code of the packed vector.

Returns:The hash code for the packed vector.
bool op_Equality(Rgba64 lhs, Rgba64 rhs)
Parameters:
  • lhs (Microsoft.Xna.Framework.Graphics.PackedVector.Rgba64) –
  • rhs (Microsoft.Xna.Framework.Graphics.PackedVector.Rgba64) –
bool op_Inequality(Rgba64 lhs, Rgba64 rhs)
Parameters:
  • lhs (Microsoft.Xna.Framework.Graphics.PackedVector.Rgba64) –
  • rhs (Microsoft.Xna.Framework.Graphics.PackedVector.Rgba64) –