Method

GimpPatternget_info

Declaration [src]

gboolean
gimp_pattern_get_info (
  GimpPattern* pattern,
  gint* width,
  gint* height,
  gint* bpp
)

Description [src]

Gets information about the pattern.

Gets information about the pattern: the pattern extents (width and height) and bytes per pixel.

Available since:2.2

Parameters

width gint*
 

The pattern width.

 The argument will be set by the function.
height gint*
 

The pattern height.

 The argument will be set by the function.
bpp gint*
 

The pattern bpp.

 The argument will be set by the function.

Return value

Returns: gboolean
 

TRUE on success.