UIX_BlendType Enumeration

From PDF XChange PDF SDK
Revision as of 07:15, 20 March 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Specifies the ...

Syntax

enum UIX_BlendType
{
    UIX_BlendType_Normal = 0;
    UIX_BlendType_DestOver = 1;
    UIX_BlendType_Multiply = 2;
    UIX_BlendType_Screen = 3;
    UIX_BlendType_Overlay = 4;
    UIX_BlendType_Darken = 5;
    UIX_BlendType_Lighten = 6;
    UIX_BlendType_ColorDodge = 7;
    UIX_BlendType_ColorBurn = 8;
    UIX_BlendType_HardLigth = 9;
    UIX_BlendType_SoftLigth = 10;
    UIX_BlendType_Difference = 11;
    UIX_BlendType_Exclusion = 12;
    UIX_BlendType_Contrast = 13;
    UIX_BlendType_Invert = 14;
    UIX_BlendType_XOR = 15;
    UIX_BlendType_Plus = 16;
    UIX_BlendType_Minus = 17;
};

Constants

UIX_BlendType_Normal
The ...
UIX_BlendType_DestOver
The ...
UIX_BlendType_Multiply
The ...
UIX_BlendType_Screen
The ...
UIX_BlendType_Overlay
The ...
UIX_BlendType_Darken
The ...
UIX_BlendType_Lighten
The ...
UIX_BlendType_ColorDodge
The ...
UIX_BlendType_ColorBurn
The ...
UIX_BlendType_HardLigth
The ...
UIX_BlendType_SoftLigth
The ...
UIX_BlendType_Difference
The ...
UIX_BlendType_Exclusion
The ...
UIX_BlendType_Contrast
The ...
UIX_BlendType_Invert
The ...
UIX_BlendType_XOR
The ...
UIX_BlendType_Plus
The ...
UIX_BlendType_Minus
The ...

See Also

See also ...