Separation color space, some bugfixing

This commit is contained in:
Jakub Melka
2019-03-17 16:12:36 +01:00
parent 2964637949
commit 8c417b2afb
5 changed files with 130 additions and 23 deletions

View File

@ -58,6 +58,8 @@ public:
}
using value_type = T;
/// Returns the size of the array
size_t size() const { return getFlatBlockSize() + m_variableBlock.size(); }