]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_colour.i
Do premultiplication in wx*PixelData_Iterator::Get and Set
[wxWidgets.git] / wxPython / src / _colour.i
index 9934bfca237eb8732c6962b78ab4e2cb2384e287..61ba3726fd41312ceccced5a25de37bf472d796a 100644 (file)
@@ -161,6 +161,7 @@ is returned if the pixel is invalid (on X, unallocated).", "");
 
 
     %extend {
+        KeepGIL(Get);
         DocAStr(Get,
                 "Get() -> (r, g, b)",
                 "Returns the RGB intensity values as a tuple.", "");
@@ -184,6 +185,7 @@ is returned if the pixel is invalid (on X, unallocated).", "");
             return rv;
         }
 
+        KeepGIL(GetRGB);
         DocStr(GetRGB,
                "Return the colour as a packed RGB value", "");
         unsigned long GetRGB() {