Diffusion Krita 2503ee390e22

Fix bug 369882 ("Brush property Color: Mix doesnt work right with the default…

Authored by nicholasl on Oct 8 2016, 9:24 AM.

Description

Fix bug 369882 ("Brush property Color: Mix doesnt work right with the default colorspace in 16 Bits")

m_cachedBackGroundColor, which is used for mixing, is only set to the actual background color when m_color.colorSpace() != m_foreGroundColor.colorSpace(). In the case of the bug, the colorspaces are equal.

BUG: 369882
Differential Revision: https://phabricator.kde.org/D2947