bitmapData
A pointer to the bitmap data.
Declaration
var bitmapData: UnsafeMutablePointer<UInt8>? { get }Discussion
For planar data, the value in this property points to the first plane.
A pointer to the bitmap data.
var bitmapData: UnsafeMutablePointer<UInt8>? { get }For planar data, the value in this property points to the first plane.