From: Robin Dunn Date: Tue, 29 Aug 2006 19:00:22 +0000 (+0000) Subject: Mention the PixelData classes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/64117075ab8f79570920267bab3081c210978c5a Mention the PixelData classes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index 6121665736..09728a5a3f 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -192,7 +192,7 @@ IDs. Added wx.lib.combotreebox from Frank Niessink Added wx.ImageFromBuffer, wx.BitmapFromBuffer and -wx.BitmapFromBufferRGBA factory functions. They enable loading of am +wx.BitmapFromBufferRGBA factory functions. They enable loading of an image or bitmap directly from a Python object that implements the buffer interface, such as strings, arrays, etc. @@ -209,6 +209,10 @@ wx.ALPHA_OPAQUE. This is in preparation for allowing various new alpha blening functionality using wx.Colour objects, such as drawing with pens and brushes on a wx.DC. +Added wx.NativePixelBuffer, wx.AlphPixelBuffer and related iterator +and accessor classes. They allow platform independent direct access +to the platform specific pixel buffer inside of a wx.Bitmap object. +