Most color modes ("indexed" being the only exception that comes to mind) are made up of "color channels". As counter-intuitive as it may seem, each of these color channels is actually an internal grayscale file that represents the dispersal and intensity of its color. By "internal file" I mean embedded in the overall image file. So, in RGB mode you have 3 grayscale channels, one each for Red, Green, and Blue. In CMYK you have 4, and so on.
You can, however, have additional channels. Just like the color channels, these are simply internal grayscale files. Different programs use them for different purposes, but they can usually be used for selections, masking, transparency, spot colors, or other purposes specific to a given program.
Any of these channels, apart from the color channels, are called "Alpha Channels".
(Note: not to get confusing here, but some older programs, and even some newer ones made for specialty use, store alpha channels as external grayscale files. They are still called alpha channels, even if they're external. By 'external', I mean a separate, discrete file with its own filename.)
You can, however, have additional channels. Just like the color channels, these are simply internal grayscale files. Different programs use them for different purposes, but they can usually be used for selections, masking, transparency, spot colors, or other purposes specific to a given program.
Any of these channels, apart from the color channels, are called "Alpha Channels".
(Note: not to get confusing here, but some older programs, and even some newer ones made for specialty use, store alpha channels as external grayscale files. They are still called alpha channels, even if they're external. By 'external', I mean a separate, discrete file with its own filename.)
Comment