#define OL_COLOR1(a) D3DCOLOR_ARGB(a, 133, 10, 185) // Стрелочки, ARGB = (Прозрачность, Дальше просто обычный RGB)
#define OL_COLOR1_2(a) D3DCOLOR_ARGB(100, 23, 23, 23) // Задний фон меню
#define OL_COLOR2(a) D3DCOLOR_ARGB(a, 133, 10, 185) // Просто текст и загрузка
#define OL_COLOR3(a) D3DCOLOR_ARGB(a, 101, 0, 155) // Выключенные функции
#define OL_COLOR4(a) D3DCOLOR_ARGB(180, 3, 3, 3) // Слоты под кнопочки
#define OL_COLOR5(a) D3DCOLOR_ARGB(a, 133, 10, 185)
#define OL_COLOR6(a) D3DCOLOR_ARGB(a, 133, 10, 185)
#define OL_COLOR7(a) D3DCOLOR_ARGB(a, 133, 10, 185)
#define OL_RED(a) D3DCOLOR_ARGB(a, 255, 0, 0)
#define OL_GREEN(a) D3DCOLOR_ARGB(a, 0, 255, 0)
#define MOD_SA_GROUP_COLOR1(a) D3DCOLOR_ARGB(a, 30, 30, 30)
#define MOD_SA_GROUP_COLOR2(a) D3DCOLOR_ARGB(a, 128, 128, 128)