rebecca
Extreme Donator
- Aug 12, 2017
- 1,070
- 410
- 0
Hey, I thought I'd post this here as it's still a question that gets asked pretty often.
Jagex Color Picker
Source code: GitHub - rebecca-davies/color-picker: A 16-bit HSL Color Picker web app using the old Jagex format.
I made a quick little web app that uses the old engines color palette, which is 16-bit HSL being 6 bits for the hue, 3 for the saturation and 7 for the lightness, this is bitpacked into a short which is the number you'll see when modifying colors on an item for example.
I think Dane also has one that he's made which you can check out here:
Go wasm
Enjoy!
Jagex Color Picker
Source code: GitHub - rebecca-davies/color-picker: A 16-bit HSL Color Picker web app using the old Jagex format.
I made a quick little web app that uses the old engines color palette, which is 16-bit HSL being 6 bits for the hue, 3 for the saturation and 7 for the lightness, this is bitpacked into a short which is the number you'll see when modifying colors on an item for example.
I think Dane also has one that he's made which you can check out here:
Go wasm

Enjoy!
Last edited: