Method
LasemSvgViewapply_gaussian_blur
Declaration
void
lsm_svg_view_apply_gaussian_blur (
LsmSvgView* view,
const char* input,
const char* output,
const LsmBox* subregion,
double std_x,
double std_y
)
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. std_x-
Type:
doubleNo description available.
std_y-
Type:
doubleNo description available.