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