ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ColorMode Enumeration

In This Topic
    ColorMode Enumeration
    In This Topic
    Specifies the number of bits used to describe color for export files.
    Syntax
    Members
    MemberDescription
    EightBitAdaptivePalette 8-bit Adaptive Palette.
    EightBitGrayScale 8-bit Grayscale.
    FortyBitCMYKWithAlpha 40-bit CMYK with Alpha.
    ThirtyTwoBitCMYK 32-bit true color CMYK.
    ThirtyTwoBitWithAlpha 32-bit with Alpha.
    TwentyFourBitTrueColor 24-bit True Color.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Desktop.Mapping.ColorMode

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also