Brush.applyMatrix

Syntax

applyMatrix(matrix: Array);

Parameters

matrix. Color matrix.

Description

The applyMatrix method applies color matrix for the brush.

Comments

Matrix structure is presented on the color matrix description page of the World Wide Web Consortium.

Example

The example of use is given in the page with description of the Color.applyMatrix method.

Brush