Class
HeDynamicColor
Description
class He.DynamicColor : GObject.Object
{
HePaletteFunc palette,
gpointer palette_target,
GDestroyNotify palette_target_destroy_notify,
HeToneFunc tone,
gpointer tone_target,
GDestroyNotify tone_target_destroy_notify,
HeBackgroundFunc background,
gpointer background_target,
GDestroyNotify background_target_destroy_notify,
HeBackgroundFunc second_background,
gpointer second_background_target,
GDestroyNotify second_background_target_destroy_notify,
HeToneDeltaPairFunc tone_delta_pair,
gpointer tone_delta_pair_target,
GDestroyNotify tone_delta_pair_target_destroy_notify
}
No description available.
Functions
he_dynamic_color_tone_allows_light_foreground
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.