Constructor
HeDynamicColorfrom_palette
Declaration
HeDynamicColor*
he_dynamic_color_new_from_palette (
  const gchar* name,
  HePaletteFunc palette,
  void* palette_target,
  HeToneFunc tone,
  void* tone_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.  
Return value
Type: HeDynamicColor
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |