How to replicate PS multiply layer mode
        Posted  
        
            by Andrew Philpott
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Andrew Philpott
        
        
        
        Published on 2010-06-02T14:48:25Z
        Indexed on 
            2010/06/02
            14:54 UTC
        
        
        Read the original article
        Hit count: 318
        
Does anybody know of a good way to replicate Photoshop's multiply layer mode using either an image or CSS?
I'm working on a project that has thumbnails that get a color overlay when you hover over them, but the designer used a layer set to multiply and I can't figure out how to produce it on the web.
The best thing I've come up with is either using rgba or a transparent png, but even then it doesn't look right.
© Stack Overflow or respective owner