[]
Encoding of ICO frame image.
public enum IcoFrameEncoding
Public Enum IcoFrameEncoding
Name | Description |
---|---|
Argb32 | ARGB or 0RGB image with 8 bits per channel. |
Indexed1 | 1-bit indexed image with color palette. |
Indexed4 | 4-bit indexed image with color palette. |
Indexed8 | 8-bit indexed image with color palette. |
Png | The image is stored in compressed PNG format. |
Rgb15 | RGB image with 5 bits per channel, no color palette. |
Rgb24 | RGB image with 8 bits per channel, no color palette. |