Open Madd0g opened 9 years ago
Also, given the same base_color
, hue
, value
and saturation
, shouldn't I get the same modified color every time? I'm seeing slightly different color every time.
The colors_returned option is behaving correctly, the docs are out of date.
Also, looking at the code, base_color
is mutually exclusive with hue
, saturation
, and value
. base_color
will take priority in this case.
According to the docs, I expected a string out of this when passing
colors_returned: 1
I'm getting an array with one color in it
The docs say:
Maybe I'm overthinking it? :)