* Returns the total amount of frames currently * stored in the set. * @return Number of frames. */
| 256 | * @return Number of frames. |
| 257 | */ |
| 258 | size_t SurfaceSet::getTotalFrames() const |
| 259 | { |
| 260 | return _frames.size(); |
| 261 | } |
| 262 | |
| 263 | /** |
| 264 | * Replaces a certain amount of colors in all of the frames. |
no outgoing calls
no test coverage detected