Judge if a characteristic is Rcolor
is.ggplot.color(color)
color
characteristic
TRUE or FALSE
is.ggplot.color("red") is.ggplot.color("notcolor") is.ggplot.color(NA) is.ggplot.color("#000")