24 ColorLUT(
const std::shared_ptr<ColorTransformation> &transformation,
size_t size);
26 uint16_t *red()
const;
27 uint16_t *green()
const;
28 uint16_t *blue()
const;
30 std::shared_ptr<ColorTransformation> transformation()
const;
33 QList<uint16_t> m_data;
34 const std::shared_ptr<ColorTransformation> m_transformation;