[Webkit-unassigned] [Bug 176922] New: RGBA don't round-trip through ExtendedColor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 14 10:53:32 PDT 2017


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

            Bug ID: 176922
           Summary: RGBA don't round-trip through ExtendedColor
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com

This code doesn't work:

    Color color(0.0, 0.0, 0.0, 0.5, ColorSpaceSRGB);
...

    float red, green, blue, alpha;
    color.getRGBA(red, green, blue, alpha);

That's pretty bad.

-- 
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/20170914/e3682d72/attachment-0001.html>


More information about the webkit-unassigned mailing list