Constructor Summary |
---|
TwoColorGradient(color1, color2, gradientStyleType, variant)
|
Property Getters/Setters Summary | ||
---|---|---|
method | getColor1() | |
method | setColor1(value) | |
Gets and sets the first gradient color. | ||
method | getColor2() | |
method | setColor2(value) | |
Gets and sets the second gradient color. | ||
method | getGradientStyleType() | |
method | setGradientStyleType(value) | |
Gets and sets gradient shading style. The value of the property is GradientStyleType integer constant. | ||
method | getVariant() | |
method | setVariant(value) | |
Gets and sets the gradient variant. |
TwoColorGradient(color1, color2, gradientStyleType, variant)
color1: Color
- color2: Color
- gradientStyleType: int
- A variant: int
- Color getColor1() / setColor1(value)
Color getColor2() / setColor2(value)
int getGradientStyleType() / setGradientStyleType(value)
int getVariant() / setVariant(value)