Home
last modified time | relevance | path

Searched refs:bgRed (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/x11/eaglemode/eaglemode-0.95.0/res/emCore/toolkit/src/
H A Dinvalpha.pl139 my $bgRed = 0.0;
149 $bgRed = $srcRed;
157 if ($srcRed>$bgRed) { $t=($srcRed-$bgRed)/(1-$bgRed); }
158 elsif ($srcRed<$bgRed) { $t=1-$srcRed/$bgRed; }
186 $red=($srcRed-$bgRed*(1-$alpha))/$alpha;
/dports/devel/lazygit/lazygit-0.31.4/pkg/gui/style/
H A Dstyle_test.go27 bgRed := color.BgRed
54 TextStyle{bg: &Color{basic: &bgRed}, Style: color.Style{bgRed}},
62 bg: &Color{basic: &bgRed},
63 Style: color.Style{fgBlue, bgRed},
93 bg: &Color{basic: &bgRed},
98 Style: color.Style{fgBlue, bgRed, color.OpBold, color.OpUnderscore},
142 bg: &Color{basic: &bgRed},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/colors/
H A Dindex.d.ts24 bgRed: Color; property
70 export const bgRed: Color;
111 bgRed: string;
H A Dsafe.d.ts26 export function bgRed(str: string): string;
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/node_modules/colors/
H A Dindex.d.ts24 bgRed: Color; property
70 export const bgRed: Color;
111 bgRed: string;
H A Dsafe.d.ts26 export function bgRed(str: string): string;
/dports/www/npm-node17/npm-6.14.8/lib/node_modules/npm/node_modules/colors/
H A Dindex.d.ts24 bgRed: Color; property
70 export const bgRed: Color;
111 bgRed: string;
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/node_modules/colors/
H A Dindex.d.ts24 bgRed: Color; property
70 export const bgRed: Color;
111 bgRed: string;
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/colors/
H A Dindex.d.ts24 bgRed: Color; property
70 export const bgRed: Color;
111 bgRed: string;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/colors/
H A Dindex.d.ts24 bgRed: Color; property
70 export const bgRed: Color;
111 bgRed: string;
/dports/www/node10/node-v10.24.1/deps/npm/node_modules/colors/
H A Dindex.d.ts24 bgRed: Color; property
70 export const bgRed: Color;
111 bgRed: string;
/dports/graphics/qgis/qgis-3.22.3/src/core/layout/
H A Dqgslayouttablecolumn.cpp65 int bgRed, bgGreen, bgBlue, bgAlpha; in readXml() local
66 bgRed = bgColorElem.attribute( QStringLiteral( "red" ) ).toDouble( &redOk ); in readXml()
72 mBackgroundColor = QColor( bgRed, bgGreen, bgBlue, bgAlpha ); in readXml()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/layout/
H A Dqgslayouttablecolumn.cpp65 int bgRed, bgGreen, bgBlue, bgAlpha; in readXml() local
66 bgRed = bgColorElem.attribute( QStringLiteral( "red" ) ).toDouble( &redOk ); in readXml()
72 mBackgroundColor = QColor( bgRed, bgGreen, bgBlue, bgAlpha ); in readXml()
/dports/devel/R-cran-rcmdcheck/rcmdcheck/R/
H A Dcomparison-summary.R15 "t-" = white(bgRed("T")),
17 "i-" = white(bgRed("I")),
/dports/security/keybase/client-v5.7.1/go/logger/
H A Doutput_windows.go81 bgRed WORD = 0x0040 const
111 41: bgRed, // "bgRed":
119 101: bgRed | bgIntensity, // "bgRed":
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/mocha/node_modules/ansi-colors/types/
H A Dindex.d.ts65 bgRed: T; property
118 export const bgRed: StyleFunction; constant
/dports/www/ilias/ILIAS-5.4.25/Modules/Chatroom/chat/node_modules/ansi-colors/types/
H A Dindex.d.ts65 bgRed: T; property
118 export const bgRed: StyleFunction; constant
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/ansi-colors/types/
H A Dindex.d.ts65 bgRed: T; property
118 export const bgRed: StyleFunction; constant
/dports/lang/nim/nim-1.6.2/tests/stdlib/
H A Dtterminal_12759.nim8 setBackgroundColor(stdout, bgRed)
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/src/plugins/UnicodePlugin/
H A DUnicodePlugin.c284 sqInt bgRed; in primitiveSetColors() local
293 bgRed = interpreterProxy->stackIntegerValue(3); in primitiveSetColors()
300 unicodeSetColors(fgRed, fgGreen, fgBlue, bgRed, bgGreen, bgBlue, mapBGToTransparent); in primitiveSetColors()
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/plugins/UnicodePlugin/
H A DUnicodeOps-linux.c41 void unicodeSetColors(int fgRed, int fgGreen, int fgBlue, int bgRed, int bgGreen, int bgBlue, int m…
237 void unicodeSetColors(int fgRed, int fgGreen, int fgBlue, int bgRed, int bgGreen, int bgBlue, int m… in unicodeSetColors() argument
241 g_bgRed = bgRed & 255; in unicodeSetColors()
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/UnicodePlugin/
H A DUnicodePlugin.h11 void unicodeSetColors(int fgRed, int fgGreen, int fgBlue, int bgRed, int bgGreen, int bgBlue, int m…
/dports/devel/R-cran-crayon/crayon/tests/testthat/
H A Dtest-color.r6 expect_equal(bgRed('foo'), '\u001b[41mfoo\u001b[49m')
H A Dtest-vectors.r11 expect_equal(bgRed(foobar),
/dports/graphics/synaesthesia/synaesthesia-2.4/
H A Dui.cc238 double scale, fgRed, fgGreen, fgBlue, bgRed, bgGreen, bgBlue; in setupPalette() local
248 bgRed = bgRedSlider; in setupPalette()
252 scale = (bgRed+bgGreen+bgBlue)/2.0; in setupPalette()
253 bgRed /= scale; in setupPalette()
263 double red = b*bgRed*16+f*fgRed*16; in setupPalette()

123456789