Mention the PixelData classes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-08-29 19:00:22 +00:00
parent 8423bd78bb
commit 64117075ab

View File

@ -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.