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