Wisej.Web.ColorDepth
Last updated 2 years ago
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Specifies the number of colors used to display an image in an control.
public enum ColorDepth : Enum
Public Enum ColorDepth As [Enum]
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.