Function

GeglLookupnew_full

Declaration [src]

GeglLookup*
gegl_lookup_new_full (
  GeglLookupFunction function,
  gpointer data,
  gfloat start,
  gfloat end,
  gfloat precision
)

Description

No description available.

Parameters

function GeglLookupFunction
 

The function to build a lookup for.

data gpointer
 

A user data pointer passed to lookup calls.

 The argument can be NULL.
 The data is owned by the caller of the function.
start gfloat
 

Lower bound of the lookup.

end gfloat
 

Upper bound of the lookup.

precision gfloat
 

The precision of the lookup table.

Return value

Returns: GeglLookup
 

A GeglLookup.

 The data is owned by the called function.