<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add support for ColorSpaces and deep color to Color.h"
   href="https://bugs.webkit.org/show_bug.cgi?id=160520#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add support for ColorSpaces and deep color to Color.h"
   href="https://bugs.webkit.org/show_bug.cgi?id=160520">bug 160520</a>
              from <span class="vcard"><a class="email" href="mailto:dino&#64;apple.com" title="Dean Jackson &lt;dino&#64;apple.com&gt;"> <span class="fn">Dean Jackson</span></a>
</span></b>
        <pre>1. Color will get rid of m_isValid and m_color, and use RefPtr&lt;ColorImpl&gt;.

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</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>