summaryrefslogtreecommitdiff
path: root/src/lut_cache.h
AgeCommit message (Collapse)Author
2014-12-28Change colourspace handling round a bit:1.0-colour-cleanupCarl Hetherington
- move the essence of GammaLUT into TransferFunction and handle different bit depths more neatly - add ColourConversion to describe input gamma correction, colour transformation and then output gamma correction in one class. - add default ColourConversions for sRGB->XYZ, Rec709->XYZ and XYZ->RGB.
2014-07-18Missing namespace.Carl Hetherington
2014-02-11Re-add linearised gamma LUT.Carl Hetherington
2014-01-27Remove LUT parent class.Carl Hetherington
2014-01-27More tidying.Carl Hetherington
2014-01-27Some tidying up.Carl Hetherington
2013-03-13Compute LUTs at run-time.dynamic-lutCarl Hetherington