A struct representing an alpha channel as stored in the image resources section. NOTE: Note that the image data for alpha channels is stored in the image data section.
The channel's ASCII name.
16-bit color data with 0 being black and 65535 being white (assuming RGBA).
The color space the colors are stored in.
The channel's mode, one of AlphaChannel::Mode.
The channel's opacity in the range [0, 100].
See Implementation
A struct representing an alpha channel as stored in the image resources section. NOTE: Note that the image data for alpha channels is stored in the image data section.