Gimp.Matrix3.prototype.is_identity

function is_identity(): Boolean {
    // Gjs wrapper for gimp_matrix3_is_identity()
}
  

Checks if the given matrix is the identity matrix.

Returns

true if the matrix is the identity matrix, false otherwise