public enum AlphaFormatPublic Enumeration AlphaFormattype AlphaFormat| Premul | 0 | All pixels have their alpha premultiplied in their color components. |
| Unpremul | 1 | All pixels have their color components stored without any regard to the alpha. e.g. this is the default configuration for PNG images. |
| Opaque | 2 | All pixels are stored as opaque. |