.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.AlphaPixelData: ========================================================================================================================================== |phoenix_title| **wx.AlphaPixelData** ========================================================================================================================================== A class providing direct access to a :class:`wx.Bitmap`'s internal data including the alpha channel (``RGBA``). | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class AlphaPixelData:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.AlphaPixelData.__init__` :meth:`~wx.AlphaPixelData.GetPixels` :meth:`~wx.AlphaPixelData.__bool__` :meth:`~wx.AlphaPixelData.__nonzero__` ================================================================================ ================================================================================ | |property_summary| Properties Summary ===================================== ================================================================================ ================================================================================ :attr:`~wx.AlphaPixelData.Pixels` See :meth:`~wx.AlphaPixelData.GetPixels` ================================================================================ ================================================================================ | |api| Class API =============== .. class:: wx.AlphaPixelData(PixelDataBase) **Possible constructors**:: AlphaPixelData(bmp) AlphaPixelData(bmp, rect) AlphaPixelData(bmp, pt, sz) A class providing direct access to a :class:`wx.Bitmap`'s internal data including the alpha channel (``RGBA``). .. method:: __init__(self, *args, **kw) |overload| Overloaded Implementations: :html:`

` **__init__** `(self, bmp)` :param `bmp`: :type `bmp`: :class:`Bitmap` :html:`

` **__init__** `(self, bmp, rect)` :param `bmp`: :type `bmp`: :class:`Bitmap` :param `rect`: :type `rect`: :class:`Rect` :html:`

` **__init__** `(self, bmp, pt, sz)` :param `bmp`: :type `bmp`: :class:`Bitmap` :param `pt`: :type `pt`: :class:`Point` :param `sz`: :type `sz`: :class:`Size` :html:`

` .. method:: GetPixels(self) :rtype: :ref:`wx.AlphaPixelData_Accessor` .. method:: __bool__(self) :rtype: `int` .. method:: __nonzero__(self) :rtype: `int` .. attribute:: Pixels See :meth:`~wx.AlphaPixelData.GetPixels`