gimp-pattern-get-pixels

Michael Natterer <mitch@gimp.org>

Description

Retrieve information about the specified pattern (including pixels).

Help

This procedure retrieves information about the specified. This includes the pattern extents (width and height), its bpp and its pixel data.


Type

unknown

Parameters

Type Name Description
PF_VALUE name The pattern name.

Return

Type Name Description
PF_INT width The pattern width
PF_INT height The pattern height
PF_INT bpp The pattern bpp
PF_INT num-color-bytes Number of pattern bytes (num-color-bytes >= 0)
unknown color-bytes The pattern data.