hhd-dev / hhd-decky

Handheld Daemon Decky plugin. Configure hhd from Steam Big Picture.
Other
9 stars 1 forks source link

[feature request]: Implement hue slider #8

Open antheas opened 7 months ago

antheas commented 7 months ago

Port slider from LegionGoRemapper when there is an int setting with a tag named 'hue'

aarron-lee commented 7 months ago

so for hue, what values would you expect from the slider? the hue slider in LeGoRemapper currently actually has 4 values associated with it.

red, green, blue, and hue. rgb should be 0-255, hue i believe is 0 to 360. rgb are derived from the hue value

antheas commented 7 months ago

Implement it as an int slider which would have a min of 0 and a max of 360. Assume a tag named hue is in it.

I did have a color setting, but I think that complicates things.