Enumeration
ChangeMode
The destination color mode. Note: Color images must be changed to Grayscale mode before you can change them to Bitmap mode.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Int = 5 | readonly | Bitmap. Note: Color images must be changed to Grayscale mode before you can change them to Bitmap mode. | |
| Int = 3 | readonly | CMYK. | |
| Int = 1 | readonly | Grayscale. | |
| Int = 6 | readonly | Indexed color, in which the number of colors in the image is reduced to at most 256, the standard number of colors supported by the GIF and PNG-8 formats and many multimedia applications. | |
| Int = 4 | readonly | Lab. | |
| Int = 7 | readonly | Image with multiple color channels. | |
| Int = 2 | readonly | RGB. |
Parameter of 1
Method parameters that accept an ChangeMode value.