[]
Encoding of ICO frame image.
public enum IcoFrameEncoding
Argb32 = 6ARGB or 0RGB image with 8 bits per channel.
Indexed1 = 11-bit indexed image with color palette.
Indexed4 = 24-bit indexed image with color palette.
Indexed8 = 38-bit indexed image with color palette.
Png = 0The image is stored in compressed PNG format.
Rgb15 = 4RGB image with 5 bits per channel, no color palette.
Rgb24 = 5RGB image with 8 bits per channel, no color palette.