Skip to main content
Version: 3.5

ColorDepth

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the number of colors used to display an image in an ImageList control.

public enum ColorDepth : Enum

Fields

NameDescription
Depth16BitA 16-bit image.
Depth24BitA 24-bit image.
Depth32BitA 32-bit image.
Depth4BitA 4-bit image.
Depth8BitAn 8-bit image.