Constructor
HeDynamicColornew
Declaration
HeDynamicColor*
he_dynamic_color_new (
  const gchar* name,
  HePaletteFunc palette,
  void* palette_target,
  HeToneFunc tone,
  void* tone_target,
  gdouble chromamult,
  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,
  HeContrastCurveFunc contrast_curve_func,
  void* contrast_curve_func_target,
  HeDoubleFunc chroma_multiplier_func,
  void* chroma_multiplier_func_target,
  HeDoubleFunc opacity,
  void* opacity_target
)
      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:
HePaletteFuncNo description available.
 palette_target- 
            
Type:
void*No description available.
The argument can be NULL.The data is owned by the caller of the function.  tone- 
            
Type:
HeToneFuncNo description available.
The argument can be NULL. tone_target- 
            
Type:
void*No description available.
The argument can be NULL.The data is owned by the caller of the function.  chromamult- 
            
Type:
gdoubleNo description available.
 is_background- 
            
Type:
gboolean*No description available.
The argument can be NULL.The data is owned by the caller of the function.  background- 
            
Type:
HeBackgroundFuncNo 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:
HeBackgroundFuncNo 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:
HeContrastCurveNo description available.
The argument can be NULL.The data is owned by the caller of the function.  tone_delta_pair- 
            
Type:
HeToneDeltaPairFuncNo 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.  contrast_curve_func- 
            
Type:
HeContrastCurveFuncNo description available.
The argument can be NULL. contrast_curve_func_target- 
            
Type:
void*No description available.
The argument can be NULL.The data is owned by the caller of the function.  chroma_multiplier_func- 
            
Type:
HeDoubleFuncNo description available.
The argument can be NULL. chroma_multiplier_func_target- 
            
Type:
void*No description available.
The argument can be NULL.The data is owned by the caller of the function.  opacity- 
            
Type:
HeDoubleFuncNo description available.
The argument can be NULL. opacity_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. |