Description Usage Arguments Value Examples
Functions to check whether two colors are equal.
1 |
... |
color strings, the length of '...' must be 2. |
Return a boolean indicating whether the two colors are equal.
1 2 3 4 5 | is_equals("red", "blue")
is_equals("red", "#F00")
col_mix2("red", "green")
col_mixn("red", "green", "blue")
col_random(3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.