Search
Preparing search index...
The search index is not available
SavageDOM
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
ColorMatrix
Raw
Class Raw
Hierarchy
Raw
Implements
ColorMatrix
Attribute
<
Raw
>
Index
Constructors
constructor
Properties
arr
type
Methods
get
interpolator
parse
set
to
String
Constructors
constructor
new
Raw
(
values
?:
number
[]
[]
)
:
Raw
Parameters
Default value
values:
number
[]
[]
= [[1, 0, 0, 0, 0], [0, 1, 0, 0, 0], [0, 0, 1, 0, 0], [0, 0, 0, 1, 0], [0, 0, 0, 0, 0]]
Returns
Raw
Properties
arr
arr
:
number
[]
= []
type
type
:
"matrix"
= "matrix"
Methods
get
get
(
element
:
SVGElement
, attr
:
string
)
:
Raw
Parameters
element:
SVGElement
attr:
string
Returns
Raw
interpolator
interpolator
(
from
:
Raw
)
:
function
Parameters
from:
Raw
Returns
function
(
t
:
number
)
:
Raw
Parameters
t:
number
Returns
Raw
parse
parse
(
css
:
string
|
null
)
:
Raw
Parameters
css:
string
|
null
Returns
Raw
set
set
(
element
:
SVGElement
, attr
:
string
, override
?:
Raw
)
:
void
Parameters
element:
SVGElement
attr:
string
Optional
override:
Raw
Returns
void
to
String
to
String
(
)
:
string
Returns
string
Globals
Color
Matrix
Hue
Rotate
Luminance
ToAlpha
Color
Matrix
Raw
constructor
arr
type
get
interpolator
parse
set
to
String
Saturate
type
to
String
Generated using
TypeDoc