XMCOLOR::operator=(XMCOLOR&&) function (directxpackedvector.h)

This operator assigns the vector component data from one instance of XMCOLOR to the current instance of XMCOLOR.

Note  This operator is only available under C++.

Syntax

XMCOLOR & operator=(
  XMCOLOR && unnamedParam1
);

Parameters

unnamedParam1

Instance of XMCOLOR used to update the current XMCOLOR structure.

Return value

The current instance of XMCOLOR whose vector component data has been updated to match those of the XMCOLOR instance specified by the Color argument.

Requirements

Requirement Value
Target Platform Windows
Header directxpackedvector.h

See also

XMCOLOR

operator =