@@ -739,18 +739,18 @@ enum ESkillLevel
739739};
740740
741741// define the GUI RGB colors for each skill level
742- #define RGBCOL_R_SL_NOT_SET 255
743- #define RGBCOL_G_SL_NOT_SET 255
744- #define RGBCOL_B_SL_NOT_SET 255
745- #define RGBCOL_R_SL_BEGINNER 255
746- #define RGBCOL_G_SL_BEGINNER 255
747- #define RGBCOL_B_SL_BEGINNER 200
748- #define RGBCOL_R_SL_INTERMEDIATE 225
749- #define RGBCOL_G_SL_INTERMEDIATE 255
750- #define RGBCOL_B_SL_INTERMEDIATE 225
751- #define RGBCOL_R_SL_SL_PROFESSIONAL 255
752- #define RGBCOL_G_SL_SL_PROFESSIONAL 225
753- #define RGBCOL_B_SL_SL_PROFESSIONAL 225
742+ #define RGBCOL_R_SL_NOT_SET 255
743+ #define RGBCOL_G_SL_NOT_SET 255
744+ #define RGBCOL_B_SL_NOT_SET 255
745+ #define RGBCOL_R_SL_BEGINNER 255
746+ #define RGBCOL_G_SL_BEGINNER 255
747+ #define RGBCOL_B_SL_BEGINNER 200
748+ #define RGBCOL_R_SL_INTERMEDIATE 225
749+ #define RGBCOL_G_SL_INTERMEDIATE 255
750+ #define RGBCOL_B_SL_INTERMEDIATE 225
751+ #define RGBCOL_R_SL_PROFESSIONAL 255
752+ #define RGBCOL_G_SL_PROFESSIONAL 225
753+ #define RGBCOL_B_SL_PROFESSIONAL 225
754754
755755// Stereo signal level meter ---------------------------------------------------
756756class CStereoSignalLevelMeter
0 commit comments