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.

Hierarchy

hierarchy this HeDynamicColor ancestor_0 GObject ancestor_0--this

Ancestors

Constructors

he_dynamic_color_new
No description available.

he_dynamic_color_new_from_palette
No description available.

Functions

he_dynamic_color_enable_light_foreground
No description available.

he_dynamic_color_tone_allows_light_foreground

Tones less than ~50 always permit white at 4.5 contrast..

Instance methods

he_dynamic_color_build
No description available.

he_dynamic_color_get_hct
No description available.

he_dynamic_color_get_hue
No description available.

he_dynamic_color_get_tone_from_scheme
No description available.

he_dynamic_color_get_tone
No description available.

he_dynamic_color_foreground_tone
No description available.

he_dynamic_color_get_name
No description available.

he_dynamic_color_set_name
No description available.

he_dynamic_color_get_is_background
No description available.

he_dynamic_color_set_is_background
No description available.

he_dynamic_color_get_chromamult
No description available.

he_dynamic_color_set_chromamult
No description available.

he_dynamic_color_get_contrast_curve
No description available.

he_dynamic_color_set_contrast_curve
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

He.DynamicColor:name
No description available.

He.DynamicColor:is-background
No description available.

He.DynamicColor:chromamult
No description available.

He.DynamicColor:contrast-curve
No description available.

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.

Class structure

struct HeDynamicColorClass {
  /* no available fields */
}

No description available.