Characteristic | Locus |
---|---|
Namespace | Meadow.Foundation.Graphics |
Assembly | Meadow.Foundation.dll |
Syntax
public enum ColorMode : int
Fields
Name | Description |
---|---|
Format12bppRgb444 | 12-bit color |
Format16bppRgb555 | 15-bit color |
Format16bppRgb565 | 16-bit color |
Format18bppRgb666 | 18-bit color |
Format1bpp | 1-bit color |
Format24bppRgb888 | 24-bit color |
Format2bpp | 2-bit color |
Format32bppRgba8888 | 32-bit color |
Format4bppGray | 4-bit grayscale |
Format4bppIndexed | 4-bit grayscale |
Format8bppGray | 8-bit grayscale |
Format8bppRgb332 | 8-bit color |