Bug 42305

Summary: Add functions to extract individual RGBA32 components
Product: WebKit Reporter: Andreas Kling <kling>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: darin
Priority: P2 Keywords: Performance
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed patch none

Andreas Kling
Reported 2010-07-14 17:14:07 PDT
Right now you have to create a Color object to extract the R, G, B or A component of an RGBA32 value.
Attachments
Proposed patch (2.93 KB, patch)
2010-07-14 17:15 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2010-07-14 17:15:51 PDT
Created attachment 61585 [details] Proposed patch Add functions: {red,green,blue,alpha}Channel(RGBA32)
Andreas Kling
Comment 2 2010-07-14 17:27:44 PDT
Comment on attachment 61585 [details] Proposed patch Clearing flags on attachment: 61585 Committed r63382: <http://trac.webkit.org/changeset/63382>
Andreas Kling
Comment 3 2010-07-14 17:27:54 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.