8 more blending modes added: multiply, screen, overlay, hardlight, difference, exclusion, average & negation.

This commit is contained in:
Rubens Mariuzzo
2012-01-25 00:58:20 -04:00
committed by Luke Page
parent 6e97b8f694
commit 0a5245b2c3
3 changed files with 64 additions and 0 deletions

View File

@@ -71,5 +71,13 @@
alpha: rgba(153, 94, 51, 0.6);
}
#blendmodes {
multiply: #ed0000;
screen: #f600f6;
overlay: #ed0000;
softlight: #ff0000;
hardlight: #0000ed;
difference: #f600f6;
exclusion: #f600f6;
average: #7b007b;
negation: #d73131;
}