jfairbank / chroma

Ruby gem for color manipulation and palette generation
ISC License
232 stars 29 forks source link

Generating rgb from hex 8 values is wrong #6

Closed jfairbank closed 9 years ago

jfairbank commented 9 years ago

Alpha is the highest order byte, but FromHexStringValues.from_hex8 treats its second parameter as the red byte.

jfairbank commented 9 years ago

Implemented by 0f99e80.