A class providing direct access to a
wx.Bitmap
’s internal data without alpha channel (RGB
).
See |
wx.
NativePixelData
(PixelDataBase)¶Possible constructors:
NativePixelData(bmp)
NativePixelData(bmp, rect)
NativePixelData(bmp, pt, sz)
A class providing direct access to a wx.Bitmap
’s
internal data without alpha channel (RGB
).
__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