Set the color of this node to the alternative color.
Declared in <bslalg_rbtreenode.h>
void
toggleColor();
If this node's color is red, set it to black, and set it to red otherwise. Note that this operation is at least as fast as (and potentially faster than) setColor.