D11262: KDE logout screen background color fix
Michail Vourlakos
noreply at phabricator.kde.org
Mon Mar 12 13:13:07 UTC 2018
mvourlakos added a comment.
@broulik do you know why this part is needed?
var a = [color.r, color.g, color.b].map(function (v) {
return (v <= 0.03928) ? v / 12.92 :
Math.pow( ((v + 0.055) / 1.055), 2.4 );
});
REPOSITORY
R120 Plasma Workspace
REVISION DETAIL
https://phabricator.kde.org/D11262
To: Pitel, mart, #plasma
Cc: broulik, mvourlakos, plasma-devel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20180312/c1a2d4a4/attachment.html>
More information about the Plasma-devel
mailing list