Darker Color blend mode behaviour
This came about while I was trying to understand the difference between
the Darken and Darker Color blending modes.
The documented explanation for the Darker Color blending seems straightforward:
Darker Color
Compares the total of all channel values for the blend and base color and displays the lower value color.
But this does not always seem to be the case in RGB mode.
If I fill a base layer with sRGB (225,161,49) and a blend layer with sRGB (174,174,174)
then I expect Darker Color blending will compare the totals of the RGB values (435 vs. 522),
determine that the base layer is "darker" (435<522) and thus display the base color,
which is indeed the result.
I would also expect similar results for any permutation of RGB values which total 522.
For example Darker Color does interpret the base color as darker than sRGB (194,154,174)
and sRGB (154,194,174).
However, when I fill a blend layer with sRGB (174,154,194), Darker Color blending
displays this color instead the base color which has the lower total RGB value.
Conversely Darker Color blending displays the base color instead of sRGB (200,200,0)
which has a lower total RGB value (400 vs. 435).
Clearly my understanding of this blend mode is inconsistent with my observations.
Could someone offer a more accurate explanation?
Or is this a bug?
(I am using CC 2018 Release 19.0.)
