/* -*- Mode: C++; tab-width: 40; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// Widget color information associated to a particular frame. class ThemeColors { protected: using Document = mozilla::dom::Document; using sRGBColor = mozilla::gfx::sRGBColor; using LookAndFeel = mozilla::LookAndFeel; using StyleSystemColor = mozilla::StyleSystemColor; using AccentColor = ThemeAccentColor;
// Whether we should use system colors (for high contrast mode). static HighContrastInfo ShouldBeHighContrast(const nsPresContext&); static ColorScheme ColorSchemeForWidget(const nsIFrame*, StyleAppearance, const HighContrastInfo&);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.