For the complete documentation index, see llms.txt. This page is also available as Markdown.

ColorDepth

Wisej.Web.ColorDepth

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

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

public enum ColorDepth : Enum

Fields

Name
Description

Depth16Bit

A 16-bit image.

Depth24Bit

A 24-bit image.

Depth32Bit

A 32-bit image.

Depth4Bit

A 4-bit image.

Depth8Bit

An 8-bit image.

Last updated

Was this helpful?