feColorMatrix | R Documentation |
This filter applies a matrix transformation on the RGBA colour and alpha values of every pixel on the input graphics to produce a result with a new set of RGBA colour and alpha values.
feColorMatrix(input = NA,
type = c("matrix", "saturate",
"hueRotate", "luminanceToAlpha"),
values = NULL, ...)
input |
Identifies an input for this filter primtive. See
|
type |
Indicates the type of matrix operation. The keyword |
values |
The contents of
|
... |
Further arguments to be passed onto |
For more information about this primitive, consult the reference to the SVG specification.
An fe.color.matrix
object.
Simon Potter
https://www.w3.org/TR/SVG/filters.html#feColorMatrixElement
filterEffect
, fe
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.