Home
last modified time | relevance | path

Searched refs:DefineColor (Results 1 – 25 of 30) sorted by relevance

12

/dports/games/pioneer/pioneer-20210723/src/
H A DRandomColor.cpp200 …void RandomColor::DefineColor(ColorScheme scheme, Point hueRange, const Point *lowerBounds, const … in DefineColor() function in RandomColorGenerator::RandomColor
222 DefineColor( in LoadColorBounds()
229 DefineColor( in LoadColorBounds()
236 DefineColor( in LoadColorBounds()
243 DefineColor( in LoadColorBounds()
250 DefineColor( in LoadColorBounds()
257 DefineColor( in LoadColorBounds()
264 DefineColor( in LoadColorBounds()
271 DefineColor( in LoadColorBounds()
H A DRandomColor.h162 …static void DefineColor(ColorScheme scheme, Point hueRange, const Point *lowerBounds, const size_t…
/dports/math/spot/spot-2.10.2/bench/dtgbasat/
H A Dgen.py96 class DefineColor(CommandBase): class
706 doc.append(DefineColor(
708 doc.append(DefineColor(arguments=Arguments('Green', 'rgb', '0.4, 1, 0.4')))
709 doc.append(DefineColor(arguments=Arguments('Red', 'rgb', '0.8, 0, 0')))
710 doc.append(DefineColor(arguments=Arguments('Yelw', 'rgb', '1, 0.98, 0.4')))
711 doc.append(DefineColor(arguments=Arguments('Purpl', 'rgb', '1, 0.6, 1')))
/dports/math/py-spot/spot-2.10.2/bench/dtgbasat/
H A Dgen.py96 class DefineColor(CommandBase): class
706 doc.append(DefineColor(
708 doc.append(DefineColor(arguments=Arguments('Green', 'rgb', '0.4, 1, 0.4')))
709 doc.append(DefineColor(arguments=Arguments('Red', 'rgb', '0.8, 0, 0')))
710 doc.append(DefineColor(arguments=Arguments('Yelw', 'rgb', '1, 0.98, 0.4')))
711 doc.append(DefineColor(arguments=Arguments('Purpl', 'rgb', '1, 0.6, 1')))
/dports/cad/jspice3/jspice3-2.5/src/include/
H A Dplotdev.h44 int (*DefineColor)(int,double,double,double); member
81 int (*DefineColor)(); member
/dports/cad/ngspice_rework/ngspice-35/src/frontend/
H A Ddisplay.h23 void DefineColor(int colorid, double red, double green, double blue);
H A Ddisplay.c265 DefineColor(int colorid, double red, double green, double blue) in DefineColor() function
267 dispdev->DefineColor (colorid, red, green, blue); in DefineColor()
/dports/cad/ngspice_rework/ngspice-35/src/include/ngspice/
H A Dftedev.h52 disp_fn_DefineColor_t *DefineColor; member
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Graphics/
H A DCustomGeometry.pkg21 void DefineColor(const Color& color);
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DCustomGeometry.h82 void DefineColor(const Color& color);
H A DCustomGeometry.cpp276 void CustomGeometry::DefineColor(const Color& color) in DefineColor() function in Urho3D::CustomGeometry
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/Scripts/Editor/
H A DEditorParticleEffect.as942 …particleEffectPreviewGrid.DefineColor(lineCenter ? gridZColor : (lineSubdiv ? gridSubdivisionColor…
944 …particleEffectPreviewGrid.DefineColor(lineCenter ? gridZColor : (lineSubdiv ? gridSubdivisionColor…
947 …particleEffectPreviewGrid.DefineColor(lineCenter ? gridXColor : (lineSubdiv ? gridSubdivisionColor…
949 …particleEffectPreviewGrid.DefineColor(lineCenter ? gridXColor : (lineSubdiv ? gridSubdivisionColor…
954 …particleEffectPreviewGrid.DefineColor(lineCenter ? gridYColor : (lineSubdiv ? gridSubdivisionColor…
956 …particleEffectPreviewGrid.DefineColor(lineCenter ? gridYColor : (lineSubdiv ? gridSubdivisionColor…
959 …particleEffectPreviewGrid.DefineColor(lineCenter ? gridXColor : (lineSubdiv ? gridSubdivisionColor…
961 …particleEffectPreviewGrid.DefineColor(lineCenter ? gridXColor : (lineSubdiv ? gridSubdivisionColor…
H A DEditorView.as1192 … grid.DefineColor(lineCenter ? gridZColor : (lineSubdiv ? gridSubdivisionColor : gridColor));
1194 … grid.DefineColor(lineCenter ? gridZColor : (lineSubdiv ? gridSubdivisionColor : gridColor));
1197 … grid.DefineColor(lineCenter ? gridXColor : (lineSubdiv ? gridSubdivisionColor : gridColor));
1199 … grid.DefineColor(lineCenter ? gridXColor : (lineSubdiv ? gridSubdivisionColor : gridColor));
1204 … grid.DefineColor(lineCenter ? gridYColor : (lineSubdiv ? gridSubdivisionColor : gridColor));
1206 … grid.DefineColor(lineCenter ? gridYColor : (lineSubdiv ? gridSubdivisionColor : gridColor));
1209 … grid.DefineColor(lineCenter ? gridXColor : (lineSubdiv ? gridSubdivisionColor : gridColor));
1211 … grid.DefineColor(lineCenter ? gridXColor : (lineSubdiv ? gridSubdivisionColor : gridColor));
H A DEditorTerrain.as51 customGeometry.DefineColor(Color(0, 1, 0));
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DDraw_Window.hxx123 Standard_EXPORT static Standard_Boolean DefineColor (const Standard_Integer theIndex,
H A DDraw_Viewer.hxx44 Standard_EXPORT Standard_Boolean DefineColor (const Standard_Integer i,
/dports/cad/opencascade/opencascade-7.6.0/src/Draw/
H A DDraw_Window.hxx123 Standard_EXPORT static Standard_Boolean DefineColor (const Standard_Integer theIndex,
H A DDraw_Viewer.hxx44 Standard_EXPORT Standard_Boolean DefineColor (const Standard_Integer i,
H A DDraw_Window_1.mm304 //function :DefineColor
307 Standard_Boolean Draw_Window::DefineColor (const Standard_Integer , Standard_CString ) function
H A DDraw.cxx401 if (!dout.DefineColor (i, ColorNames[i])) in Draw_Appli()
H A DDraw_Viewer.cxx78 Standard_Boolean Draw_Viewer::DefineColor (const Standard_Integer i, const char* colname) in DefineColor() function in Draw_Viewer
81 return Draw_Window::DefineColor(i,colname); in DefineColor()
H A DDraw_GraphicCommands.cxx639 else if (!dout.DefineColor(Draw::Atoi(a[1]),a[2])) { in color()
/dports/cad/ngspice_rework/ngspice-35/src/
H A DpkgIndex.tcl.in69 puts "DefineColor $colorid $red $green $blue"
/dports/cad/jspice3/jspice3-2.5/src/lib/plot/
H A Ddisplay.c326 (void)(*(dispdev->DefineColor))(colorid, red, green, blue);
/dports/editors/fte/fte/src/
H A Dcfte.cpp617 static int DefineColor(char *name, char *value) { in DefineColor() function
1671 if (DefineColor(sname, svalue) != 1) in ParseConfigFile()

12