[Webkit-unassigned] [Bug 160520] Add support for ColorSpaces and deep color to Color.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 3 14:49:26 PDT 2016


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

--- Comment #3 from Dean Jackson <dino at apple.com> ---
1. Color will get rid of m_isValid and m_color, and use RefPtr<ColorImpl>.

2. isValid() becomes m_colorImpl != nullptr

3. ColorImpl will start with just the RGBA struct (add space and deeper colors later)

4. Table will live in Color.cpp

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160803/e36ca6c2/attachment.html>


More information about the webkit-unassigned mailing list