mp_stickers
Shocking Stickers
|
Contains your declaration of the interface for the Image class. More...
Classes | |
class | Image |
A subclass of PNG with more member functions for modifying the image. More... | |
Functions | |
template<typename T > | |
bool | test_invert () |
Given an arbitrary Image object (as typename T), write a function which will test the invert() functionality of the provided object. More... | |
Contains your declaration of the interface for the Image class.
ID: uV0iNxn3ugka9Y0Whgwl
bool test_invert | ( | ) |
Given an arbitrary Image object (as typename T), write a function which will test the invert() functionality of the provided object.
The autograder will test the accuracy of your solution against both functional and incorrect solutions – you are encouraged to be thorough with your tests.
HINT: Consider looking at the provided tests for useful helper functions!