Class "PictureLinearGradient"
A description of a linear gradient that is meant to be used as part of a larger picture (as it does not directly draw anything itself). This object will have no effect unless it is used in conjunction with the gridSVG package.
x0
:Object of class "numeric"
. The starting x-location of the
linear gradient.
y0
:Object of class "numeric"
. The starting y-location of the
linear gradient.
x1
:Object of class "numeric"
. The ending x-location of the
linear gradient.
y1
:Object of class "numeric"
. The ending y-location of the
linear gradient.
spreadMethod
:Object of class "character"
that specifies what happens
when a gradient ends within its bounds. Must be one of "pad",
"reflect" or "repeat". See "linearGradient"
in the gridSVG
package for more information.
stops
:Object of class "list"
that is a list of objects of class
"PictureGradientStop"
.
Class "PictureContent"
.
signature(object = "PictureLinearGradient", tm = "matrix")
:
transform the locations that represent the bounds and direction of
the gradient by a 3x3 transformation matrix.
signature(object = "PictureLinearGradient")
:
convert to a gradient object for use with the gridSVG package.
Simon Potter
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.