| ToTransparent(IReadableBitmapData) | Returns a new IReadWriteBitmapData, which is the clone of the specified bitmapData with transparent background. |
| ToTransparent(IReadableBitmapData, Color32) | Returns a new IReadWriteBitmapData, which is the clone of the specified bitmapData with transparent background. |
| ToTransparent(IReadableBitmapData, IAsyncContext) | Returns a new IReadWriteBitmapData with transparent background, using a context that may belong to a higher level, possibly asynchronous operation. |
| ToTransparent(IReadableBitmapData, ParallelConfig) | Returns a new IReadWriteBitmapData, which is the clone of the specified bitmapData with transparent background. |
| ToTransparent(IReadableBitmapData, Color32, ParallelConfig) | Returns a new IReadWriteBitmapData, which is the clone of the specified bitmapData with transparent background. |
| ToTransparent(IReadableBitmapData, IAsyncContext, Color32) | Returns a new IReadWriteBitmapData with transparent background, using a context that may belong to a higher level, possibly asynchronous operation. |