Gimp.Matrix3.is_diagonal
@accepts(Gimp.Matrix3)
@returns(bool)
def is_diagonal(self):
# Python wrapper for gimp_matrix3_is_diagonal()
Checks if the given matrix is diagonal.
- self
The matrix that is to be tested.
- Returns
@accepts(Gimp.Matrix3)
@returns(bool)
def is_diagonal(self):
# Python wrapper for gimp_matrix3_is_diagonal()
Checks if the given matrix is diagonal.
The matrix that is to be tested.