A class providing direct access to awx.Bitmap
‘s internal data without alpha channel (RGB
).
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)
Parameters: | bmp (Bitmap ) – |
---|
__init__ (self, bmp, rect)
Parameters: |
|
---|
__init__ (self, bmp, pt, sz)
Parameters: |
|
---|
GetPixels
(self)¶Return type: | wx.NativePixelData_Accessor |
---|
__nonzero__
(self)¶Return type: | int |
---|