Qix- / color-convert

Plain color conversion functions in JavaScript
MIT License
746 stars 96 forks source link

Use 4 largest bits for rgb->ansi256 gray check #75

Closed spenserblack closed 3 years ago

spenserblack commented 5 years ago

Fixes #74

console.log(convert.hex.ansi256('#282629')); // 235
spenserblack commented 4 years ago

@Qix- Thoughts on this PR (or the other one)?

Qix- commented 3 years ago

Thank you very much, this was a great solution. I apologize for the insane delay on this.

spenserblack commented 3 years ago

I apologize for the insane delay on this.

No worries, glad I could help!