ArcGIS Pro 3.2 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
    Determines how the strokes with dash patterns and other patterns (tiled pictures, placement effects) are handled at the end points of the line geometry's segments. If more than one pattern exists (for example, a dashed simple stroke, a hash stroke, and a marker stroke) then the longest pattern's length is affected directly by this option and the rest of the stroke patterns are resized proportionately to match.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also