Searched refs:by_hex (Results 1 – 4 of 4) sorted by relevance
4 RED = Color::RGB.by_hex('#ED4B35')5 GREEN = Color::RGB.by_hex('#11C560')6 AMBER = Color::RGB.by_hex('#F5A623')7 BROWN = Color::RGB.by_hex('#8B572A')8 BLUE = Color::RGB.by_hex('#4A90E2')9 GRAY = Color::RGB.by_hex('#9B9B9B')10 BLACK = Color::RGB.by_hex('#2A2929')11 YELLOW = Color::RGB.by_hex('#F1C40F')12 WHITE = Color::RGB.by_hex('#E6E7E8')
54 struct by_hex{}; struct in wb::side_actions_container66 boost::multi_index::tag< by_hex >,
589 …return find_first_action_of(actions_.get<container::by_hex>().equal_range(hex), begin(), std::less… in find_first_action_at()