ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TGAFormat Class / ColorMode Property

In This Topic
    ColorMode Property (TGAFormat)
    In This Topic
    Gets or sets the number of bits used to describe color.
    Syntax
    Public Property ColorMode As TGAColorMode
    public TGAColorMode ColorMode {get; set;}
    Remarks

    The values available are defined in ColorMode.

    The default value is TGAColorMode.TwentyFourBitTrueColor.

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also