Home
last modified time | relevance | path

Searched refs:colorFunction (Results 1 – 25 of 49) sorted by relevance

12

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnzext/
H A Dmeshutils.cpp33 ColorFunction colorFunction) { in tglDrawEdges() argument
47 colorFunction.edgeColor(et.index(), -1); in tglDrawEdges()
49 colorFunction.vertexColor(v0, -1); in tglDrawEdges()
53 colorFunction.vertexColor(v1, -1); in tglDrawEdges()
65 ColorFunction colorFunction) { in tglDrawFaces() argument
84 colorFunction.faceColor(ft.index(), m); in tglDrawFaces()
132 colorFunction.faceColor(f, m); in tglDrawFaces()
290 tglDrawFaces(image, group, colorFunction); in tglDrawSO()
292 tglDrawFaces(image, colorFunction); in tglDrawSO()
310 tglDrawFaces(image, group, colorFunction); in tglDrawRigidity()
[all …]
/dports/math/vtk9/VTK-9.1.0/Rendering/Volume/Testing/Cxx/
H A DTestGPURayCastRenderDepthToImage2.cxx47 vtkNew<vtkColorTransferFunction> colorFunction; in TestGPURayCastRenderDepthToImage2() local
48 colorFunction->AddRGBPoint(37.35310363769531, 0.231373, 0.298039, 0.752941); in TestGPURayCastRenderDepthToImage2()
49 colorFunction->AddRGBPoint(157.0909652709961, 0.865003, 0.865003, 0.865003); in TestGPURayCastRenderDepthToImage2()
50 colorFunction->AddRGBPoint(276.8288269042969, 0.705882, 0.0156863, 0.14902); in TestGPURayCastRenderDepthToImage2()
66 volumeProperty->SetColor(colorFunction); in TestGPURayCastRenderDepthToImage2()
H A DTestGPURayCastRenderToTexture.cxx58 vtkNew<vtkColorTransferFunction> colorFunction; in TestGPURayCastRenderToTexture() local
59 colorFunction->AddRGBPoint(900.0, 198 / 255.0, 134 / 255.0, 66 / 255.0); in TestGPURayCastRenderToTexture()
73 volumeProperty->SetColor(colorFunction); in TestGPURayCastRenderToTexture()
H A DTestGPURayCastRenderDepthToImage.cxx58 vtkNew<vtkColorTransferFunction> colorFunction; in TestGPURayCastRenderDepthToImage() local
59 colorFunction->AddRGBPoint(900.0, 198 / 255.0, 134 / 255.0, 66 / 255.0); in TestGPURayCastRenderDepthToImage()
73 volumeProperty->SetColor(colorFunction); in TestGPURayCastRenderDepthToImage()
/dports/math/vtk8/VTK-8.2.0/Rendering/Volume/Testing/Cxx/
H A DTestGPURayCastRenderDepthToImage2.cxx47 vtkNew<vtkColorTransferFunction> colorFunction; in TestGPURayCastRenderDepthToImage2() local
48 colorFunction->AddRGBPoint(37.35310363769531, 0.231373, 0.298039, 0.752941); in TestGPURayCastRenderDepthToImage2()
49 colorFunction->AddRGBPoint(157.0909652709961, 0.865003, 0.865003, 0.865003); in TestGPURayCastRenderDepthToImage2()
50 colorFunction->AddRGBPoint(276.8288269042969, 0.705882, 0.0156863, 0.14902); in TestGPURayCastRenderDepthToImage2()
66 volumeProperty->SetColor(colorFunction); in TestGPURayCastRenderDepthToImage2()
H A DTestGPURayCastRenderToTexture.cxx58 vtkNew<vtkColorTransferFunction> colorFunction; in TestGPURayCastRenderToTexture() local
59 colorFunction->AddRGBPoint(900.0, 198/255.0, 134/255.0, 66/255.0); in TestGPURayCastRenderToTexture()
73 volumeProperty->SetColor(colorFunction); in TestGPURayCastRenderToTexture()
H A DTestGPURayCastRenderDepthToImage.cxx58 vtkNew<vtkColorTransferFunction> colorFunction; in TestGPURayCastRenderDepthToImage() local
59 colorFunction->AddRGBPoint(900.0, 198/255.0, 134/255.0, 66/255.0); in TestGPURayCastRenderDepthToImage()
73 volumeProperty->SetColor(colorFunction); in TestGPURayCastRenderDepthToImage()
/dports/math/vtk8/VTK-8.2.0/Filters/HyperTree/Testing/Cxx/
H A DTestHyperTreeGridTernaryHyperbola.cxx75 vtkNew<vtkColorTransferFunction> colorFunction; in TestHyperTreeGridTernaryHyperbola() local
76 colorFunction->AddRGBSegment( -30., 0., 0., 1., in TestHyperTreeGridTernaryHyperbola()
78 colorFunction->AddRGBSegment( VTK_DBL_MIN, 1., 1., 0., in TestHyperTreeGridTernaryHyperbola()
86 mapper1->SetLookupTable( colorFunction ); in TestHyperTreeGridTernaryHyperbola()
116 scalarBar->SetLookupTable( colorFunction ); in TestHyperTreeGridTernaryHyperbola()
H A DTestHyperTreeGridBinaryHyperbolicParaboloidMaterial.cxx66 vtkNew<vtkColorTransferFunction> colorFunction; in TestHyperTreeGridBinaryHyperbolicParaboloidMaterial() local
67 colorFunction->AddRGBSegment( -90., 0., .4, 1., in TestHyperTreeGridBinaryHyperbolicParaboloidMaterial()
76 mapper1->SetLookupTable( colorFunction ); in TestHyperTreeGridBinaryHyperbolicParaboloidMaterial()
93 scalarBar->SetLookupTable( colorFunction ); in TestHyperTreeGridBinaryHyperbolicParaboloidMaterial()
H A DTestHyperTreeGridBinaryEllipseMaterial.cxx80 vtkNew<vtkColorTransferFunction> colorFunction; in TestHyperTreeGridBinaryEllipseMaterial() local
81 colorFunction->AddHSVSegment( -90., .667, 1., 1., in TestHyperTreeGridBinaryEllipseMaterial()
89 mapper1->SetLookupTable( colorFunction ); in TestHyperTreeGridBinaryEllipseMaterial()
119 scalarBar->SetLookupTable( colorFunction ); in TestHyperTreeGridBinaryEllipseMaterial()
/dports/math/vtk9/VTK-9.1.0/Filters/HyperTree/Testing/Cxx/
H A DTestHyperTreeGridTernaryHyperbola.cxx75 vtkNew<vtkColorTransferFunction> colorFunction; in TestHyperTreeGridTernaryHyperbola() local
76 colorFunction->AddRGBSegment(-30., 0., 0., 1., 0., 0., 1., 1.); in TestHyperTreeGridTernaryHyperbola()
77 colorFunction->AddRGBSegment(VTK_DBL_MIN, 1., 1., 0., 30., 1., 0., 0.); in TestHyperTreeGridTernaryHyperbola()
84 mapper1->SetLookupTable(colorFunction); in TestHyperTreeGridTernaryHyperbola()
115 scalarBar->SetLookupTable(colorFunction); in TestHyperTreeGridTernaryHyperbola()
H A DTestHyperTreeGridBinaryHyperbolicParaboloidMaterial.cxx63 vtkNew<vtkColorTransferFunction> colorFunction; in TestHyperTreeGridBinaryHyperbolicParaboloidMaterial() local
64 colorFunction->AddRGBSegment(-90., 0., .4, 1., 0., 1., .4, 0.); in TestHyperTreeGridBinaryHyperbolicParaboloidMaterial()
72 mapper1->SetLookupTable(colorFunction); in TestHyperTreeGridBinaryHyperbolicParaboloidMaterial()
89 scalarBar->SetLookupTable(colorFunction); in TestHyperTreeGridBinaryHyperbolicParaboloidMaterial()
H A DTestHyperTreeGridBinaryEllipseMaterial.cxx80 vtkNew<vtkColorTransferFunction> colorFunction; in TestHyperTreeGridBinaryEllipseMaterial() local
81 colorFunction->AddHSVSegment(-90., .667, 1., 1., 0., 0., 1., 1.); in TestHyperTreeGridBinaryEllipseMaterial()
88 mapper1->SetLookupTable(colorFunction); in TestHyperTreeGridBinaryEllipseMaterial()
118 scalarBar->SetLookupTable(colorFunction); in TestHyperTreeGridBinaryEllipseMaterial()
/dports/math/vtk6/VTK-6.2.0/Filters/HyperTree/Testing/Cxx/
H A DTestHyperTreeGridTernaryHyperbola.cxx73 vtkNew<vtkColorTransferFunction> colorFunction; in TestHyperTreeGridTernaryHyperbola() local
74 colorFunction->AddRGBSegment( -30., 0., 0., 1., in TestHyperTreeGridTernaryHyperbola()
76 colorFunction->AddRGBSegment( VTK_DBL_MIN, 1., 1., 0., in TestHyperTreeGridTernaryHyperbola()
85 mapper1->SetLookupTable( colorFunction.GetPointer() ); in TestHyperTreeGridTernaryHyperbola()
115 scalarBar->SetLookupTable( colorFunction.GetPointer() ); in TestHyperTreeGridTernaryHyperbola()
H A DTestHyperTreeGridBinaryHyperbolicParaboloidMaterial.cxx64 vtkNew<vtkColorTransferFunction> colorFunction; in TestHyperTreeGridBinaryHyperbolicParaboloidMaterial() local
65 colorFunction->AddRGBSegment( -90., 0., .4, 1., in TestHyperTreeGridBinaryHyperbolicParaboloidMaterial()
75 mapper1->SetLookupTable( colorFunction.GetPointer() ); in TestHyperTreeGridBinaryHyperbolicParaboloidMaterial()
92 scalarBar->SetLookupTable( colorFunction.GetPointer() ); in TestHyperTreeGridBinaryHyperbolicParaboloidMaterial()
H A DTestHyperTreeGridBinaryEllipseMaterial.cxx77 vtkNew<vtkColorTransferFunction> colorFunction; in TestHyperTreeGridBinaryEllipseMaterial() local
78 colorFunction->AddHSVSegment( -90., .667, 1., 1., in TestHyperTreeGridBinaryEllipseMaterial()
87 mapper1->SetLookupTable( colorFunction.GetPointer() ); in TestHyperTreeGridBinaryEllipseMaterial()
117 scalarBar->SetLookupTable( colorFunction.GetPointer() ); in TestHyperTreeGridBinaryEllipseMaterial()
/dports/math/fricas/fricas-1.3.7/src/input/
H A Ddraw.input39 draw(cos(x*y),x = -3..3,y = -3..3,colorFunction == colorFunction1)
42 draw(cos(x*y),x = -3..3,y = -3..3,colorFunction == colorFunction2)
45 draw(cos(x*y),x = -3..3,y = -3..3,colorFunction == colorFunction3)
49 colorFunction == colorFunction2,title == "Sphere")
H A Ddrawcfun.input56 draw(l,-3..3,-3..3,colorFunction == colorFunction1)
59 draw(l,-3..3,-3..3,colorFunction == colorFunction2)
62 draw(l,-3..3,-3..3,colorFunction == colorFunction3)
67 colorFunction == colorFunction2,title == "Sphere")
H A Ddropt.input56 draw(m,0..2*%pi,0..%pi,colorFunction == colorFxn1,title == "color = x*sin(x)",coordinates == spheri…
59 draw(m,0..2*%pi,0..%pi,colorFunction == colorFxn2,title == "color = x^2 - y^2",coordinates == spher…
62 draw(m,0..2*%pi,0..%pi,colorFunction == colorFxn3,title == "color = sin(x*z)+cos(y*z)",coordinates …
H A Ddrawx.input21 draw(cos(x*y),x = -3..3, y = -3..3, colorFunction == colorFxn)
27 draw(cos(x*y),x = -3..3, y = -3..3, colorFunction == colorFxn)
H A Ddrawcx.input26 draw(l,-3..3,-3..3, colorFunction == colorFxn)
34 draw(surface(n1,n2,n3),-4..4,0..2*%pi, colorFunction == colorFxn)
H A Dribbons.input11 var2Steps == 1, colorFunction == (x,y) +-> color,
H A Dconformal.input69 makeObject(c, vRange::Segment Float, colorFunction == cf, space == sp, _
79 makeObject(c, uRange::Segment Float, colorFunction == cf, space == sp, _
146 colorFunction == cf)
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/cg/
H A DGradientCG.cpp65 …RetainPtr<CGFunctionRef> colorFunction(AdoptCF, CGFunctionCreate(this, 1, intervalRanges, 4, color… in platformGradient() local
70 …m_gradient = CGShadingCreateRadial(colorSpace, m_p0, m_r0, m_p1, m_r1, colorFunction.get(), true, … in platformGradient()
72 m_gradient = CGShadingCreateAxial(colorSpace, m_p0, m_p1, colorFunction.get(), true, true); in platformGradient()
/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Ddrawopt.spad5 ++ pointColor, curveColor, colorFunction, tubeRadius, range, ranges,
66 colorFunction : (SF -> SF) -> %
67 ++ colorFunction(f(z)) specifies the color based upon the z-component of
69 colorFunction : ((SF, SF) -> SF) -> %
72 ++ in the form \spad{colorFunction == f(u, v)}.
73 colorFunction : ((SF, SF, SF) -> SF) -> %
74 ++ colorFunction(f(x, y, z)) specifies the color for three dimensional
76 ++ form \spad{colorFunction == f(x, y, z)}.
164 colorFunction(f : SF -> SF) == ['colorFunction1, f::Any]
165 colorFunction(f : (SF, SF) -> SF) == ['colorFunction2, f::Any]
[all …]

12