A class providing direct access to a
wx.Bitmap
’s internal data including the alpha channel (RGBA
).
See |
wx.
AlphaPixelData
(PixelDataBase)¶Possible constructors:
AlphaPixelData(bmp)
AlphaPixelData(bmp, rect)
AlphaPixelData(bmp, pt, sz)
A class providing direct access to a wx.Bitmap
’s
internal data including the alpha channel (RGBA
).
__init__
(self, *args, **kw)¶__init__ (self, bmp)
bmp (Bitmap
) –
__init__ (self, bmp, rect)
bmp (Bitmap
) –
rect (Rect
) –
__init__ (self, bmp, pt, sz)
bmp (Bitmap
) –
pt (Point
) –
sz (Size
) –
GetPixels
(self)¶__bool__
(self)¶int
__nonzero__
(self)¶int