feColorMatrixTypeAttribute: type

Description Available Attribute Values Used by the Elements

Description

Governs the type of matrix operation that the feColorMatrix represents.

Available Attribute Values

The value can be any one of the following:

'matrix'

Specifies to interpret the feColorMatrix values parameter as a 4x5 matrix . The result color transformation is given by premultiplying this with c(R, G.B, A, 1) Default.

'saturate'

Specifies that the values parameter is a single numeric between 0 and 1. used to perform color saturation.

'hueRotate'

Specifies that the values parameter is a single numeric representing degrees between 0 and 360, and is . used to perform hue rotation.

'luminanceToAlpha'

Specifies to produce a luminance to alpha effect, and does not use values

Used by the Elements

Filter Primitive Elements

feColorMatrix


mslegrand/svgR documentation built on Jan. 21, 2020, 2:59 p.m.