Package | Description |
---|---|
com.aspose.psd.brushes | |
com.aspose.psd.extensions |
Modifier and Type | Method and Description |
---|---|
ColorBlend |
LinearGradientBrush.getInterpolationColors()
Deprecated.
This property is not used anymore in this class. Use instance of the LinearMulticolorGradientBrush class instead.
|
ColorBlend |
LinearMulticolorGradientBrush.getInterpolationColors()
Gets or sets a
ColorBlend that defines a multicolor linear gradient. |
ColorBlend |
PathGradientBrush.getInterpolationColors()
Deprecated.
This property is not used in this class anymore. Use PathMulticolorGradientBrush class instead.
|
ColorBlend |
PathMulticolorGradientBrush.getInterpolationColors()
Gets or sets a
ColorBlend that defines a multicolor linear gradient. |
Modifier and Type | Method and Description |
---|---|
void |
LinearGradientBrush.setInterpolationColors(ColorBlend value)
Deprecated.
This property is not used anymore in this class. Use instance of the LinearMulticolorGradientBrush class instead.
|
void |
LinearMulticolorGradientBrush.setInterpolationColors(ColorBlend value)
Gets or sets a
ColorBlend that defines a multicolor linear gradient. |
void |
PathGradientBrush.setInterpolationColors(ColorBlend value)
Deprecated.
This property is not used in this class anymore. Use PathMulticolorGradientBrush class instead.
|
void |
PathMulticolorGradientBrush.setInterpolationColors(ColorBlend value)
Gets or sets a
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 ColorBlend . |
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.