Home
last modified time | relevance | path

Searched refs:trgb (Results 1 – 25 of 40) sorted by relevance

12

/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Depic12pixel.hxx76 s_clr.trgb.add(clr0.trgb, d_clr.trgb);
96 s_clr.trgb.add(clr0.trgb, d_clr.trgb);
112 clr0.trgb.mul_3param(s_clr.trgb, d_clr.trgb);
113 s_clr.trgb.add_with_clr_mul_3param(clr0.trgb, d_clr.trgb, s_clr.trgb);
115 clr0.trgb.mul_3param(s_clr.trgb, d_clr.trgb);
118 clr0.trgb.mul_3param(s_clr.trgb, d_clr.trgb);
119 s_clr.trgb.add(clr0.trgb, d_clr.trgb);
132 s_clr.trgb.add(clr0.trgb, d_clr.trgb);
162 s_clr.trgb.add_with_clr_mul_3param(clr0.trgb, d_clr.trgb, s_clr.trgb);
166 s_clr.trgb.add(clr0.trgb, d_clr.trgb);
[all …]
H A Depic12.h223 clr_t trgb; member
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Depic12pixel.hxx76 s_clr.trgb.add(clr0.trgb, d_clr.trgb);
96 s_clr.trgb.add(clr0.trgb, d_clr.trgb);
112 clr0.trgb.mul_3param(s_clr.trgb, d_clr.trgb);
113 s_clr.trgb.add_with_clr_mul_3param(clr0.trgb, d_clr.trgb, s_clr.trgb);
115 clr0.trgb.mul_3param(s_clr.trgb, d_clr.trgb);
118 clr0.trgb.mul_3param(s_clr.trgb, d_clr.trgb);
119 s_clr.trgb.add(clr0.trgb, d_clr.trgb);
132 s_clr.trgb.add(clr0.trgb, d_clr.trgb);
162 s_clr.trgb.add_with_clr_mul_3param(clr0.trgb, d_clr.trgb, s_clr.trgb);
166 s_clr.trgb.add(clr0.trgb, d_clr.trgb);
[all …]
H A Depic12.h223 clr_t trgb; member
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Primitives/
H A DColor.cs38 float[] trgb = { h + 1 / 3.0f, h, h - 1 / 3.0f }; in FromAhsl()
43 while (trgb[k] < 0) trgb[k] += 1.0f; in FromAhsl()
44 while (trgb[k] > 1) trgb[k] -= 1.0f; in FromAhsl()
49 if (trgb[k] < 1 / 6.0f) in FromAhsl()
50 rgb[k] = p + ((q - p) * 6 * trgb[k]); in FromAhsl()
51 else if (trgb[k] >= 1 / 6.0f && trgb[k] < 0.5) in FromAhsl()
53 else if (trgb[k] >= 0.5f && trgb[k] < 2.0f / 3) in FromAhsl()
54 rgb[k] = p + ((q - p) * 6 * (2.0f / 3 - trgb[k])); in FromAhsl()
/dports/games/macopix/macopix-1.7.4/src/
H A Dbmpwrite.c174 gchar trgb[4]; in WriteColorMap() local
178 trgb[3] = 0; in WriteColorMap()
181 trgb[0] = (guchar) blue[i]; in WriteColorMap()
182 trgb[1] = (guchar) green[i]; in WriteColorMap()
183 trgb[2] = (guchar) red[i]; in WriteColorMap()
184 Write (f, trgb, 4); in WriteColorMap()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/base/
H A Dblend_lch.hh67 float trgb[3]; member in BlendLCH
96 trgb[0] = (float(top[x]) + FormatInfo<T>::MIN)/FormatInfo<T>::RANGE; in blend()
97 trgb[1] = (float(top[x+1]) + FormatInfo<T>::MIN)/FormatInfo<T>::RANGE; in blend()
98 trgb[2] = (float(top[x+2]) + FormatInfo<T>::MIN)/FormatInfo<T>::RANGE; in blend()
102 img2lab->apply(trgb, tlab, 1); in blend()
/dports/math/vtk8/VTK-8.2.0/Rendering/Volume/
H A DvtkProjectedTetrahedraMapper.cxx337 double trgb[3]; in MapIndependentComponents() local
338 rgb->GetColor(s, trgb); in MapIndependentComponents()
339 c[0] = static_cast<ColorType>(trgb[0]); in MapIndependentComponents()
340 c[1] = static_cast<ColorType>(trgb[1]); in MapIndependentComponents()
341 c[2] = static_cast<ColorType>(trgb[2]); in MapIndependentComponents()
/dports/math/vtk6/VTK-6.2.0/Rendering/Volume/
H A DvtkProjectedTetrahedraMapper.cxx341 double trgb[3]; in MapIndependentComponents() local
342 rgb->GetColor(s[0], trgb); in MapIndependentComponents()
343 c[0] = static_cast<ColorType>(trgb[0]); in MapIndependentComponents()
344 c[1] = static_cast<ColorType>(trgb[1]); in MapIndependentComponents()
345 c[2] = static_cast<ColorType>(trgb[2]); in MapIndependentComponents()
/dports/math/vtk9/VTK-9.1.0/Rendering/Volume/
H A DvtkProjectedTetrahedraMapper.cxx349 double trgb[3]; in MapIndependentComponents() local
350 rgb->GetColor(s, trgb); in MapIndependentComponents()
351 c[0] = static_cast<ColorType>(trgb[0]); in MapIndependentComponents()
352 c[1] = static_cast<ColorType>(trgb[1]); in MapIndependentComponents()
353 c[2] = static_cast<ColorType>(trgb[2]); in MapIndependentComponents()
/dports/print/ghostscript7-base/ghostscript-7.07/gimp-print-4.2.7/src/main/
H A Dprint-color.c1352 unsigned short trgb[3]; in gray_to_rgb() local
1368 trgb[0] = in gray_to_rgb()
1369 trgb[1] = in gray_to_rgb()
1370 trgb[2] = i0 | (i0 << 8); in gray_to_rgb()
1385 trgb[0] = in gray_to_rgb()
1386 trgb[1] = in gray_to_rgb()
1387 trgb[2] = i0 | (i0 << 8); in gray_to_rgb()
1390 update_cmyk(trgb); in gray_to_rgb()
1391 rgbout[0] = lookup_value(trgb[0], lut->steps, lut->red, lut->shiftval, in gray_to_rgb()
1393 rgbout[1] = lookup_value(trgb[1], lut->steps, lut->green, lut->shiftval, in gray_to_rgb()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/file-bmp/
H A Dbmp-save.c90 gchar trgb[4]; in write_color_map() local
94 trgb[3] = 0; in write_color_map()
97 trgb[0] = (guchar) blue[i]; in write_color_map()
98 trgb[1] = (guchar) green[i]; in write_color_map()
99 trgb[2] = (guchar) red[i]; in write_color_map()
100 Write (f, trgb, 4); in write_color_map()
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/src/filter/keyspillm0pup/
H A Dkeyspillm0pup.c681 float_rgba trgb; member
873 p->trgb.r=p->tgt.r; in f0r_set_param_value()
874 p->trgb.g=p->tgt.g; in f0r_set_param_value()
875 p->trgb.b=p->tgt.b; in f0r_set_param_value()
1071 clean_tgt_m(sl, in->w, in->h, in->krgb, mask, in->am1, in->trgb); in f0r_update()
1096 clean_tgt_m(sl, in->w, in->h, in->krgb, mask, in->am2, in->trgb); in f0r_update()
/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/src/filter/keyspillm0pup/
H A Dkeyspillm0pup.c681 float_rgba trgb; member
873 p->trgb.r=p->tgt.r; in f0r_set_param_value()
874 p->trgb.g=p->tgt.g; in f0r_set_param_value()
875 p->trgb.b=p->tgt.b; in f0r_set_param_value()
1071 clean_tgt_m(sl, in->w, in->h, in->krgb, mask, in->am1, in->trgb); in f0r_update()
1096 clean_tgt_m(sl, in->w, in->h, in->krgb, mask, in->am2, in->trgb); in f0r_update()
/dports/graphics/frei0r-plugins-opencv/frei0r-1.7.0-18-g86475d3/src/filter/keyspillm0pup/
H A Dkeyspillm0pup.c681 float_rgba trgb; member
873 p->trgb.r=p->tgt.r; in f0r_set_param_value()
874 p->trgb.g=p->tgt.g; in f0r_set_param_value()
875 p->trgb.b=p->tgt.b; in f0r_set_param_value()
1071 clean_tgt_m(sl, in->w, in->h, in->krgb, mask, in->am1, in->trgb); in f0r_update()
1096 clean_tgt_m(sl, in->w, in->h, in->krgb, mask, in->am2, in->trgb); in f0r_update()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DRay.cpp5696 float trgb[3]; in RayRender() local
5700 inp = (trgb[0] + trgb[1] + trgb[2]) / 3.0F; in RayRender()
5705 trgb[0] *= sig; in RayRender()
5706 trgb[1] *= sig; in RayRender()
5707 trgb[2] *= sig; in RayRender()
5708 if(trgb[0] > 1.0F) in RayRender()
5709 trgb[0] = 1.0F; in RayRender()
5710 if(trgb[1] > 1.0F) in RayRender()
5711 trgb[1] = 1.0F; in RayRender()
5712 if(trgb[2] > 1.0F) in RayRender()
[all …]
/dports/cad/zcad/zcad-8b8a693/environment/runtimefiles/common/languages/
H A Drtzcad.ru.po3702 #: zcadexternal.trgb~a
3706 #: zcadexternal.trgb~b
3707 msgctxt "zcadexternal.trgb~b"
3711 #: zcadexternal.trgb~g
3712 msgctxt "zcadexternal.trgb~g"
3716 #: zcadexternal.trgb~r
3717 msgctxt "zcadexternal.trgb~r"
H A Drtzcad.po4040 #: zcadexternal.trgb~a
4044 #: zcadexternal.trgb~b
4045 msgctxt "zcadexternal.trgb~b"
4049 #: zcadexternal.trgb~g
4050 msgctxt "zcadexternal.trgb~g"
4054 #: zcadexternal.trgb~r
4055 msgctxt "zcadexternal.trgb~r"
/dports/www/R-cran-bslib/bslib/inst/lib/bs-colorpicker/js/
H A Dbootstrap-colorpicker.js.map1trgb: {channels: 3, labels: 'rgb'},\n\thsl: {channels: 3, labels: 'hsl'},\n\thsv: {channels: 3, la…
H A Dbootstrap-colorpicker.min.js.map1trgb: {channels: 3, labels: 'rgb'},\n\thsl: {channels: 3, labels: 'hsl'},\n\thsv: {channels: 3, la…
/dports/graphics/libsixel/sixel-1.8.6/converters/
H A DMakefile.am136 …$(WINE) $(builddir)/img2sixel -I -c2000x100+40+20 -wauto -h200 -qhigh -dfs -rbilinear -trgb $(top_…
/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DObjectMolecule.cpp7155 unsigned int trgb; in ObjectMoleculeChemPyModel2CoordSet() local
7156 ok = PConvPyObjectToInt(tmp, (signed int *) &trgb); in ObjectMoleculeChemPyModel2CoordSet()
7161 sprintf(color_name, "0x%08x", trgb); in ObjectMoleculeChemPyModel2CoordSet()
7170 unsigned int trgb; in ObjectMoleculeChemPyModel2CoordSet() local
7171 ok = PConvPyObjectToInt(tmp, (signed int *) &trgb); in ObjectMoleculeChemPyModel2CoordSet()
7176 sprintf(color_name, "0x%08x", trgb); in ObjectMoleculeChemPyModel2CoordSet()
7199 unsigned int trgb; in ObjectMoleculeChemPyModel2CoordSet() local
7200 ok = PConvPyObjectToInt(tmp, (signed int *) &trgb); in ObjectMoleculeChemPyModel2CoordSet()
7205 sprintf(color_name, "0x%08x", trgb); in ObjectMoleculeChemPyModel2CoordSet()
7239 unsigned int trgb; in ObjectMoleculeChemPyModel2CoordSet() local
[all …]
/dports/security/putty/putty-0.76/windows/
H A Dwindow.c3654 struct optionalrgb trgb; in do_text_internal() local
3660 trgb = truecolour.fg; in do_text_internal()
3662 truecolour.bg = trgb; in do_text_internal()
/dports/security/putty-nogtk/putty-0.76/windows/
H A Dwindow.c3654 struct optionalrgb trgb; in do_text_internal() local
3660 trgb = truecolour.fg; in do_text_internal()
3662 truecolour.bg = trgb; in do_text_internal()
/dports/security/putty/putty-0.76/unix/
H A Dgtkwin.c3690 struct optionalrgb trgb; in do_text_internal() local
3696 trgb = truecolour.fg; in do_text_internal()
3698 truecolour.bg = trgb; in do_text_internal()

12