Class

HeDynamicColor

Description

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

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_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_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: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.