Skip to content
Discussion options

You must be logged in to vote
<int32 key="blendmode">16</int32>

Blendmode 16 is the unsupported one by snap camera.
You can change the value to any number between 0 and 12.

Reference Table

BlendMode Value Expression
Normal 0 SrcAlpha, OneMinusSrcAlpha
MultiplyLegacy [DEPRECATED] 1 DstColor, OneMinusSrcAlpha
AddLegacy [DEPRECATED] 2 One, One
Screen 3 One, OneMinusSrcColor
PremultipliedAlpha 4 One, OneMinusSrcAlpha
AlphaToCoverage 5 Blend Disabled
Disabled 6 Blend Disabled
Add 7 SrcAlpha, One
AlphaTest 8 Blend Disabled
ColoredGlass 9 Blend Disabled
Multiply 10 DstColor, Zero
Min 11 One, One
Max 12 One, One

13 might also be supported but I don't know what it stands for yet.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@LudoBermejoES
Comment options

Answer selected by ptrumpis
Comment options

You must be logged in to vote
2 replies
@ptrumpis
Comment options

@LudoBermejoES
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants