DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ ColorDisabledConsole()

void ScriptedWidgetEventHandler::ColorDisabledConsole ( Widget w)
inlineprotected

См. определение в файле OptionSelectorBase.c строка 256

257 {
258 if (!w)
259 return;
260
261 int color_pnl = ARGB(0, 0, 0, 0);
262 int color_lbl = ARGB(120, 255, 255, 255);
263
264 ButtonSetColorConsole(w, color_pnl);
266 ButtonSetTextColorConsole(w, color_lbl);
267 }
void ButtonSetTextColorConsole(Widget w, int color)
Определения OptionSelectorBase.c:287
void ButtonSetAlphaAnimConsole(Widget w)
Определения OptionSelectorBase.c:274
void ButtonSetColorConsole(Widget w, int color)
Определения OptionSelectorBase.c:269
int ARGB(int a, int r, int g, int b)
Определения proto.c:322

Перекрестные ссылки ARGB(), ButtonSetAlphaAnimConsole(), ButtonSetColorConsole() и ButtonSetTextColorConsole().