Consider the following example:
\documentclass{article}
\usepackage{xskak}
%\usetextfig
\usesymfig
\begin{document}
\textsymfigsymbol{Q}
\end{document}
This printes the white queen.
How do I print the black queen instead of the white?
I can't find anything relating to this in the manual.
Update
I didn't explain myself well very well the first time: I would like a single command where I'm able to switch between white and black, and not just type a command for the white pieces and another command for the black pieces ... Something like the solution here where I change notation style depending on \usetextfig or \usesymfig but where I'm also able to change the color of each typeset piece form a single command. It it possible to create such a command? (I hope it makes sense.)
Nevermind the exact vertical positioning of the black pieces (see Ulrike's answer to my original question for an explanation); I can fiddle with that myself.

