Is there as simple way to take channels from one bitmap and use them to replace channels in another bitmap.
For example, taking the alpha (A) channel from one bitmap and "transplant" it to the A channel of another bitmap, without touching the RGB channels?
Or, taking the R channel from one bitmap and use it as A in another, also without touching other channels?
Or, for that matter, switching R and B channels in a bitmap, leaving the rest untouched.
In other words, treating a bitmap like four separate "sheets", which may be re-stacked or replaced individually.
For example, taking the alpha (A) channel from one bitmap and "transplant" it to the A channel of another bitmap, without touching the RGB channels?
Or, taking the R channel from one bitmap and use it as A in another, also without touching other channels?
Or, for that matter, switching R and B channels in a bitmap, leaving the rest untouched.
In other words, treating a bitmap like four separate "sheets", which may be re-stacked or replaced individually.