CSSMatrixComponent constructor

CSSMatrixComponent(
  1. DOMMatrixReadOnly matrix, [
  2. CSSMatrixComponentOptions options
])

Implementation

external factory CSSMatrixComponent(
  DOMMatrixReadOnly matrix, [
  CSSMatrixComponentOptions options,
]);