class Celestine::Filter::ColorMatrix
inherits Celestine::Filter::Basic
#
Allows matrix operations on color values
Constants#
TAG = "feColorMatrix"
#
"feColorMatrix"
Methods#
#type : String?
#
: String?
The type of operation
- Potential Values:
matrix | saturate | hueRotate | luminanceToAlpha
- Mozilla SVG Docs
#type=(type : String?)
#
(type : String?)
The type of operation
- Potential Values:
matrix | saturate | hueRotate | luminanceToAlpha
- Mozilla SVG Docs