Diffusion Krita 582645ff825e

Implement correct support for p2020-pq color space in the color selectors

Authored by dkazakov on Jan 11 2019, 7:25 PM.

Description

Implement correct support for p2020-pq color space in the color selectors

Instead of using displayConverter->monitorProfile() openGL code
now uses displayConverter->openGLCanvasSurfaceProfile(), which
returns the surface's profile when in HDR mode.

Details