Home
last modified time | relevance | path

Searched refs:Color3 (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/dports/math/Imath/Imath-3.1.4/src/python/PyImath/
H A DPyImathColor3.cpp184 iadd(Color3<T> &color, const Color3<T> &color2) in iadd()
192 add(Color3<T> &color, const Color3<T> &color2) in add()
222 isub(Color3<T> &color, const Color3<T> &color2) in isub()
230 sub(Color3<T> &color, const Color3<T> &color2) in sub()
300 imul(Color3<T> &color, const Color3<T> &color2) in imul()
316 mul(Color3<T> &color, const Color3<T> &color2) in mul()
353 idiv(Color3<T> &color, const Color3<T> &color2) in idiv()
369 div(Color3<T> &color, const Color3<T> &color2) in div()
481 setValue2(Color3<T> &color, const Color3<T> &v) in setValue2()
507 lessThan(Color3<T> &v, const Color3<T> &w) in lessThan()
[all …]
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/Imath/
H A DImathColor.h71 Color3 (const Color3 &c);
82 Color3 operator + (const Color3 &c) const;
90 Color3 operator - (const Color3 &c) const;
293 Color3<T>::Color3 (): Vec3 <T> () in Color3() function
300 Color3<T>::Color3 (T a): Vec3 <T> (a) in Color3() function
314 Color3<T>::Color3 (const Color3 &c): Vec3 <T> (c) in Color3() function
329 Color3<T>::operator = (const Color3 &c)
337 Color3<T>::operator += (const Color3 &c)
352 Color3<T>::operator -= (const Color3 &c)
382 Color3<T>::operator *= (const Color3 &c)
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/ilmbase/Imath/
H A DImathColor.h71 Color3 (const Color3 &c);
82 Color3 operator + (const Color3 &c) const;
90 Color3 operator - (const Color3 &c) const;
293 Color3<T>::Color3 (): Vec3 <T> () in Color3() function
300 Color3<T>::Color3 (T a): Vec3 <T> (a) in Color3() function
314 Color3<T>::Color3 (const Color3 &c): Vec3 <T> (c) in Color3() function
329 Color3<T>::operator = (const Color3 &c)
337 Color3<T>::operator += (const Color3 &c)
352 Color3<T>::operator -= (const Color3 &c)
382 Color3<T>::operator *= (const Color3 &c)
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/Imath/
H A DImathColor.h71 Color3 (const Color3 &c);
82 Color3 operator + (const Color3 &c) const;
90 Color3 operator - (const Color3 &c) const;
293 Color3<T>::Color3 (): Vec3 <T> () in Color3() function
300 Color3<T>::Color3 (T a): Vec3 <T> (a) in Color3() function
314 Color3<T>::Color3 (const Color3 &c): Vec3 <T> (c) in Color3() function
329 Color3<T>::operator = (const Color3 &c)
337 Color3<T>::operator += (const Color3 &c)
352 Color3<T>::operator -= (const Color3 &c)
382 Color3<T>::operator *= (const Color3 &c)
[all …]
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/Imathx/
H A DImathColor.h79 IMATH_HOSTDEVICE Color3 (const Color3 &c);
301 Color3<T>::Color3 (): Vec3 <T> () in Color3() function
308 Color3<T>::Color3 (T a): Vec3 <T> (a) in Color3() function
322 Color3<T>::Color3 (const Color3 &c): Vec3 <T> (c) in Color3() function
337 Color3<T>::operator = (const Color3 &c)
345 Color3<T>::operator += (const Color3 &c)
353 Color3<T>::operator + (const Color3 &c) const
360 Color3<T>::operator -= (const Color3 &c)
368 Color3<T>::operator - (const Color3 &c) const
390 Color3<T>::operator *= (const Color3 &c)
[all …]
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/Imathx/
H A DImathColor.h79 IMATH_HOSTDEVICE Color3 (const Color3 &c);
301 Color3<T>::Color3 (): Vec3 <T> () in Color3() function
308 Color3<T>::Color3 (T a): Vec3 <T> (a) in Color3() function
322 Color3<T>::Color3 (const Color3 &c): Vec3 <T> (c) in Color3() function
337 Color3<T>::operator = (const Color3 &c)
345 Color3<T>::operator += (const Color3 &c)
353 Color3<T>::operator + (const Color3 &c) const
360 Color3<T>::operator -= (const Color3 &c)
368 Color3<T>::operator - (const Color3 &c) const
390 Color3<T>::operator *= (const Color3 &c)
[all …]
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/
H A DColor.h49 class Color3 {
69 inline Color3() { }
71 inline Color3(const Color3 & o) : b(o.b), g(o.g), r(o.r) { }
73 inline Color3 & operator=(const Color3 & o) {
129 const Color3<T> Color3<T>::black(T(0), T(0), T(0));
133 const Color3<T> Color3<T>::red(ColorLimits<T>::max(), T(0), T(0));
135 const Color3<T> Color3<T>::blue(T(0), T(0), ColorLimits<T>::max());
244 Color3<T> componentwise_min(Color3<T> c0, Color3<T> c1) {
248 Color3<T> componentwise_max(Color3<T> c0, Color3<T> c1) {
253 Color3<T> operator+(Color3<T> c0, Color3<T> c1) {
[all …]
/dports/math/Imath/Imath-3.1.4/src/Imath/
H A DImathColor.h47 IMATH_HOSTDEVICE constexpr Color3 (const Color3& c) IMATH_NOEXCEPT;
325 template <class T> IMATH_HOSTDEVICE constexpr inline Color3<T>::Color3 (const Color3& c) IMATH_NOEX… in Color3() function
339 Color3<T>::operator= (const Color3& c) IMATH_NOEXCEPT
347 Color3<T>::operator+= (const Color3& c) IMATH_NOEXCEPT
355 Color3<T>::operator+ (const Color3& c) const IMATH_NOEXCEPT
362 Color3<T>::operator-= (const Color3& c) IMATH_NOEXCEPT
370 Color3<T>::operator- (const Color3& c) const IMATH_NOEXCEPT
392 Color3<T>::operator*= (const Color3& c) IMATH_NOEXCEPT
408 Color3<T>::operator* (const Color3& c) const IMATH_NOEXCEPT
422 Color3<T>::operator/= (const Color3& c) IMATH_NOEXCEPT
[all …]
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/
H A Dopcolor.h65 OSL_HOSTDEVICE Color3
72 OSL_HOSTDEVICE Color3
73 to_rgb (StringParam fromspace, const Color3& C, Context);
75 OSL_HOSTDEVICE Color3
76 from_rgb (StringParam fromspace, const Color3& C, Context);
78 OSL_HOSTDEVICE Dual2<Color3>
80 const Dual2<Color3>& color, Context ctx);
82 OSL_HOSTDEVICE Color3
84 const Color3& color, Context ctx);
98 Color3 m_Red, m_Green, m_Blue; ///< Color primaries (xyY)
[all …]
H A Dopcolor.cpp249 OSL_HOSTDEVICE inline Color3
351 OSL_HOSTDEVICE static Color3
360 Color3 XYZ = OIIO::lerp (Color3(c[0], c[1], c[2]), in wavelength_color_XYZ()
375 static Color3
400 constrain_rgb (Color3 &rgb)
423 norm_rgb (Color3 &rgb)
629 OSL_HOSTDEVICE Color3
651 OSL_HOSTDEVICE Color3
738 OSL_HOSTDEVICE Color3
746 OSL_HOSTDEVICE Color3
[all …]
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslexec/
H A Dopcolor.h65 OSL_HOSTDEVICE Color3
72 OSL_HOSTDEVICE Color3
73 to_rgb (StringParam fromspace, const Color3& C, Context);
75 OSL_HOSTDEVICE Color3
76 from_rgb (StringParam fromspace, const Color3& C, Context);
78 OSL_HOSTDEVICE Dual2<Color3>
80 const Dual2<Color3>& color, Context ctx);
82 OSL_HOSTDEVICE Color3
84 const Color3& color, Context ctx);
98 Color3 m_Red, m_Green, m_Blue; ///< Color primaries (xyY)
[all …]
H A Dopcolor.cpp249 OSL_HOSTDEVICE inline Color3
351 OSL_HOSTDEVICE static Color3
360 Color3 XYZ = OIIO::lerp (Color3(c[0], c[1], c[2]), in wavelength_color_XYZ()
375 static Color3
400 constrain_rgb (Color3 &rgb)
423 norm_rgb (Color3 &rgb)
629 OSL_HOSTDEVICE Color3
651 OSL_HOSTDEVICE Color3
738 OSL_HOSTDEVICE Color3
746 OSL_HOSTDEVICE Color3
[all …]
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/testrender/
H A Dshading.h32 void prepare(const ShaderGlobals& sg, const Color3& path_weight, bool absorb) { in prepare()
45 Color3 eval (const ShaderGlobals& sg, const Vec3& wi, float& pdf) const { in eval()
46 Color3 result(0, 0, 0); pdf = 0; in eval()
49 Color3 bsdf_weight = weights[i] * bsdfs[i]->eval(sg, wi, bsdf_pdf); in eval()
55Color3 sample(const ShaderGlobals& sg, float rx, float ry, float rz, Dual2<Vec3>& wi, float& pdf) … in sample()
61 Color3 result = weights[i] * (bsdfs[i]->sample(sg, rx, ry, rz, wi, pdf) / pdfs[i]); in sample()
67 Color3 bsdf_weight = weights[j] * bsdfs[j]->eval(sg, wi.val(), bsdf_pdf); in sample()
74 return Color3(0, 0, 0); in sample()
78 bool add_bsdf(const Color3& w, const BSDF_Params& params) { in add_bsdf()
97 Color3 weights[MaxEntries];
[all …]
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/testrender/
H A Dshading.h32 void prepare(const ShaderGlobals& sg, const Color3& path_weight, bool absorb) { in prepare()
45 Color3 eval (const ShaderGlobals& sg, const Vec3& wi, float& pdf) const { in eval()
46 Color3 result(0, 0, 0); pdf = 0; in eval()
49 Color3 bsdf_weight = weights[i] * bsdfs[i]->eval(sg, wi, bsdf_pdf); in eval()
55Color3 sample(const ShaderGlobals& sg, float rx, float ry, float rz, Dual2<Vec3>& wi, float& pdf) … in sample()
61 Color3 result = weights[i] * (bsdfs[i]->sample(sg, rx, ry, rz, wi, pdf) / pdfs[i]); in sample()
67 Color3 bsdf_weight = weights[j] * bsdfs[j]->eval(sg, wi.val(), bsdf_pdf); in sample()
74 return Color3(0, 0, 0); in sample()
78 bool add_bsdf(const Color3& w, const BSDF_Params& params) { in add_bsdf()
97 Color3 weights[MaxEntries];
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/python/test/
H A Ddata_members.cpp63 struct Color3 struct
65 static const Color3 black; argument
68 const Color3 Color3::black
81 class_< Color3 >("Color3", init< const Color3 & >()) in compilability_test()
82 .def_readonly("BLACK", &Color3::black) // line 17 in compilability_test()
/dports/devel/boost-python-libs/boost_1_72_0/libs/python/test/
H A Ddata_members.cpp63 struct Color3 struct
65 static const Color3 black; argument
68 const Color3 Color3::black
81 class_< Color3 >("Color3", init< const Color3 & >()) in compilability_test()
82 .def_readonly("BLACK", &Color3::black) // line 17 in compilability_test()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/python/test/
H A Ddata_members.cpp63 struct Color3 struct
65 static const Color3 black; argument
68 const Color3 Color3::black
81 class_< Color3 >("Color3", init< const Color3 & >()) in compilability_test()
82 .def_readonly("BLACK", &Color3::black) // line 17 in compilability_test()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/python/test/
H A Ddata_members.cpp63 struct Color3 struct
65 static const Color3 black; argument
68 const Color3 Color3::black
81 class_< Color3 >("Color3", init< const Color3 & >()) in compilability_test()
82 .def_readonly("BLACK", &Color3::black) // line 17 in compilability_test()
/dports/databases/percona57-server/boost_1_59_0/libs/python/test/
H A Ddata_members.cpp63 struct Color3 struct
65 static const Color3 black; argument
68 const Color3 Color3::black
81 class_< Color3 >("Color3", init< const Color3 & >()) in compilability_test()
82 .def_readonly("BLACK", &Color3::black) // line 17 in compilability_test()
/dports/databases/xtrabackup/boost_1_59_0/libs/python/test/
H A Ddata_members.cpp63 struct Color3 struct
65 static const Color3 black; argument
68 const Color3 Color3::black
81 class_< Color3 >("Color3", init< const Color3 & >()) in compilability_test()
82 .def_readonly("BLACK", &Color3::black) // line 17 in compilability_test()
/dports/databases/percona57-client/boost_1_59_0/libs/python/test/
H A Ddata_members.cpp63 struct Color3 struct
65 static const Color3 black; argument
68 const Color3 Color3::black
81 class_< Color3 >("Color3", init< const Color3 & >()) in compilability_test()
82 .def_readonly("BLACK", &Color3::black) // line 17 in compilability_test()
/dports/devel/boost-libs/boost_1_72_0/libs/python/test/
H A Ddata_members.cpp63 struct Color3 struct
65 static const Color3 black; argument
68 const Color3 Color3::black
81 class_< Color3 >("Color3", init< const Color3 & >()) in compilability_test()
82 .def_readonly("BLACK", &Color3::black) // line 17 in compilability_test()
/dports/devel/hyperscan/boost_1_75_0/libs/python/test/
H A Ddata_members.cpp63 struct Color3 struct
65 static const Color3 black; argument
68 const Color3 Color3::black
81 class_< Color3 >("Color3", init< const Color3 & >()) in compilability_test()
82 .def_readonly("BLACK", &Color3::black) // line 17 in compilability_test()
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/
H A Ddual_vec.h97 OSL_HOSTDEVICE inline Color3
100 return Color3 (x, y, z);
105 make_Color3 (const Dual<Color3::BaseType,P> &x, const Dual<Color3::BaseType,P> &y, const Dual<Color…
107 Dual<Color3, P> result;
196 comp_x (const Color3 &v)
202 comp_y (const Color3 &v)
208 comp_z (const Color3 &v)
215 comp_x (const Dual<Color3,P> &v)
226 comp_y (const Dual<Color3,P> &v)
237 comp_z (const Dual<Color3,P> &v)
[all …]
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/
H A Ddual_vec.h97 OSL_HOSTDEVICE inline Color3
100 return Color3 (x, y, z);
105 make_Color3 (const Dual<Color3::BaseType,P> &x, const Dual<Color3::BaseType,P> &y, const Dual<Color…
107 Dual<Color3, P> result;
196 comp_x (const Color3 &v)
202 comp_y (const Color3 &v)
208 comp_z (const Color3 &v)
215 comp_x (const Dual<Color3,P> &v)
226 comp_y (const Dual<Color3,P> &v)
237 comp_z (const Dual<Color3,P> &v)
[all …]

12345678910>>...16