feColorMatrix(input = NA, type = c("matrix", "saturate", "hueRotate", "luminanceToAlpha"), values = NULL, ...)
filterInputs
.
"matrix"
indicates that a full 5x4 matrix of values will be provided. The
other keywords represent convenience shortcuts to allow commonly
used color operations to be performed without specifying a complete
matrix.
values
depend on what type
is:
matrix
A 5x4 matrix of numeric values.
saturate
A single element numeric vector whose value
is between 0 and 1.
hueRotate
A single element numeric vector whose value
represents degrees.
luminanceToAlpha
Should be left as NULL
as
there are no applicable values.
fe
.
fe.color.matrix
object.
filterEffect
, fe
.