Schnittstelle ColorScheme


public interface ColorScheme
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    Inherit the parent color-scheme.
    static final int
    Always use dark appearance.
    static final int
    Always use light appearance.
    static final int
    Use dark appearance unless the system prefers
    prefers light colors.
    static final int
    Use light appearance unless the system
    prefers dark colors.
  • Felddetails

    • DEFAULT

      static final int DEFAULT
      Inherit the parent color-scheme. When set on the
      `AdwStyleManager` returned by [func@StyleManager.get_default], it's
      equivalent to `ADW_COLOR_SCHEME_PREFER_LIGHT`.
      Siehe auch:
    • FORCE_LIGHT

      static final int FORCE_LIGHT
      Always use light appearance.
      Siehe auch:
    • PREFER_LIGHT

      static final int PREFER_LIGHT
      Use light appearance unless the system
      prefers dark colors.
      Siehe auch:
    • PREFER_DARK

      static final int PREFER_DARK
      Use dark appearance unless the system prefers
      prefers light colors.
      Siehe auch:
    • FORCE_DARK

      static final int FORCE_DARK
      Always use dark appearance.
      Siehe auch: