[Webkit-unassigned] [Bug 140646] New: Support "plus-darker" in mix-blend mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 19 16:33:00 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=140646

            Bug ID: 140646
           Summary: Support "plus-darker" in mix-blend mode
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dino at apple.com

Support for "plus-darker" in mix-blend-mode. Here is the email I sent to public-fx.

https://lists.w3.org/Archives/Public/public-fx/2015JanMar/0021.html

Our designers at Apple often request a blending operation that is not supported in the CSS Compositing and Blending specification: plus-darker. You can find many examples and discussion of this mode if you Bing on the Google.

We’d like to add this mode to Level 2.

Details are here: http://en.wikipedia.org/wiki/Blend_modes#Addition

The math is pretty simple:

R = min(0, (1 - D) + (1 - S))

(We should maybe consider adding plus-lighter as well, and subtractive modes based on designer feedback)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150120/4e23d4d6/attachment-0002.html>


More information about the webkit-unassigned mailing list