https://bugs.kde.org/show_bug.cgi?id=387757
Bug ID: 387757 Summary: Color manage pick() method of org.kde.kwin.ColorPicker Product: kwin Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: effects-various Assignee: kwin-bugs-n...@kde.org Reporter: je...@zemarmot.net Target Milestone: --- We need to be able to convert the picked pixel into the sRGB color space in case the screen is color-managed. Through the dbus API, we don't even know the pixel coordinates (so in multi-display setups, we could not know for sure which is the right profile to get anyway); and in any case, I'm not sure if we can get the display profiles in Wayland (well at least right now our code doesn't have the implementation). The "pick" method needs to return a converted color or the monitor profile it is displayed with so that we can convert ourselves or apply it. See: https://bugzilla.gnome.org/show_bug.cgi?id=779942#c5 -- You are receiving this mail because: You are watching all bug changes.