[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.IcoFrameEncoding

IcoFrameEncoding Enum

Encoding of ICO frame image.

Namespace: GrapeCity.Documents.Imaging
Assembly: DS.Documents.Imaging.dll
Syntax
public enum IcoFrameEncoding
Public Enum IcoFrameEncoding

Fields

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.