Package app.photofox.vipsffm.generated
Class VipsRaw.vips_composite2
java.lang.Object
app.photofox.vipsffm.generated.VipsRaw.vips_composite2
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentaddress()Returns the address.intapply(MemorySegment base, MemorySegment overlay, MemorySegment out, int mode, Object... x4) Returns the specialized descriptor.handle()Returns the specialized method handle.static VipsRaw.vips_composite2makeInvoker(MemoryLayout... layouts) Variadic invoker factory for:extern int vips_composite2(VipsImage *base, VipsImage *overlay, VipsImage **out, VipsBlendMode mode, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:extern int vips_composite2(VipsImage *base, VipsImage *overlay, VipsImage **out, VipsBlendMode mode, ...) -
address
-
handle
Returns the specialized method handle.- Returns:
- the specialized method handle
-
descriptor
Returns the specialized descriptor.- Returns:
- the specialized descriptor
-
apply
public int apply(MemorySegment base, MemorySegment overlay, MemorySegment out, int mode, Object... x4)
-