Home
last modified time | relevance | path

Searched defs:Color3 (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/openexr/Imath/
DImathColor.h292 Color3<T>::Color3 (): Vec3 <T> () in Color3() function
299 Color3<T>::Color3 (T a): Vec3 <T> (a) in Color3() function
306 Color3<T>::Color3 (T a, T b, T c): Vec3 <T> (a, b, c) in Color3() function
313 Color3<T>::Color3 (const Color3 &c): Vec3 <T> (c) in Color3() function
321 Color3<T>::Color3 (const Vec3<S> &v): Vec3 <T> (v) in Color3() function