Method
HeDynamicColorget_initial_tone_from_background
Declaration
HeToneFunc
he_dynamic_color_get_initial_tone_from_background (
  HeDynamicColor* self,
  HeBackgroundFunc background,
  void* background_target,
  void** result_target,
  GDestroyNotify* result_target_destroy_notify
)
      Parameters
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 method.  result_target- 
            
Type:
void**No description available.
The argument will be set by the function. The argument can be NULL.The returned data is owned by the instance.  result_target_destroy_notify- 
            
Type:
GDestroyNotifyNo description available.
The argument will be set by the function. The returned data is owned by the instance.  
Return value
Type: HeToneFunc
No description available.