Method
LasemSvgViewapply_convolve_matrix
Declaration
void
lsm_svg_view_apply_convolve_matrix (
LsmSvgView* view,
const char* input,
const char* output,
const LsmBox* subregion,
unsigned a,
unsigned b,
unsigned n_values,
double* values,
double divisor,
double bias,
int target_x,
int target_y,
LsmSvgEdgeMode edge_mode,
gboolean preserve_alpha
)
Parameters
input-
Type:
const char*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. output-
Type:
const char*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. subregion-
Type:
LsmBoxNo description available.
The data is owned by the caller of the function. a-
Type:
unsignedNo description available.
b-
Type:
unsignedNo description available.
n_values-
Type:
unsignedNo description available.
values-
Type:
double*No description available.
The data is owned by the caller of the function. divisor-
Type:
doubleNo description available.
bias-
Type:
doubleNo description available.
target_x-
Type:
intNo description available.
target_y-
Type:
intNo description available.
edge_mode-
Type:
LsmSvgEdgeModeNo description available.
preserve_alpha-
Type:
gbooleanNo description available.