Uses of Class
com.aspose.imaging.Blend

Packages that use Blend
com.aspose.imaging   
com.aspose.imaging.brushes   
 

Uses of Blend in com.aspose.imaging
 

Methods in com.aspose.imaging with parameters of type Blend
static boolean Blend.op_Equality(Blend blend1, Blend blend2)
           Tests whether two specified Blend classes are different.
static boolean Blend.op_Inequality(Blend blend1, Blend blend2)
          todo not used Tests whether two specified Blend classes are equivalent.
 

Uses of Blend in com.aspose.imaging.brushes
 

Methods in com.aspose.imaging.brushes that return Blend
 Blend LinearGradientBrush.getBlend()
           Gets or sets a Blend that specifies positions and factors that define a custom falloff for the gradient.
 Blend PathGradientBrush.getBlend()
           Gets a Blend that specifies positions and factors that define a custom falloff for the gradient.
 

Methods in com.aspose.imaging.brushes with parameters of type Blend
 void LinearGradientBrush.setBlend(Blend value)
           
 void PathGradientBrush.setBlend(Blend value)
           Sets a Blend that specifies positions and factors that define a custom falloff for the gradient.