CGBitmapInfo
CGBitmapInfo is a data type in the Core Graphics framework of Apple's iOS and macOS operating systems. It is used to specify the pixel format and other attributes of an image or bitmap context. The type is defined as an option set, meaning it can represent a combination of multiple values.
The CGBitmapInfo type includes several constants that define the color model, alpha channel information, and byte
When creating a bitmap context, the CGBitmapInfo value is used to configure the pixel format of the
CGBitmapInfo is an important part of the Core Graphics framework, as it allows developers to create and