 
       wx.AlphaPixelData¶
  wx.AlphaPixelData¶A class providing direct access to awx.Bitmap‘s internal data including the alpha channel (RGBA).
 Class API¶
 Class API¶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)
| Parameters: | bmp ( Bitmap) – | 
|---|
__init__ (self, bmp, rect)
| Parameters: | 
 | 
|---|
__init__ (self, bmp, pt, sz)
| Parameters: | 
 | 
|---|
GetPixels(self)¶| Return type: | wx.AlphaPixelData_Accessor | 
|---|
__bool__(self)¶| Return type: | int | 
|---|
__nonzero__(self)¶| Return type: | int | 
|---|