Home
last modified time | relevance | path

Searched refs:Color3c (Results 1 – 11 of 11) sorted by relevance

/dports/math/Imath/Imath-3.1.4/src/python/PyImath/
H A DPyImathColor.h29 typedef FixedArray<IMATH_NAMESPACE::Color3c> C3cArray;
217 typedef C3<unsigned char, int> Color3c; typedef
219 typedef Color3c C3c;
H A Dimathmodule.cpp518 class_<FixedArray<IMATH_NAMESPACE::Color3c> > c3c_class = register_Color3Array<unsigned char>(); in BOOST_PYTHON_MODULE()
/dports/math/Imath/Imath-3.1.4/docs/classes/
H A DColor3.rst24 .. doxygentypedef:: Color3c
/dports/graphics/alembic/alembic-1.8.3/python/PyAlembic/Tests/
H A DbuildTestData.py43 C3c = Color3c
157 WRITES (C3cTPTraits, Color3c (1, 2, 3))
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/Imath/
H A DImathColor.h274 typedef Color3<unsigned char> Color3c; typedef
/dports/graphics/povray37/povray-3.7.0.10/libraries/ilmbase/Imath/
H A DImathColor.h274 typedef Color3<unsigned char> Color3c; typedef
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/Imath/
H A DImathColor.h274 typedef Color3<unsigned char> Color3c; typedef
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/Imathx/
H A DImathColor.h282 typedef Color3<unsigned char> Color3c; typedef
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/Imathx/
H A DImathColor.h282 typedef Color3<unsigned char> Color3c; typedef
/dports/math/Imath/Imath-3.1.4/src/Imath/
H A DImathColor.h274 typedef Color3<unsigned char> Color3c; typedef
/dports/math/Imath/Imath-3.1.4/src/python/PyImathTest/
H A DpyImathTest.in7598 testColor3x (Color3c, 255)
7784 v2 = Color3c (v1)
7822 testColor3xConversions (Color3c)
7839 testColor3xColor4xConversion (Color3c, Color4f)
8319 testC3xArray (C3cArray, Color3c, UnsignedCharArray)