Home
last modified time | relevance | path

Searched refs:fg_c (Results 1 – 7 of 7) sorted by relevance

/dports/devel/terminality/tn-2.1/
H A Dtn_c_nc.h20 color fg_c, bg_c; variable
121 fg_c = LightGray; in initcolor()
145 fg_c = f; in setcolor()
149 attrset(COLOR[fg_c][bg_c%8]|(bg_c>7?A_BLINK:0)); in setcolor()
165 return fg_c; in getfgcolor()
181 setcolor(fg_c, c); in bgcolor()
/dports/net-im/fractal/fractal-4.4.0/vendor/letter-avatar/src/
H A Dlib.rs168 let fg_c = &colors[color_index][1]; in new() localVariable
170 fg_c.r as f64 / 256., in new()
171 fg_c.g as f64 / 256., in new()
172 fg_c.b as f64 / 256., in new()
/dports/graphics/gegl/gegl-0.4.34/seamless-clone/
H A Dsc-context.c420 GeglScColor fg_c[GEGL_SC_COLORA_CHANNEL_COUNT]; in gegl_sc_context_sample_color_difference() local
445 NULL, fg_c, format, in gegl_sc_context_sample_color_difference()
454 #define gegl_sc_color_expr(I) dest[I] = (bg_c[I] - fg_c[I]) in gegl_sc_context_sample_color_difference()
/dports/x11-fonts/py-glyphsLib/glyphsLib-3.1.4/tests/builder/
H A Dto_glyphs_test.py410 fg_c = ufo.newGlyph("c")
411 fg_c.width = 400
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/cuda_palette/
H A D__init__.py196 fg_c = (0x000000 if (R+G+B)/3>128 or G>240 else 0xffffff)
201 ,props =f('1,{bg},{fg},{bord_c}', bg=clr, fg=fg_c, bord_c= brd_c )
224 fg_c = (0x000000 if (R+G+B)/3>128 or G>240 else 0xffffff)
229 ,props =f('1,{bg},{fg},{bord_c}', bg=clr, fg=fg_c, bord_c=brd_c)
/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_palette/
H A D__init__.py196 fg_c = (0x000000 if (R+G+B)/3>128 or G>240 else 0xffffff)
201 ,props =f('1,{bg},{fg},{bord_c}', bg=clr, fg=fg_c, bord_c= brd_c )
224 fg_c = (0x000000 if (R+G+B)/3>128 or G>240 else 0xffffff)
229 ,props =f('1,{bg},{fg},{bord_c}', bg=clr, fg=fg_c, bord_c=brd_c)
/dports/games/searchandrescue/searchandrescue_1.4.0/sar/
H A Dgwx.c4911 XColor fg_c, bg_c; in GWCursorNew() local
4969 XCOLOR_SET_RGB_COEFF(&fg_c, 1.0, 1.0, 1.0); in GWCursorNew()
4970 fg_c.pixel = white_pix; in GWCursorNew()
5060 &fg_c, &bg_c, in GWCursorNew()