Looking for fading techniques without relying on brightness manipulation - eviltoast

<!-- SC_OFF --><div class=“md”><p>I’m working on a project that utilities FastLED to control some DMX lights, so the normal functions I see people using like “fadetoblackby()” and such are useless to me. Does anyone have experience with fade methods that control the rgb values themselves?</p> <p>I’ve had some success with using HSV to handle this, but I can’t seem to find any way to manipulate the V independently (without calling the entire function & changing colors) I know you can change the hue with leds[].h, but it looks like leds[].v is not a thing.</p> <p>Any help is greatly appreciated :)</p> </div><!-- SC_ON --> submitted by <a href=“https://old.reddit.com/user/undefned”> /u/undefned </a> <br/> <span><a href=“https://old.reddit.com/r/FastLED/comments/15hz7kd/looking_for_fading_techniques_without_relying_on/”>[link]</a></span> <span><a href=“https://old.reddit.com/r/FastLED/comments/15hz7kd/looking_for_fading_techniques_without_relying_on/”>[comments]</a></span>