Tests to see whether any of the components of a color are either positive or negative infinity.
bool XMColorIsInfinite(
XMVECTOR C
)
C
Type: XMVECTOR
XMVECTOR describing the color.
Type: bool
Returns true if any components of C are either positive or negative infinity. Returns false otherwise.
Header: Declared in directxmath.h.