Function

GimpResourceid_is_palette

Declaration [src]

gboolean
gimp_resource_id_is_palette (
  gint resource_id
)

Description [src]

Returns whether the resource ID is a palette.

This procedure returns TRUE if the specified resource ID is a palette.

Available since:3.0

Parameters

resource_id gint
 

The resource ID.

Return value

Returns: gboolean
 

TRUE if the resource ID is a palette, FALSE otherwise.