Package | Description |
---|---|
com.aspose.imaging |
The package is the core for nested packages and the most basic objects used for Aspose.Imaging processing.
|
com.aspose.imaging.brushes |
The package provides helper classes and methods to work with different brush types.
|
com.aspose.imaging.extensions |
The package contains extension methods.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ColorBlend.op_Equality(ColorBlend colorBlend1,
ColorBlend colorBlend2)
Tests whether two specified
com.aspose.imaging.ColorBlend classes are different. |
static boolean |
ColorBlend.op_Inequality(ColorBlend colorBlend1,
ColorBlend colorBlend2)
Tests whether two specified
com.aspose.imaging.ColorBlend classes are equivalent. |
Modifier and Type | Method and Description |
---|---|
ColorBlend |
LinearGradientBrush.getInterpolationColors()
Deprecated.
|
ColorBlend |
LinearMulticolorGradientBrush.getInterpolationColors()
Gets a
com.aspose.imaging.ColorBlend that defines a multicolor linear gradient. |
ColorBlend |
PathGradientBrush.getInterpolationColors()
Deprecated.
|
ColorBlend |
PathMulticolorGradientBrush.getInterpolationColors()
Gets or sets a
com.aspose.imaging.ColorBlend that defines a multicolor linear gradient. |
Modifier and Type | Method and Description |
---|---|
void |
LinearGradientBrush.setInterpolationColors(ColorBlend value)
Deprecated.
|
void |
LinearMulticolorGradientBrush.setInterpolationColors(ColorBlend value)
Sets a
com.aspose.imaging.ColorBlend that defines a multicolor linear gradient. |
void |
PathGradientBrush.setInterpolationColors(ColorBlend value)
Deprecated.
|
void |
PathMulticolorGradientBrush.setInterpolationColors(ColorBlend value)
Gets or sets a
com.aspose.imaging.ColorBlend that defines a multicolor linear gradient. |
Modifier and Type | Method and Description |
---|---|
static com.aspose.ms.System.Drawing.Drawing2D.ColorBlend |
ColorBlendExtensions.toGdiColorBlend(ColorBlend colorBlend)
Converts the
ColorBlend to System.Drawing.Drawing2D.ColorBlend . |
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.