get_mask


Description:

public Buffer get_mask (int max_width, int max_height, Object format)

Gets mask data of the brush within the bounding box specified by max_width and max_height.

The data will be scaled down so that it fits within this size without changing its ratio. If the brush is smaller than this size to begin with, it will not be scaled up.

If max_width or max_height are null, the buffer is returned in the brush's native size.

Make sure you called [func@Gegl.init] before calling any function using `GEGL`.

Parameters:

this

a [class@Brush].

max_width

a maximum width for the returned buffer.

max_height

a maximum height for the returned buffer.

format

an optional Babl format.

Returns:

a [class@Gegl.Buffer] representing the this mask.