gradient_color.Rd
generate a vector of gradient colors by start, mid, and end colors.
gradient_color(n, start, mid = NULL, end = "#FFFFFF")
the length of vector
start color in hex format
mid color in hex format, default is null.
end color in hex format, default is white.
a vector of gradient colors