Description Usage Arguments Details See Also Examples
Get a pokemon (R) palette by either giving a pokemon number or name.
1 |
pokemon |
An integer or character pokemon name |
spread |
How many, quite distinct, colours should be returned. See details. |
If spread
is given an integer, the full palette is
clustered into that many groups (ward clustering in HSV space, using
only hue and downweighted saturation).
The most common colour in each cluster is then returned. It is
hoped this will give a good balance between reflecting the pokemons
colouring while giving relatively distinct colours.
A few pokemon have odd names. Argument pokemon
ignores letter case.
Female and Male Nidoran are named NidoranF and NidoranM respectively.
Mr. Mime should be either 'Mr. Mime' or 'mr. mime'. The full stop and space
are needed.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.