Method

LasemSvgViewapply_displacement_map

Declaration

void
lsm_svg_view_apply_displacement_map (
  LsmSvgView* view,
  const char* input_1,
  const char* input_2,
  const char* output,
  const LsmBox* subregion,
  double scale,
  LsmSvgChannelSelector x_channel_selector,
  LsmSvgChannelSelector y_channel_selector
)

Description

No description available.

Parameters

input_1

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.
input_2

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

No description available.

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

Type: double

No description available.

x_channel_selector

Type: LsmSvgChannelSelector

No description available.

y_channel_selector

Type: LsmSvgChannelSelector

No description available.