Gimp.Pattern.get_by_name

function get_by_name(name: String): Gimp.Pattern {
    // Gjs wrapper for gimp_pattern_get_by_name()
}
  

Returns the pattern with the given name.

Returns an existing pattern having the given name. Returns null when no pattern exists of that name.

Since 3.0

name

The name of the pattern.

Returns

The pattern.