[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.IcoFrameEncoding

Enum IcoFrameEncoding

Namespace
GrapeCity.Documents.Imaging
Assembly
GcDocs.Imaging.dll

Encoding of ICO frame image.

public enum IcoFrameEncoding

Fields

Argb32 = 6

ARGB or 0RGB image with 8 bits per channel.

Indexed1 = 1

1-bit indexed image with color palette.

Indexed4 = 2

4-bit indexed image with color palette.

Indexed8 = 3

8-bit indexed image with color palette.

Png = 0

The image is stored in compressed PNG format.

Rgb15 = 4

RGB image with 5 bits per channel, no color palette.

Rgb24 = 5

RGB image with 8 bits per channel, no color palette.