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

Method value

src/python/PyImath/PyImathColor4.cpp:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33// template<> const char *Color4ArrayName<float>::value() { return "Color4fArray"; }
34// template<> const char *Color4ArrayName<unsigned char>::value() { return "Color4cArray"; }
35template<> const char *Color4Array2DName<float>::value() { return "Color4fArray2D"; }
36template<> const char *Color4Array2DName<unsigned char>::value() { return "Color4cArray2D"; }
37
38// create a new default constructor that initializes Color4<T> to zero.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected