25 ColorOKLCh(
float pL,
float pC,
float ph) : L(pL), C(pC), h(ph) {}
31 Color to_srgb()
const;
35 float get_maximum_chroma()
const;
39 float get_maximum_chroma_any_l()
const;
46 void clip_lightness();
51 void clip_adaptive_L0_L_cusp(
float alpha=0.05f);
Definition: colorspace_oklab.hpp:24