public class TwoColorGradient
extends java.lang.Object
| Constructor and Description |
|---|
TwoColorGradient(Color color1,
Color color2,
int gradientStyleType,
int variant) |
| Modifier and Type | Method and Description |
|---|---|
Color |
getColor1()
Gets the first gradient color.
|
Color |
getColor2()
Gets the second gradient color.
|
int |
getGradientStyleType()
Gets gradient shading style.
|
int |
getVariant()
Gets the gradient variant.
|
void |
setColor1(Color value)
Sets the first gradient color.
|
void |
setColor2(Color value)
Sets the second gradient color.
|
void |
setGradientStyleType(int value)
Sets gradient shading style.
|
void |
setVariant(int value)
Sets the gradient variant.
|
public TwoColorGradient(Color color1, Color color2, int gradientStyleType, int variant)
color1 - color2 - gradientStyleType - GradientStyleType.variant - public Color getColor1()
public void setColor1(Color value)
public Color getColor2()
public void setColor2(Color value)
public int getGradientStyleType()
See GradientStyleType.
public void setGradientStyleType(int value)
See GradientStyleType.
public int getVariant()
public void setVariant(int value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.