Tests to see whether any component of a color is not a number (NaN).
bool XMColorIsNaN(
XMVECTOR C
)
C
Type: XMVECTOR
XMVECTOR describing the color.
Type: bool
Returns true if any components of C are NaN, or false otherwise.
Header: Declared in directxmath.h.