MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / color3_repr

Function color3_repr

src/python/PyImath/PyImathColor3.cpp:141–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139// Non-specialized repr is same as str
140template <class T>
141static std::string
142color3_repr(const Color3<T> &v)
143{
144 return color3_str(v);
145}
146
147// Specialization for float to full precision
148template <>

Callers

nothing calls this directly

Calls 1

color3_strFunction · 0.85

Tested by

no test coverage detected