A class providing direct access to a
wx.Bitmap
’s internal data without alpha channel (RGB
).
See |
wx.
NativePixelData
(PixelDataBase)¶Possible constructors:
NativePixelData(bmp : Bitmap) -> None
NativePixelData(bmp : Bitmap, rect : Rect) -> None
NativePixelData(bmp : Bitmap, pt : Point, sz : Size) -> None
A class providing direct access to a wx.Bitmap
’s
internal data without alpha channel (RGB
).
__init__
(self, *args, **kw)¶__init__ (self, bmp : Bitmap)
bmp (Bitmap
) –
None
__init__ (self, bmp : Bitmap, rect : Rect)
bmp (Bitmap
) –
rect (Rect
) –
None
__init__ (self, bmp : Bitmap, pt : Point, sz : Size)
bmp (Bitmap
) –
pt (Point
) –
sz (Size
) –
None
GetPixels
(self)¶__bool__
(self)¶int
__nonzero__
(self)¶int