Home | History | Annotate | Download | only in gtk

Lines Matching refs:color_utils

19 #include "ui/gfx/color_utils.h"
147 typedef std::map<int, color_utils::HSL> TintMap;
189 const color_utils::HSL& tint,
217 const color_utils::HSL& tint) const;
221 void GetNormalButtonTintHSL(color_utils::HSL* tint) const;
224 void GetNormalEntryForegroundHSL(color_utils::HSL* tint) const;
228 void GetSelectedEntryForegroundHSL(color_utils::HSL* tint) const;
270 color_utils::HSL button_tint_;
271 color_utils::HSL entry_tint_;
272 color_utils::HSL selected_entry_tint_;