Blend Modes : Image Blend « Graphics « Flex

Home
Flex
1.Chart
2.Components
3.Container
4.Data Model
5.Development
6.Effects
7.Event
8.Graphics
9.Grid
10.Style
Flex » Graphics » Image BlendScreenshots 
Blend Modes
Blend Modes
            
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
    
    <mx:Image source="http://server.com/a.gif" x="10" y="10" blendMode="{ BlendMode.DIFFERENCE }" />
    
</mx:Application>

   
    
    
    
    
    
    
    
    
    
    
    
  
Related examples in the same category
1.BlendMode.DIFFERENCE, BlendMode.ERASE, BlendMode.HARDLIGHT, BlendMode.INVERTBlendMode.DIFFERENCE, BlendMode.ERASE, BlendMode.HARDLIGHT, BlendMode.INVERT
2.BlendMode.LAYER, BlendMode.LIGHTEN, BlendMode.MULTIPLY, BlendMode.NORMALBlendMode.LAYER, BlendMode.LIGHTEN, BlendMode.MULTIPLY, BlendMode.NORMAL
3.BlendMode.OVERLAY, BlendMode.SCREEN, BlendMode.SUBTRACTBlendMode.OVERLAY, BlendMode.SCREEN, BlendMode.SUBTRACT
4.Use Blend Modes with Multiple ImagesUse Blend Modes with Multiple Images
ww___w._j__a_v_a_2_s__.__co__m_ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.