wx.AlphaPixelData¶
A class providing direct access to a
wx.Bitmap
’s internal data including the alpha channel (RGBA
).
Class Hierarchy¶
Methods Summary¶
Properties Summary¶
See |
Class API¶
- class wx.AlphaPixelData(PixelDataBase)¶
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
).
Methods¶
- __init__(self, *args, **kw)¶
-
__init__ (self, bmp)
- Parameters:
bmp (
Bitmap
)- Return type:
None
__init__ (self, bmp, rect)
- Parameters:
bmp (
Bitmap
)rect (
Rect
)
- Return type:
None
__init__ (self, bmp, pt, sz)
- Parameters:
bmp (
Bitmap
)pt (
Point
)sz (
Size
)
- Return type:
None
- GetPixels(self)¶
- Return type:
- __bool__(self)¶
- Return type:
bool
- __nonzero__(self)¶
- Return type:
bool
Properties¶