Home | History | Annotate | Download | only in gtk

Lines Matching full:tint

52 // How much to tint the GTK+ color lighter at the top of the window.
55 // How much to tint the GTK+ color when an explicit frame color hasn't been
133 // Picks a button tint from a set of background colors. While
137 // pair. While 3/4 of the time the resulting tint will be the same, themes that
143 color_utils::HSL* tint) {
156 // 125] will tint green instead of gray). Slight differences (+/-10 (4%) to
165 tint->h = -1;
168 tint->s = text_tint.s;
173 tint->l = accent_tint.l;
175 tint->l = text_tint.l;
178 tint->h = accent_tint.h;
181 tint->s = -1;
188 tint->l = -1;
190 tint->l = text_tint.l;
192 tint->l = 0.9;
890 const color_utils::HSL& tint,
898 // Tint the basic color since this is a heuristic color instead of one
900 GdkColorHSLShift(tint, &out_color);
958 // instead should tint based on the foreground text entry color in GTK+
972 // base[GTK_STATE_SELECTED] color, so tint the icons so they won't collide
1035 const color_utils::HSL& tint) const {
1039 *button, tint));
1043 color_utils::HSL* tint) const {
1051 PickButtonTintFromColors(accent_gdk_color, text_color, base_color, tint);
1055 color_utils::HSL* tint) const {
1063 PickButtonTintFromColors(accent_gdk_color, text_color, base_color, tint);
1067 color_utils::HSL* tint) const {
1073 color_utils::SkColorToHSL(GdkToSkColor(&color), tint);