Dart API Referencedart:htmlSVGFEColorMatrixElement

SVGFEColorMatrixElement Interface

This filter changes colors based on a transformation matrix. Every pixel's color value (represented by an [R,G,B,A] vector) is matrix multiplated to create a new color.

Extends

SVGFilterPrimitiveStandardAttributes, SVGElement

Static Fields

Code final int SVG_FECOLORMATRIX_TYPE_HUEROTATE #

static final int SVG_FECOLORMATRIX_TYPE_HUEROTATE = 3;

Code final int SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA #

static final int SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA = 4;

Code final int SVG_FECOLORMATRIX_TYPE_MATRIX #

static final int SVG_FECOLORMATRIX_TYPE_MATRIX = 1;

Code final int SVG_FECOLORMATRIX_TYPE_SATURATE #

static final int SVG_FECOLORMATRIX_TYPE_SATURATE = 2;

Code final int SVG_FECOLORMATRIX_TYPE_UNKNOWN #

static final int SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0;

Fields

Code final SVGAnimatedString in1 #

final SVGAnimatedString in1;

Code final SVGAnimatedEnumeration type #

final SVGAnimatedEnumeration type;

Code final SVGAnimatedNumberList values #

final SVGAnimatedNumberList values;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.