Constructor

HeDynamicColornew

Declaration

HeDynamicColor*
he_dynamic_color_new (
  const gchar* name,
  HePaletteFunc palette,
  void* palette_target,
  HeToneFunc tonev,
  void* tonev_target,
  gboolean* is_background,
  HeBackgroundFunc background,
  void* background_target,
  HeBackgroundFunc second_background,
  void* second_background_target,
  HeContrastCurve* contrast_curve,
  HeToneDeltaPairFunc tone_delta_pair,
  void* tone_delta_pair_target
)

Description

No description available.

Parameters

name

Type: const gchar*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
palette

Type: HePaletteFunc

No description available.

palette_target

Type: void*

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
tonev

Type: HeToneFunc

No description available.

tonev_target

Type: void*

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
is_background

Type: gboolean*

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
background

Type: HeBackgroundFunc

No description available.

The argument can be NULL.
background_target

Type: void*

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
second_background

Type: HeBackgroundFunc

No description available.

The argument can be NULL.
second_background_target

Type: void*

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
contrast_curve

Type: HeContrastCurve

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
tone_delta_pair

Type: HeToneDeltaPairFunc

No description available.

The argument can be NULL.
tone_delta_pair_target

Type: void*

No description available.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: HeDynamicColor

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.