| 189 | //------------------------------------------------------------------------ |
| 190 | template<class T, unsigned S> |
| 191 | void gradient_lut<T,S>::remove_all() |
| 192 | { |
| 193 | m_color_profile.remove_all(); |
| 194 | } |
| 195 | |
| 196 | //------------------------------------------------------------------------ |
| 197 | template<class T, unsigned S> |
no outgoing calls
no test coverage detected