I hereby claim:
- I am boweeb on github.
- I am boweeb (https://keybase.io/boweeb) on keybase.
- I have a public key ASAc2c0agzOcapBKV0MY8DIdfbaUMFSX-Q8YNQU4Vt8X1Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
from colour import Color | |
from x256 import x256 | |
def scale_256(rgb, direction): | |
factor = 256 | |
new = list() | |
for value in rgb: |