Uses of Class
flash.display.BlendMode

Packages that use BlendMode
flash.display   
 

Uses of BlendMode in flash.display
 

Methods in flash.display that return BlendMode
 BlendMode DisplayObject.getBlendMode()
          A value from the BlendMode class that specifies which blend mode to use.
static BlendMode BlendMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BlendMode BlendMode.valueOfNative(String nativeEnum)
           
static BlendMode[] BlendMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in flash.display with parameters of type BlendMode
 void DisplayObject.setBlendMode(BlendMode blendMode)
           
 



Copyright © 2012. All Rights Reserved.