Phoenix Logo

phoenix_title wx.AlphaPixelData

A class providing direct access to a wx.Bitmap‘s internal data including the alpha channel (RGBA).

class_hierarchy Class Hierarchy

Inheritance diagram for class AlphaPixelData:

method_summary Methods Summary

__init__  
GetPixels  
__nonzero__  

property_summary Properties Summary

Pixels See 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 wx.Bitmap‘s internal data including the alpha channel (RGBA).


Methods



__init__(self, *args, **kw)

overload Overloaded Implementations:



__init__ (self, bmp)

Parameters:bmp (Bitmap) –



__init__ (self, bmp, rect)

Parameters:
  • bmp (Bitmap) –
  • rect (Rect) –



__init__ (self, bmp, pt, sz)

Parameters:
  • bmp (Bitmap) –
  • pt (Point) –
  • sz (Size) –





GetPixels(self)
Return type: wx.AlphaPixelData_Accessor


__nonzero__(self)
Return type:int

Properties



Pixels

See GetPixels