Tests to see whether two colors are unequal.
bool XMColorNotEqual(
XMVECTOR C1,
XMVECTOR C2
)
C1
Type: XMVECTOR
XMVECTOR describing the first color to compare.
C2
Type: XMVECTOR
XMVECTOR describing the second color to compare.
Type: bool
Returns true if any component of C1 is different from the corresponding component of C2. Returns false otherwise.
Header: Declared in directxmath.h.