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
)

Description

No description available.

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: LsmBox

No description available.

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

Type: double

No description available.

base_frequency_y

Type: double

No description available.

n_octaves

Type: int

No description available.

seed

Type: double

No description available.

stitch_tiles

Type: LsmSvgStitchTiles

No description available.

type

Type: LsmSvgTurbulenceType

No description available.