Enum WmfMixMode

Enum WmfMixMode

Namespace: Aspose.Imaging.FileFormats.Wmf.Consts
Assembly: Aspose.Imaging.dll (25.7.0)

The MixMode Enumeration specifies the background mix mode for text, hatched brushes,and other nonsolid pen styles.

public enum WmfMixMode
{
    SourceOver = 0x00,
    SourceCopy = 0x01,
    SourceIn = 0x02,
    SourceOut = 0x03,
    DestColor = 0x04,
    DestAlpha = 0x05,
    DestIn = 0x06,
    DestAtop = 0x07,
    DestOut = 0x08,
    DestOver = 0x09,
    SrcColor = 0x0A,
    SrcAlpha = 0x0B,
    Multiply = 0x0C,
    Screen = 0x0D,
    Overlay = 0x0E,
    Darken = 0x0F,
    Lighten = 0x10,
    ColorDodge = 0x11,
    ColorBurn = 0x12,
    HardLight = 0x13,
    SoftLight = 0x14,
    Difference = 0x15,
    Exclusion = 0x16
}

Fields

Opaque = 2

The background is filled with thebackground color that is currently defined in the playback device context before the text, hatched brush, or pen isdrawn.

Transparent = 1

The background remains untouched.

 English