Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephBARBIERDARNAL committed Jun 2, 2024
1 parent 3c343c7 commit 96bb1f6
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 53 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,18 @@ print(purr.source('bilbao'))
- Get hex values of a color map:

```python
print(purr.hex('42e4b0'))
print(purr.hex('pupitar'))
```

`['#000000', '#14213D', '#FCA311', '#E5E5E5', '#FFFFFF']`
`['#7098C0FF',
'#88C0E8FF',
'#285880FF',
'#B8E0F8FF',
'#F8F8F8FF',
'#404060FF',
'#A8A8A8FF',
'#C8C8D0FF',
'#B04000FF']`

<br>

Expand Down
Loading

0 comments on commit 96bb1f6

Please sign in to comment.