OpenRGB/RGBController
Chris b76265cf7d Convert mode from struct to class, add automatic initialization
* To avoid filtering in the profile manager and to ensure that color_mode is set to MODE_COLORS_RANDOM correctly
for HW that has the mode flags

MODE_FLAG_HAS_RANDOM_COLOR | MODE_FLAG_HAS_PER_LED_COLOR

The values for speed_min, speed_max, colors_min and colors_max NEED to be initialised to allow for a saved
profile to load correctly in `ProfileManager::LoadDeviceFromListWithOptions`

Commit amended for code style by Adam Honse <calcprogrammer1@gmail.com>
2021-06-26 00:29:51 -05:00
..
RGBController.cpp Convert mode from struct to class, add automatic initialization 2021-06-26 00:29:51 -05:00
RGBController.h Convert mode from struct to class, add automatic initialization 2021-06-26 00:29:51 -05:00
RGBController_Dummy.cpp Update mode asynchronously 2020-07-17 18:29:37 -05:00
RGBController_Dummy.h Update mode asynchronously 2020-07-17 18:29:37 -05:00
RGBController_Network.cpp Override UpdateLEDs() for RGBController_Network to always process synchronously 2021-05-21 16:39:03 -05:00
RGBController_Network.h Override UpdateLEDs() for RGBController_Network to always process synchronously 2021-05-21 16:39:03 -05:00