5#ifndef FLUTTER_DISPLAY_LIST_EFFECTS_COLOR_SOURCES_DL_MATRIX_COLOR_SOURCE_BASE_H_
6#define FLUTTER_DISPLAY_LIST_EFFECTS_COLOR_SOURCES_DL_MATRIX_COLOR_SOURCE_BASE_H_
18 return matrix_.
IsIdentity() ? nullptr : &matrix_;
const DlMatrix & matrix() const
const DlMatrix * matrix_ptr() const
DlMatrixColorSourceBase(const DlMatrix *matrix)
A 4x4 matrix using column-major storage.
constexpr bool IsIdentity() const