Searched refs:default_tint (Results 1 – 1 of 1) sorted by relevance
875 color_utils::HSL default_tint = GetDefaultTint(id); in SetThemeTintFromGtk() local879 if (default_tint.s != -1) in SetThemeTintFromGtk()880 hsl.s = default_tint.s; in SetThemeTintFromGtk()882 if (default_tint.l != -1) in SetThemeTintFromGtk()883 hsl.l = default_tint.l; in SetThemeTintFromGtk()