下列哪一个命令可以实现设置画笔颜色为红色,填充颜色为蓝色?( )
turtle.color("red", "blue")
turtle.fillcolor("red")
turtle.pencolor("yellow")
turtle.color("blue", "red")