CIELab-gamut-tools / gamut-volume-m

CIELab gamut volume calculation and visualisation in matlab/octave
MIT License
25 stars 1 forks source link

removed the luminess by removing the now redundant max volume check #7

Closed euan-smith closed 3 years ago

euan-smith commented 3 years ago

fixes #6 the base of the intersection rings was calculated as the max of the two supplied volumes, however as the reference volume is now explicitly the intersection it cannot be larger, so this check is not needed. It seemed to be causing some issues possibly related to roundoff - this is fixed but should be investigated further in time.