Method

LasemSvgFilterSurfaceconvolve_matrix

Declaration

void
lsm_svg_filter_surface_convolve_matrix (
  LsmSvgFilterSurface* input,
  LsmSvgFilterSurface* output,
  unsigned x_order,
  unsigned y_order,
  unsigned n_values,
  const double* values,
  double divisor,
  double bias,
  unsigned target_x,
  unsigned target_y,
  LsmSvgEdgeMode edge_mode,
  gboolean preserve_alpha
)

Description

No description available.

Parameters

output

Type: LsmSvgFilterSurface

No description available.

The data is owned by the caller of the function.
x_order

Type: unsigned

No description available.

y_order

Type: unsigned

No description available.

n_values

Type: unsigned

No description available.

values

Type: const double*

No description available.

The data is owned by the caller of the function.
divisor

Type: double

No description available.

bias

Type: double

No description available.

target_x

Type: unsigned

No description available.

target_y

Type: unsigned

No description available.

edge_mode

Type: LsmSvgEdgeMode

No description available.

preserve_alpha

Type: gboolean

No description available.