.. _DocumentMode: ================================================ DocumentMode ================================================ Description ----------- The document's color mode. Static Properties ^^^^^^^^^^^^^^^^^ +---------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`BITMAP` readonly | Bitmap, which uses one of two color values (black or white) to represent the pixels in an image. | +---------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`CMYK` readonly | CMYK. | +---------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`DUOTONE` readonly | Duotone mode, which creates monotone, duotone (two-color), tritone (three-color), and quadtone (four-color) grayscale images using one to four custom inks. | +---------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`GRAYSCALE` readonly | Grayscale. | +---------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`INDEXEDCOLOR` readonly | Indexed color, in which the number of colors in the image is at most 256, the standard number of colors supported by the GIF and PNG-8 formats and many multimedia applications. | +---------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`LAB` readonly | Lab. | +---------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`MULTICHANNEL` readonly | Image with multiple color channels. | +---------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`RGB` readonly | RGB. | +---------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. container:: hide .. toctree:: :hidden: :maxdepth: 1 DocumentMode/GRAYSCALE.rst DocumentMode/RGB.rst DocumentMode/CMYK.rst DocumentMode/LAB.rst DocumentMode/BITMAP.rst DocumentMode/INDEXEDCOLOR.rst DocumentMode/MULTICHANNEL.rst DocumentMode/DUOTONE.rst