Home
last modified time | relevance | path

Searched refs:tColor (Results 1 – 25 of 109) sorted by relevance

12345

/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/render/
H A DrFont.h74 tColor color_; //!< current color
75 static tColor defaultColor_; //!< default color
76 static tColor blendColor_; //!< color all other colors are multiplied with
158 inline rTextField & SetColor( tColor const & color ); //!< Sets current color
159 inline tColor const & GetColor( void ) const; //!< Gets current color
160 inline rTextField const & GetColor( tColor & color ) const; //!< Gets current color
162 static tColor const & GetDefaultColor( void ); //!< Gets default color
163 static void GetDefaultColor( tColor & defaultColor ); //!< Gets default color
191 tColor const & rTextField::GetColor( void ) const in GetColor()
207 rTextField const & rTextField::GetColor( tColor & color ) const in GetColor()
[all …]
H A DrFont.cpp475 tColor color; in StringOutput()
488 color = tColor( c ); in StringOutput()
576 tColor const & rTextField::GetDefaultColor( void ) in GetDefaultColor()
591 void rTextField::GetDefaultColor( tColor & defaultColor ) in GetDefaultColor()
606 void rTextField::SetDefaultColor( tColor const & defaultColor ) in SetDefaultColor()
616 blendColor_ = tColor(); in SetDefaultColor()
629 tColor const & rTextField::GetBlendColor( void ) in GetBlendColor()
644 void rTextField::GetBlendColor( tColor & blendColor ) in GetBlendColor()
659 void rTextField::SetBlendColor( tColor const & blendColor ) in SetBlendColor()
671 tColor rTextField::defaultColor_;
[all …]
H A DrConsoleGraph.cpp109 rTextField::SetDefaultColor( tColor(center_r,center_g,center_b,alpha) ); in Render()
136 rTextField::SetDefaultColor( tColor(1,1,1) ); in Render()
151 rTextField::SetDefaultColor( tColor(1,1,1) ); in Render()
168 rTextField::SetDefaultColor( tColor(1,1,1) ); in Render()
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/tools/
H A DtColor.cpp64 tColor::tColor() in tColor() function in tColor
82 tColor::tColor( REAL r, REAL g, REAL b, REAL a ) in tColor() function in tColor
113 tColor::tColor( const char * c ) in tColor() function in tColor
130 void tColor::FillFrom( const char * c ) in FillFrom()
157 bool tColor::IsDark( void ) in IsDark()
H A DtColor.h35 class tColor
38 tColor(); //!< Constructor
39 tColor( REAL r, REAL g, REAL b, REAL a = 1 ); //!< Constructor
40 tColor( const char * c ); //!< Creates a tColor from a color code string
42 ~tColor(){} //!< Destructor in ~tColor()
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/shaders/
H A Dgpu_shader_gpencil_stroke_frag.glsl9 vec4 tColor = vec4(mColor);
12 tColor.a = tColor.a * -1.0;
19 fragColor = tColor;
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/ppui/
H A DButton.cpp119 PPColor tColor = *textColor; in paint() local
122 tColor.r = (tColor.r + color->r)>>1; in paint()
123 tColor.g = (tColor.g + color->g)>>1; in paint()
124 tColor.b = (tColor.b + color->b)>>1; in paint()
127 g->setColor(tColor); in paint()
/dports/graphics/wdune/wdune-1.926/src/swt/generic/
H A Dutil.c31 int tColor = swGetWindowColor(wnd, SW_COLOR_BSHADOW); in swDraw3DRect() local
34 drawShadedRect(dc, x, y, width, height, tColor, bColor); in swDraw3DRect()
40 int tColor = swGetWindowColor(wnd, SW_COLOR_TSHADOW); in swDraw3DIndent() local
43 drawShadedRect(dc, x, y, width, height, tColor, bColor); in swDraw3DIndent()
/dports/graphics/wdune/wdune-1.926/src/swt/motif/
H A Dutil.c31 int tColor = swGetWindowColor(wnd, SW_COLOR_BSHADOW); in swDraw3DRect() local
34 drawShadedRect(dc, x, y, width, height, tColor, bColor); in swDraw3DRect()
40 int tColor = swGetWindowColor(wnd, SW_COLOR_TSHADOW); in swDraw3DIndent() local
43 drawShadedRect(dc, x, y, width, height, tColor, bColor); in swDraw3DIndent()
/dports/games/OpenLara/OpenLara-b4b19f2/src/
H A Dui.h338 Color32 tColor, bColor, sColor; variable
339 tColor = bColor = sColor = Color32(0, 0, 0, 255);
367 tColor = Color32(252, 236, 136, alpha);
371 tColor = Color32(99, 189, 95, alpha);
376 tColor = Color32(255, 255, 255, alpha);
379 tColor = Color32(255, 190, 90, alpha);
382 tColor = Color32(255, 255, 255, alpha);
432 tColor = bColor = sColor;
434 tColor = bColor = Color32(255, 255, 255, alpha);
438 tColor = Color32(255, 190, 90, alpha);
[all …]
/dports/math/vampire/vampire-4.5.1/VUtils/
H A DRangeColoring.cpp189 Color tColor = getColor(trm); in isLocal() local
190 if(tColor!=COLOR_TRANSPARENT) { in isLocal()
192 clr = tColor; in isLocal()
194 if(clr!=tColor) { in isLocal()
/dports/www/grafana8/grafana-8.3.6/packages/grafana-data/src/themes/
H A DcolorManipulator.ts80 const tColor = tinycolor(color); constant
81 return tColor.getAlpha() === 1 ? tColor.toHexString() : tColor.toHex8String();
/dports/x11/sddm/sddm-0.19.0/data/themes/maya/components/
H A DSpClock.qml21 property color tColor : "white"
40 color : sp_clock.tColor
/dports/x11-themes/Kvantum/Kvantum-0.20.2/Kvantum/style/
H A Dpolishing.cpp175 QColor tColor = getFromRGBA(tLspec.normalColor); in polish() local
182 inactiveCol = tColor; in polish()
186 if (!inactiveCol.isValid()) inactiveCol = tColor; in polish()
188 QColor disabledCol = tColor; in polish()
190 QColor ptColor = tColor; // placeholder in polish()
193 opacifyColor(tColor); in polish()
242 if (tColor.isValid()) in polish()
244 QColor disabledCol = tColor; in polish()
246 opacifyColor(tColor); in polish()
249 if (tColor != palette.color(QPalette::ButtonText)) in polish()
[all …]
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/ui/
H A DuMenu.cpp300 rTextField::SetDefaultColor( tColor(1,1,1,1) ); in OnEnter()
301 rTextField::SetBlendColor( tColor(1,1,1,1) ); in OnEnter()
306 rTextField::SetDefaultColor( tColor(1,1,1,1) ); in OnEnter()
307 rTextField::SetBlendColor( tColor(1,1,1,1) ); in OnEnter()
515 rTextField::SetDefaultColor( tColor(1,1,1,alpha) ); in SetColor()
521 rTextField::SetDefaultColor( tColor(.8,.3,.3,alpha) ); in SetColor()
522 rTextField::SetBlendColor( tColor(intensity,intensity,intensity,alpha) ); in SetColor()
1146 rTextField::SetDefaultColor( tColor(1,1,1,1) ); in Message()
1147 rTextField::SetBlendColor( tColor(1,1,1,1) ); in Message()
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsconditionalstyle.cpp349 QColor tColor = QColor( styleElm.attribute( QStringLiteral( "text_color" ) ) ); in readXml() local
352 tColor.setAlpha( styleElm.attribute( QStringLiteral( "text_color_alpha" ) ).toInt() ); in readXml()
354 if ( tColor.alpha() == 0 ) in readXml()
357 setTextColor( tColor ); in readXml()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsconditionalstyle.cpp346 QColor tColor = QColor( styleElm.attribute( QStringLiteral( "text_color" ) ) ); in readXml() local
349 tColor.setAlpha( styleElm.attribute( QStringLiteral( "text_color_alpha" ) ).toInt() ); in readXml()
351 if ( tColor.alpha() == 0 ) in readXml()
354 setTextColor( tColor ); in readXml()
/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/
H A Dfmpreviewlist.cpp57 QColor tColor( QApplication::palette().color(QPalette::HighlightedText) ); in FMPreviewIconEngine() local
62 int tr(tColor.red()); in FMPreviewIconEngine()
63 int tg(tColor.green()); in FMPreviewIconEngine()
64 int tb(tColor.blue()); in FMPreviewIconEngine()
/dports/devel/kyra/kyra/stitch/
H A Dmain.cpp340 KrRGBA tColor; in Process() local
341 tColor.Set( red / nColor, green / nColor, blue / nColor, 255 ); in Process()
342 tPainter.SetPixel( tx, ty, tColor ); in Process()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/lens-5.0.1/examples/
H A DTurtle.hs53 color = tColor
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/lens-5.0.1/examples/
H A DTurtle.hs53 color = tColor
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/lens-4.19.2/examples/
H A DTurtle.hs53 color = tColor
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/lens-4.19.2/examples/
H A DTurtle.hs53 color = tColor
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/lens-4.19.1/examples/
H A DTurtle.hs53 color = tColor
/dports/games/atanks/atanks-6.5/src/
H A Doptionitembase.cpp572 int32_t tColor = (ET_COLOR == type) || textOnly ? BLACK : color; in displayDeco() local
580 GetShadeColor(tColor, true, PINK), -1); in displayDeco()
582 textout_ex (global.canvas, font, title, xLeft, text_top, tColor, -1); in displayDeco()

12345