bsides / horizoverlay

A simple horizontal damage meter overlay for Final Fantasy XIV. It currently shows player dps, damage %, hps, max hit, encounter duration and total dps. It's super configurable! It supports English, Portuguese, Chinese (S/T) and French.
Apache License 2.0
127 stars 48 forks source link

Adding Color Picker #137

Open Brafficus opened 3 years ago

Brafficus commented 3 years ago

Added a color picker; colors can be changed on a per-role basis. Currently, it's basically just letting the user pick the hue since the .css file has its own alpha channels to make the DPS bars and stuff look good. Functionality uses react-colorful, which is a lighter-weight color picker than react-color. closes #116

bsides commented 2 years ago

Hi @Brafficus could you send some screenshots of this in use? I couldn't test it right now. Thank you!

Brafficus commented 2 years ago

Sure thing! Sorry for the delay; I haven't had a chance to get on so I asked a couple of friends to take screenshots Menu: Menu

Color Picker: Picker

Example 1: Result

Example 2: Result2