ChangeMode¶
Description¶
The destination color mode. Note: Color images must be changed to Grayscale mode before you can change them to Bitmap mode.
Static Properties¶
| BITMAP readonly | Bitmap. Note: Color images must be changed to Grayscale mode before you can change them to Bitmap mode. |
| CMYK readonly | CMYK. |
| GRAYSCALE readonly | Grayscale. |
| INDEXEDCOLOR 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. |
| LAB readonly | Lab. |
| MULTICHANNEL readonly | Image with multiple color channels. |
| RGB readonly | RGB. |