Home
last modified time | relevance | path

Searched refs:surface_color (Results 1 – 22 of 22) sorted by relevance

/dports/devel/py-game/pygame-2.1.0/test/
H A Ddraw_test.py995 surface.fill(surface_color)
1008 surface.fill(surface_color)
1628 surface.fill(surface_color)
2360 surface.fill(surface_color)
2920 surface.fill(surface_color)
3735 surface.fill(surface_color)
4361 surface.fill(surface_color)
4977 surface.fill(surface_color)
5685 surface.fill(surface_color)
5732 surface.fill(surface_color)
[all …]
H A Dmask_test.py2584 surface.fill(surface_color)
2631 surface.fill(surface_color)
2817 surface.fill(surface_color)
2873 surface.fill(surface_color)
3085 surface.fill(surface_color)
3244 surface.fill(surface_color)
4447 surface.fill(surface_color)
6137 surface_color[3] = a
6178 surface_color[3] = a
6275 surface_color = (50, 100, 200)
[all …]
H A Dpixelarray_test.py92 surface_color = (127, 127, 127, 255)
100 surf_a.fill(surface_color)
/dports/math/py-Diofant/Diofant-0.13.0/diofant/tests/external/
H A Dtest_plot.py271 p[0].surface_color = lambda a: a
273 p[0].surface_color = lambda a, b: b
275 p[0].surface_color = lambda a, b, c: c
277 p[0].surface_color = lambda a, b, c: sqrt((a - 3*pi)**2 + b**2)
283 p[0].surface_color = lambda a: a
285 p[0].surface_color = lambda a, b: a*b
287 p[0].surface_color = lambda a, b, c: sqrt(a**2 + b**2 + c**2)
/dports/math/py-sympy/sympy-1.9/sympy/plotting/tests/
H A Dtest_plot.py303 p[0].surface_color = lambda a: a
306 p[0].surface_color = lambda a, b: b
309 p[0].surface_color = lambda a, b, c: c
319 p[0].surface_color = lambda a: a
322 p[0].surface_color = lambda a, b: a*b
717 surface_color=lambda a, b: a**2 + b**2)
720 surface_color=1)
723 surface_color="r")
725 surface_color=lambda a, b: a**2 + b**2)
726 plot3d(x*y, (x, -5, 5), (y, -5, 5), surface_color=1)
[all …]
/dports/science/py-dipy/dipy-1.4.1/doc/examples/
H A Dviz_roi_contour.py72 surface_color = [0, 1, 1] variable
75 surface_color, surface_opacity)
H A Dpath_length_map.py82 surface_color = [0, 1, 1] variable
84 surface_color, surface_opacity)
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/shaders/
H A Dglsl-orangebook-ch06-bump.c58 static const float surface_color[3] = {0.7, 0.6, 0.18}; in piglit_display() local
84 glUniform3fv(surface_color_location, 1, surface_color); in piglit_display()
/dports/games/flightgear-data/fgdata/Nasal/canvas/map/
H A DRWY.symbol9 surface_color: canvas.SURFACECOLORS,
44 var clr = me.style.surface_color[rw1.surface];
150 var clr = me.style.surface_color[hp.surface];
H A DTAXI.lcontroller12 surface_color: canvas.SURFACECOLORS,
H A DTAXI.symbol29 var clr = me.style.surface_color[taxi.surface];
/dports/science/py-pymol/pymol-open-source-2.4.0/examples/cookbook/
H A Dmulticlip_ray.pml27 set surface_color, white
/dports/math/py-Diofant/Diofant-0.13.0/diofant/plotting/
H A Dplot.py634 self.surface_color = None
638 c = self.surface_color
676 self.surface_color = kwargs.get('surface_color', None)
715 self.surface_color = kwargs.get('surface_color', None)
827 if s.is_3Dsurface and s.surface_color:
/dports/math/py-sympy/sympy-1.9/examples/beginner/
H A Dplot_examples.py27 g[0].surface_color = lambda x, y: sin(x)
/dports/math/py-sympy/sympy-1.9/sympy/plotting/
H A Dplot.py1003 self.surface_color = None
1007 c = self.surface_color
1045 self.surface_color = kwargs.get('surface_color', None)
1094 self.surface_color = kwargs.get('surface_color', None)
1377 … if isinstance(s.surface_color, (float, int)) or isinstance(s.surface_color, Callable):
1382 collection.set_color(s.surface_color)
/dports/science/jmol/jmol-14.32.7/src/org/jmol/adapter/readers/pymol/
H A DPyMOL.java782 final static int surface_color = 144; field in PyMOL
6265 case surface_color: in getDefaultSetting()
H A DPyMOLScene.java315 surfaceColor = (int) floatSetting(PyMOL.surface_color); in getObjectSettings()
1410 …setUniqueObjects(JC.SHAPE_ISOSURFACE, bs, PyMOL.surface_color, surfaceColor, PyMOL.transparency, t… in createShapeObject()
1416 …setUniqueObjects(JC.SHAPE_ISOSURFACE, bs, PyMOL.surface_color, surfaceColor, PyMOL.transparency, t… in createShapeObject()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/macros/
H A D%h_p.sci825 if size(h.surface_color,"*") > 10 then
826 c="matrix "+strcat(string(size(h.surface_color)),"x")
828 c=sci2exp(h.surface_color,0)
829 if length(c)>70 then c="matrix "+strcat(string(size(h.surface_color)),"x"),end
849 "surface_color = "+c
/dports/science/py-pymol/pymol-open-source-2.4.0/test/dat/
H A Dembed06.p1m117 set surface_color, white
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DSettingInfo.h229 REC_c( 144, surface_color , atom , "-1" ),
/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DRepSurface.cpp2211 int surface_color; in RepSurfaceColor() local
2243 surface_color = in RepSurfaceColor()
2320 if(ColorCheckRamped(G, surface_color)) { in RepSurfaceColor()
2707 int at_surface_color = AtomSettingGetWD(G, ai0, cSetting_surface_color, surface_color); in RepSurfaceColor()
/dports/science/py-pymol/pymol-open-source-2.4.0/
H A DChangeLog4750 * surface_color and mesh_color override the default atom colors