goog.graphics.Fill | |
goog.graphics.LinearGradient | goog.graphics.Fill |
x1
: number
Start X position of the gradient.
|
y1
: number
Start Y position of the gradient.
|
x2
: number
End X position of the gradient.
|
y2
: number
End Y position of the gradient.
|
color1
: string
Start color of the gradient.
|
color2
: string
End color of the gradient.
|
opt_opacity1
: ?number=
Start opacity of the gradient, both or neither
of opt_opacity1 and opt_opacity2 have to be set.
|
opt_opacity2
: ?number=
End opacity of the gradient.
|
![]()
No description.
|
code » | |
![]()
No description.
|
code » | |
No description.
Returns: ?number
The start opacity of the gradient.
|
code » | |
No description.
Returns: ?number
The end opacity of the gradient.
|
code » | |
No description.
Returns: number
The start X position of the gradient.
|
code » | |
No description.
Returns: number
The end X position of the gradient.
|
code » | |
No description.
Returns: number
The start Y position of the gradient.
|
code » | |
No description.
Returns: number
The end Y position of the gradient.
|
code » |
![]()
Start color of the gradient.
|
Code » | |
![]()
End color of the gradient.
|
Code » | |
![]()
No description.
|
Code » | |
![]()
Start opacity of the gradient.
|
Code » | |
![]()
End opacity of the gradient.
|
Code » | |
![]()
Start X position of the gradient.
|
Code » | |
![]()
End X position of the gradient.
|
Code » | |
![]()
Start Y position of the gradient.
|
Code » | |
![]()
End Y position of the gradient.
|
Code » |
![]()
No description.
|
Code » |