Searched defs:Color3 (Results 1 – 1 of 1) sorted by relevance
292 Color3<T>::Color3 (): Vec3 <T> () in Color3() function299 Color3<T>::Color3 (T a): Vec3 <T> (a) in Color3() function306 Color3<T>::Color3 (T a, T b, T c): Vec3 <T> (a, b, c) in Color3() function313 Color3<T>::Color3 (const Color3 &c): Vec3 <T> (c) in Color3() function321 Color3<T>::Color3 (const Vec3<S> &v): Vec3 <T> (v) in Color3() function