Method
LasemSvgViewapply_turbulence
Declaration
void
lsm_svg_view_apply_turbulence (
LsmSvgView* view,
const char* output,
const LsmBox* subregion,
double base_frequency_x,
double base_frequency_y,
int n_octaves,
double seed,
LsmSvgStitchTiles stitch_tiles,
LsmSvgTurbulenceType type
)
Parameters
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. base_frequency_x-
Type:
doubleNo description available.
base_frequency_y-
Type:
doubleNo description available.
n_octaves-
Type:
intNo description available.
seed-
Type:
doubleNo description available.
stitch_tiles-
Type:
LsmSvgStitchTilesNo description available.
type-
Type:
LsmSvgTurbulenceTypeNo description available.