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