Description Usage Arguments See Also
Checks if a hexadecimal color value codes for a color within a specified color range. Color range is specified using EITHER col OR r/g/b arguments. Possible col specifications are: "blue", "red", "green", "white", "black" or "hazy". r/g/b each take a two-value numeric vector providing specifications of minimum/maximum red/green/blue values within the range 0-255 (e.g. c(20, 230) ).
1 |
hex |
hexadecimal color value to check (e. g. "#DA80F2") |
col |
color specification (possible choices are: "blue", "red", "green", "white", "black", "hazy") |
r |
a two-value vector |
g |
a two-value vector |
b |
a two-value vector |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.