ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Core.CIM Namespace / BlendingMode Enumeration

In This Topic
    BlendingMode Enumeration
    In This Topic
    Blending modes.
    Syntax
    Members
    MemberDescription
    Add Add.
    Alpha Alpha blending.
    Color Color.
    ColorBurn Color Burn.
    ColorDodge Color Dodge.
    Darken Darken.
    Difference Difference
    Exclusion Exclusion
    HardLight Hard Light
    Hue Hue
    Lighten Lighten
    LinearBurn Linear Burn
    LinearDodge Linear Dodge
    LinearLight Linear Light
    Luminosity Luminosity
    Multiply Multiply.
    None No blending.
    Normal Normal
    Overlay Overlay
    PinLight Pin Light
    Saturation Saturation
    Screen Screen.
    SoftLight Soft Light
    VividLight Vivid Light
    Remarks
    Represents blending modes that define the formula for how layers or features blend with the content below.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.BlendingMode

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.0 or higher.
    See Also