* Creates an empty Bitmap without pixels, and with an empty ImageInfo. */
| 41 | * Creates an empty Bitmap without pixels, and with an empty ImageInfo. |
| 42 | */ |
| 43 | Bitmap() = default; |
| 44 | |
| 45 | /** |
| 46 | * Creates a new Bitmap and tries to allocate its pixels by the specified width, height, and |
nothing calls this directly
no outgoing calls
no test coverage detected