Class

HeDynamicColor

Description

class He.DynamicColor : GObject.Object
{
  HePaletteFunc palette,
  gpointer palette_target,
  HeToneFunc tonev,
  gpointer tonev_target,
  HeBackgroundFunc background,
  gpointer background_target,
  HeBackgroundFunc second_background,
  gpointer second_background_target,
  HeToneDeltaPairFunc tone_delta_pair,
  gpointer tone_delta_pair_target
}

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_get_hct
No description available.

he_dynamic_color_get_hue
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.