Package | Description |
---|---|
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 |
---|---|
ColorBlend |
PathMulticolorGradientBrush.getInterpolationColors()
Gets or sets a
com.aspose.imaging.ColorBlend that defines a multicolor linear gradient. |
ColorBlend |
PathGradientBrush.getInterpolationColors()
Deprecated.
|
ColorBlend |
LinearMulticolorGradientBrush.getInterpolationColors()
Gets a
com.aspose.imaging.ColorBlend that defines a multicolor linear gradient. |
ColorBlend |
LinearGradientBrush.getInterpolationColors()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
PathMulticolorGradientBrush.setInterpolationColors(ColorBlend value)
Gets or sets a
com.aspose.imaging.ColorBlend that defines a multicolor linear gradient. |
void |
PathGradientBrush.setInterpolationColors(ColorBlend value)
Deprecated.
|
void |
LinearMulticolorGradientBrush.setInterpolationColors(ColorBlend value)
Sets a
com.aspose.imaging.ColorBlend that defines a multicolor linear gradient. |
void |
LinearGradientBrush.setInterpolationColors(ColorBlend value)
Deprecated.
|
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 . |