wx.AlphaPixelData¶A class providing direct access to a
wx.Bitmap’s internal data including the alpha channel (RGBA).
Class Hierarchy¶
Inheritance diagram for class AlphaPixelData:
Methods Summary¶
Properties Summary¶See |
Class API¶Possible constructors:
AlphaPixelData(bmp) -> None
AlphaPixelData(bmp, rect) -> None
AlphaPixelData(bmp, pt, sz) -> None
A class providing direct access to a wx.Bitmap’s
internal data including the alpha channel (RGBA).
__init__ (self, bmp)
bmp (Bitmap)
None
__init__ (self, bmp, rect)
bmp (Bitmap)
rect (Rect)
None
__init__ (self, bmp, pt, sz)
bmp (Bitmap)
pt (Point)
sz (Size)
None
bool
bool