Callbacks¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- Gegl.LookupFunction(value, data)¶
- Gegl.NodeFunction(node, *user_data)¶
- Parameters:
node (
Gegl.PathItem) –
- Gegl.ParallelDistributeAreaFunc(area, *user_data)¶
- Parameters:
area (
Gegl.Rectangle) – the current sub-area
Specifies the type of function passed to
Gegl.parallel_distribute_area().The function should process the sub-area specified by area.
- Gegl.ParallelDistributeFunc(i, n, *user_data)¶
- Parameters:
Specifies the type of function passed to
Gegl.parallel_distribute().The function should process the i-th part of the data, out of n equal parts. n may be less-than or equal-to the max_n argument passed to
Gegl.parallel_distribute().
- Gegl.ParallelDistributeRangeFunc(offset, size, *user_data)¶
- Parameters:
Specifies the type of function passed to
Gegl.parallel_distribute_range().The function should process size elements of the data, starting at offset.
- Gegl.SamplerGetFun(self, x, y, scale, output, repeat_mode)¶
- Parameters:
self (
Gegl.Sampler) –x (
float) –y (
float) –scale (
Gegl.BufferMatrix2) –repeat_mode (
Gegl.AbyssPolicy) –
- Gegl.TileSourceCommand(gegl_tile_source, command, x, y, z, data)¶
- Parameters:
gegl_tile_source (
Gegl.TileSource) –command (
Gegl.TileCommand) –x (
int) –y (
int) –z (
int) –
- Return type: