mirror of
https://github.com/jorio/Pomme.git
synced 2024-11-19 10:30:50 +00:00
Add QD2D transfer mode enum
This commit is contained in:
parent
12253ce6c5
commit
b579625619
@ -401,3 +401,36 @@ enum
|
|||||||
greenColor = 341,
|
greenColor = 341,
|
||||||
blueColor = 409,
|
blueColor = 409,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
enum
|
||||||
|
{
|
||||||
|
srcCopy = 0,
|
||||||
|
srcOr = 1,
|
||||||
|
srcXor = 2,
|
||||||
|
srcBic = 3,
|
||||||
|
notSrcCopy = 4,
|
||||||
|
notSrcOr = 5,
|
||||||
|
notSrcXor = 6,
|
||||||
|
notSrcBic = 7,
|
||||||
|
patCopy = 8,
|
||||||
|
patOr = 9,
|
||||||
|
patXor = 10,
|
||||||
|
patBic = 11,
|
||||||
|
notPatCopy = 12,
|
||||||
|
notPatOr = 13,
|
||||||
|
notPatXor = 14,
|
||||||
|
notPatBic = 15,
|
||||||
|
grayishTextOr = 49,
|
||||||
|
hilitetransfermode = 50,
|
||||||
|
hilite = 50,
|
||||||
|
blend = 32,
|
||||||
|
addPin = 33,
|
||||||
|
addOver = 34,
|
||||||
|
subPin = 35,
|
||||||
|
addMax = 37,
|
||||||
|
adMax = 37,
|
||||||
|
subOver = 38,
|
||||||
|
adMin = 39,
|
||||||
|
ditherCopy = 64,
|
||||||
|
transparent = 36
|
||||||
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user