Previous Element | Next Element |
ColorMatrix
A color matrix represents a composite matrix of color
adjustment values that are applied uniformly to the source
display object. A Color matrix is a 5x5 matrix that is the
product of adjustments made to brightness, contrast,
saturation, and hue of the displayed symbol. In general, it
is not possible to separate out the individual
transformations once a color matrix is created. To specify
individual color transformations, the
ColorAdjust
element should be used. For more information on the general
characteristics of the Color Matrix, please see the
feColorMatrix element
in the SVG specification.
Attributes
values | This is a list of 20 floating point values, separated by whitespace. Only the first four rows of the 5x5 color matrix are specified as the last row is always constant. | |
Type | List of numbers |
Parent Elements
FiltersExamples
None
Previous Element | Next Element |