Home
last modified time | relevance | path

Searched refs:rgbcol (Results 1 – 25 of 28) sorted by relevance

12

/dports/finance/homebank/homebank-5.5.1/src/
H A Dgtk-chart-colors.h40 struct rgbcol struct
48 struct rgbcol *colors; argument
89 extern struct rgbcol global_colors[];
90 extern struct rgbcol money_colors[];
91 extern struct rgbcol quicken_colors[];
92 extern struct rgbcol analytics_colors[];
93 extern struct rgbcol office2010_colors[];
94 extern struct rgbcol office2013_colors[];
95 extern struct rgbcol sap_colors[];
96 extern struct rgbcol homebank_colors[];
[all …]
H A Dgtk-chart-colors.c50 struct rgbcol ynab_colors[] =
67 struct rgbcol money_colors[] =
99 struct rgbcol quicken_colors[] =
117 struct rgbcol analytics_colors[] =
135 struct rgbcol office2010_colors[] =
161 struct rgbcol office2013_colors[] =
186 struct rgbcol sap_colors[] =
226 struct rgbcol homebank_colors[] =
267 struct rgbcol global_colors[] =
312 struct rgbcol *tcol; in chart_color_global_default()
[all …]
/dports/math/R-cran-survey/survey/R/
H A Dmultivariate.R110 rgbcol<-col2rgb(rep(cols[1],length=length(w))) functionVar
111 …xcols<-rgb(rgbcol[1,],rgbcol[2,],rgbcol[3,],alpha=pmax(1,255*w*max.alpha/max(w)), maxColorValue=25…
114 rgbcol<-col2rgb(cols[1])
115 xcols<-rgb(rgbcol[1,],rgbcol[2,],rgbcol[3,],alpha=max.alpha*255, maxColorValue=255)
117 rgbcol<-col2rgb(cols[1])
118 xcols<-rgb(rgbcol[1,],rgbcol[2,],rgbcol[3,],alpha=max.alpha*255, maxColorValue=255)
/dports/games/edge/Edge-1.35-source/ddf/
H A Dtypes.h42 #define RGB_RED(rgbcol) (((rgbcol) >> 16) & 0xFF) argument
43 #define RGB_GRN(rgbcol) (((rgbcol) >> 8) & 0xFF) argument
44 #define RGB_BLU(rgbcol) (((rgbcol) ) & 0xFF) argument
/dports/german/BBBike/BBBike-3.18/lib/
H A DKDEUtil.pm519 my $rgbcol = sprintf "#%02x%02x%02x", split /,/, $val;
520 $top->optionAdd("*$key", $rgbcol, "userDefault");
521 eval { $top->configure("-$key" => $rgbcol) };
523 my $dark_rgbcol = $top->Darken($rgbcol, 80);
524 $top->optionAdd("*highlightBackground", $rgbcol,
532 $top->optionAdd("*NoteBook.backPageColor", $rgbcol,
538 $m->configure(-background => $rgbcol) if $m;
541 $top->optionAdd("*$_*activeBackground", $rgbcol,
546 $top->optionAdd("*$_*activeForeground", $rgbcol,
551 my $rgbcol = sprintf "#%02x%02x%02x", split /,/, $val;
[all …]
/dports/databases/grass7/grass-7.8.6/vector/v.colors/
H A Dmain.c39 *rgbcol, *range, *use; in main() member
116 opt.rgbcol = G_define_standard_option(G_OPT_DB_COLUMN); in main()
117 opt.rgbcol->key = "rgb_column"; in main()
118 opt.rgbcol->label = _("Name of color column to populate RGB values"); in main()
119 opt.rgbcol->description = _("If not given writes color table"); in main()
190 rgbcolumn = opt.rgbcol->answer; in main()
247 opt.rgbcol->key, flag.c->key); in main()
/dports/databases/grass7/grass-7.8.6/ps/ps.map/
H A Dps_vareas.c109 vector.layer[vec].rgbcol, cat); in get_ps_color_rgbcol_varea()
165 if (vector.layer[vec].rgbcol != NULL) { in PS_vareas_plot()
223 vector.layer[vec].rgbcol != NULL)) { in PS_vareas_plot()
225 if (vector.layer[vec].rgbcol != NULL) { in PS_vareas_plot()
H A Dps_vlines.c72 if (vector.layer[vec].rgbcol != NULL) { in PS_vlines_plot()
114 if (vector.layer[vec].rgbcol != NULL) { in PS_vlines_plot()
126 vector.layer[vec].rgbcol, cat); in PS_vlines_plot()
H A Dps_vpoints.c113 if (vector.layer[vec].rgbcol != NULL) in PS_vpoints_plot()
190 if (vector.layer[vec].rgbcol != NULL) { in PS_vpoints_plot()
202 vector.layer[vec].rgbcol, cat); in PS_vpoints_plot()
H A Dr_vareas.c75 vector.layer[vec].rgbcol = NULL; in read_vareas()
141 vector.layer[vec].rgbcol = G_store(data); in read_vareas()
H A Dvector.h77 char *rgbcol; /* column used for symbol rgb color */ member
H A Dr_vpoints.c79 vector.layer[vec].rgbcol = NULL; in read_vpoints()
176 vector.layer[vec].rgbcol = G_store(data); in read_vpoints()
H A Dr_vlines.c81 vector.layer[vec].rgbcol = NULL; in read_vlines()
263 vector.layer[vec].rgbcol = G_store(data); in read_vlines()
H A Dcatval.c57 vector.layer[vec].rgbcol, NULL, cvarr_rgb); in load_catval_array_rgb()
/dports/print/lyx/lyx-2.3.4.2/src/frontends/
H A DApplication.h211 virtual bool getRgbColor(ColorCode col, RGBColor & rgbcol) = 0;
213 static bool getRgbColorUncached(ColorCode col, RGBColor & rgbcol);
/dports/games/flying/flying-6.20/
H A Dxgraph.C231 RGBColor rgbcol; in ParseColor() local
233 if ( rgbcol.SetColor(name)==0 ) { in ParseColor()
234 col->red = rgbcol.red | (rgbcol.red <<8); in ParseColor()
235 col->green = rgbcol.green | (rgbcol.green<<8); in ParseColor()
236 col->blue = rgbcol.blue | (rgbcol.blue <<8); in ParseColor()
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DGuiApplication.cpp2768 rgbcol.r = 0; in getRgbColor()
2769 rgbcol.g = 0; in getRgbColor()
2770 rgbcol.b = 0; in getRgbColor()
2773 rgbcol.r = qcol.red(); in getRgbColor()
2774 rgbcol.g = qcol.green(); in getRgbColor()
2775 rgbcol.b = qcol.blue(); in getRgbColor()
2784 rgbcol.r = 0; in getRgbColorUncached()
2785 rgbcol.g = 0; in getRgbColorUncached()
2786 rgbcol.b = 0; in getRgbColorUncached()
2789 rgbcol.r = qcol.red(); in getRgbColorUncached()
[all …]
H A DGuiApplication.h74 bool getRgbColor(ColorCode col, RGBColor & rgbcol) override;
/dports/science/xcrysden/xcrysden-1.6.2/C/
H A DxcColorScheme.c63 extern float rgbcol[3][4];
382 bcol[COLSH_RGB].basecol[i][j] = rgbcol[i][j]; in AssignColorInit()
H A Dcolorplane.c50 float rgbcol[3][4] = { variable
185 bcol.basecol[i][j] = rgbcol[i][j]; in ColorPlane()
455 bcol.basecol[i][j] = rgbcol[i][j]; in GetIsoLine2D_Attributes()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/
H A Dtdfxfb.c743 u32 rgbcol; in tdfxfb_setcolreg() local
758 rgbcol = (((u32)red & 0xff00) << 8) | in tdfxfb_setcolreg()
761 do_setpalentry(par, regno, rgbcol); in tdfxfb_setcolreg()
766 rgbcol = (CNVT_TOHW(red, info->var.red.length) << in tdfxfb_setcolreg()
774 par->palette[regno] = rgbcol; in tdfxfb_setcolreg()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/
H A Dtdfxfb.c743 u32 rgbcol; in tdfxfb_setcolreg() local
758 rgbcol = (((u32)red & 0xff00) << 8) | in tdfxfb_setcolreg()
761 do_setpalentry(par, regno, rgbcol); in tdfxfb_setcolreg()
766 rgbcol = (CNVT_TOHW(red, info->var.red.length) << in tdfxfb_setcolreg()
774 par->palette[regno] = rgbcol; in tdfxfb_setcolreg()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/
H A Dtdfxfb.c743 u32 rgbcol; in tdfxfb_setcolreg() local
758 rgbcol = (((u32)red & 0xff00) << 8) | in tdfxfb_setcolreg()
761 do_setpalentry(par, regno, rgbcol); in tdfxfb_setcolreg()
766 rgbcol = (CNVT_TOHW(red, info->var.red.length) << in tdfxfb_setcolreg()
774 par->palette[regno] = rgbcol; in tdfxfb_setcolreg()
/dports/www/netsurf/netsurf-3.10/frontends/atari/plot/
H A Dplot.c1680 unsigned char rgbcol[4]; in plot_init() local
1702 rgbcol[1] = rgbcol[2] = rgbcol[3] = ((graytone&0x0F) << 4); in plot_init()
1703 rgb_to_vdi1000( &rgbcol[0], &pal[i][0] ); in plot_init()
/dports/graphics/darktable/darktable-3.6.1/data/kernels/
H A Ddemosaic_rcd.cl43 global float *rgbcol = rgb0;
44 if(color == 1) rgbcol = rgb1;
45 else if(color == 2) rgbcol = rgb2;
48 cfa[idx] = rgbcol[idx] = val;

12