Function
GeglLookupnew_full
Declaration [src]
GeglLookup*
gegl_lookup_new_full (
GeglLookupFunction function,
gpointer data,
gfloat start,
gfloat end,
gfloat precision
)
Description
No description available.
This function is not directly available to language bindings.
| skip-reason | unknown_since_0b302ba5 |
Parameters
function-
Type:
GeglLookupFunctionThe function to build a lookup for.
data-
Type:
gpointerA user data pointer passed to lookup calls.
The argument can be NULL.The data is owned by the caller of the function. start-
Type:
gfloatLower bound of the lookup.
end-
Type:
gfloatUpper bound of the lookup.
precision-
Type:
gfloatThe precision of the lookup table.
Return value
Type: GeglLookup
A GeglLookup.
| The data is owned by the called function. |