Notes from Lea Verou (@LeaVerou), W3C CSS Working Group Invited Expert, at An Event Apart Boston, 2014.
Filter
- filter: hue-rotate(60deg);
- combine with other options like filter: sepia() saturate (3) filter: hue-rotate(60deg;
Blend Modes
- We have CSS access to all Adobe blend modes
- Implementation looks like this – background-blend-mode: multiply;