Buffer.introspectable_new
Description:
[ CCode ( cname = "gegl_buffer_introspectable_new" , has_construct_function = false ) ]
public Buffer.introspectable_new (string format_name, int x, int y, int width, int height)
public Buffer.introspectable_new (string format_name, int x, int y, int width, int height)
Create a new GeglBuffer with the given format and dimensions.
Parameters:
format_name |
The Babl format name for this buffer, e.g. "RGBA float" |
x |
x origin of the buffer's extent |
y |
y origin of the buffer's extent |
width |
width of the buffer's extent |
height |
height of the buffer's extent |