RGB to HSV conversion

This commit is contained in:
Ian Gulliver
2017-08-13 12:10:58 -07:00
parent 018beba472
commit 7a47fc4a56
3 changed files with 51 additions and 4 deletions

View File

@@ -13,8 +13,7 @@ class ImageBase {};
template <class C>
class ImageColorBase : public ImageBase {
public:
struct ImageColorBase : public ImageBase {
ImageColorBase() = default;
ImageColorBase(const ImageColorBase<C>&) = default;
virtual ~ImageColorBase() = default;