Searched refs:updateRequired (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerView.cpp463 bool updateRequired = false; local
464 updateRequired |= _SetTextControlValue(0, round(h * 60));
465 updateRequired |= _SetTextControlValue(1, round(s * 100));
466 updateRequired |= _SetTextControlValue(2, round(v * 100));
467 updateRequired |= _SetTextControlValue(3, round(r * 255));
468 updateRequired |= _SetTextControlValue(4, round(g * 255));
469 updateRequired |= _SetTextControlValue(5, round(b * 255));
474 updateRequired |= _SetHexTextControlString(hexString);
476 fRequiresUpdate = updateRequired;

Completed in 50 milliseconds