Home
last modified time | relevance | path

Searched refs:isBright (Results 1 – 16 of 16) sorted by relevance

/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Resources/views/Admin/Sell/Order/Order/Blocks/View/
H A Dorder_actions.html.twig35 {% set isBright = true %}
39 {% set isBright = choice.attr['data-is-bright'] %}
42 …<div class="select-status{% if isBright %} is-bright{% endif %}" id="update_order_status_action_in…
/dports/net/concourse-fly/concourse-6.7.1/web/elm/src/
H A DColors.elm340 buildStatusColor isBright status =
341 if isBright then
/dports/misc/concourse/concourse-6.7.2/web/elm/src/
H A DColors.elm340 buildStatusColor isBright status =
341 if isBright then
/dports/finance/prestashop/prestashop/src/Core/Util/
H A DColorBrightnessCalculator.php44 public function isBright($hexColor) function in PrestaShop\\PrestaShop\\Core\\Util\\ColorBrightnessCalculator
/dports/games/scummvm/scummvm-2.5.1/engines/glk/comprehend/
H A Dcomprehend.cpp257 void Comprehend::clearScreen(bool isBright) { in clearScreen() argument
258 drawPicture(isBright ? BRIGHT_ROOM : DARK_ROOM); in clearScreen()
H A Dcomprehend.h172 void clearScreen(bool isBright);
/dports/devel/functionalplus/FunctionalPlus-0.2.18-p0/test/
H A Dreadme_examples_test.cpp62 auto isBright = [](const Entity& e) { return e.bright_; }; in __anon63f9b6010402() variable
64 REQUIRE(fplus::all_by(fplus::logical_and(isCalm, isBright), entities));
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dtoutlinevectorizer.cpp930 inline bool isBright(const TPixelCM32 &pix, int threshold) { in isBright() function
934 inline bool isBright(const TPixelGR8 &pix, int threshold) { in isBright() function
938 inline bool isBright(const TPixel32 &pix, int threshold) { in isBright() function
954 return !isBright(pix, threshold); in isDark()
958 return !isBright(pix, threshold); in isDark()
962 return !isBright(pix, threshold); in isDark()
1169 if (!isBright(rr->pixels(p.y)[p.x], c.m_threshold)) in takeLocalBrightest()
1200 if (!isBright(rgr->pixels(p.y)[p.x], c.m_threshold)) in takeLocalBrightest()
1306 std::bind(cm_func(isBright), std::placeholders::_1, in applyFillColors()
1315 std::bind(rgbm_func(isBright), std::placeholders::_1, in applyFillColors()
[all …]
/dports/finance/prestashop/prestashop/src/Core/Form/ChoiceProvider/
H A DOrderStateByIdChoiceProvider.php115 …derState['name']]['data-is-bright'] = $this->colorBrightnessCalculator->isBright($orderState['colo…
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Controller/Admin/
H A DMultistoreController.php104 …empty($currentContext->getColor()) ? true : $colorBrightnessCalculator->isBright($currentContext->…
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/modules/
H A DColor.jsm46 get isBright() {
H A DFinderHighlighter.jsm738 return new Color(...cssColor).isBright;
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/modules/
H A DColor.jsm46 get isBright() {
H A DFinderHighlighter.jsm740 return new Color(...cssColor).isBright;
/dports/finance/prestashop/prestashop/admin/themes/default/template/helpers/list/
H A Dlist_content.tpl68 …r_field" style="background-color:{$tr[$params.color]};color:{if !Tools::isBright($tr[$params.color…
/dports/finance/prestashop/prestashop/classes/
H A DTools.php2415 public static function isBright($hex) function in ToolsCore
2421 return self::$colorBrightnessCalculator->isBright($hex);