Uses of Class
plugins.big.blobgenerator.filters.BlendingMode

Packages that use BlendingMode
plugins.big.blobgenerator.filters   
plugins.big.blobgenerator.parameters   
 

Uses of BlendingMode in plugins.big.blobgenerator.filters
 

Methods in plugins.big.blobgenerator.filters that return BlendingMode
static BlendingMode BlendingMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BlendingMode[] BlendingMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in plugins.big.blobgenerator.filters with parameters of type BlendingMode
static icy.image.IcyBufferedImage BlendingFilter.apply(icy.image.IcyBufferedImage A, icy.image.IcyBufferedImage B, BlendingMode mode, double intensity)
          Returns the result of the blending of two images accordingly to the given blending mode.
 

Uses of BlendingMode in plugins.big.blobgenerator.parameters
 

Methods in plugins.big.blobgenerator.parameters that return BlendingMode
 BlendingMode Parameters.noiseBlendingMode()
          Returns the blending mode used to mix the noise and the cells.