/ColorGamut

Color Gamut Visualization

Primary LanguageC++

ColorGamut

Color Gamut Visualization

Interactive visualization of different sets of colors (all visible colors, sRGB, Munsell) on three different color spaces : CIE XYZ, CIE Lab and sRGB. Segment Maxima Method for computing gamut boundary based on Morovic et al., 2000.

Steps to build

  1. mkdir build && cd build
  2. cmake ../
  3. make
  4. cd ..
  5. ./build/gamut

Color gamut visualization

More: https://fmiranda.me/projects/color-gamut/