[Webkit-unassigned] [Bug 17626] New: Programatically set background color and 16-bit alpha on WebKit GTK

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 29 21:58:12 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17626

           Summary: Programatically set background color and 16-bit alpha on
                    WebKit GTK
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit API
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: seanegan at gmail.com
                CC: alp at atoker.com


The OSX API allows you to set a background NSColor, which represents and RGBA
value. The GTK+ analog to this is GdkColor, which only supports RGB. I've
modeled this interface after GtkColorSelection which has separate, but similar,
functions and properties for GdkColors and a separate guint16 alpha value.

I've kept the set_transparent/get_transparent API for backward compatibility,
but suspect they should be deprecated.


I also fixed some compiler warnings.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list