Module qtjambi
Package io.qt.gui

Class QColorConstants

java.lang.Object
io.qt.gui.QColorConstants

public final class QColorConstants extends Object

Contains QColor predefined constants

Java wrapper for Qt class QColorConstants

  • Method Details

    • Black

      public static QColor Black()
    • Blue

      public static QColor Blue()
    • Color0

      public static QColor Color0()
    • Color1

      public static QColor Color1()
    • Cyan

      public static QColor Cyan()
    • DarkBlue

      public static QColor DarkBlue()
    • DarkCyan

      public static QColor DarkCyan()
    • DarkGray

      public static QColor DarkGray()
    • DarkGreen

      public static QColor DarkGreen()
    • DarkMagenta

      public static QColor DarkMagenta()
    • DarkRed

      public static QColor DarkRed()
    • DarkYellow

      public static QColor DarkYellow()
    • Gray

      public static QColor Gray()
    • Green

      public static QColor Green()
    • LightGray

      public static QColor LightGray()
    • Magenta

      public static QColor Magenta()
    • Red

      public static QColor Red()
    • Transparent

      public static QColor Transparent()
    • White

      public static QColor White()
    • Yellow

      public static QColor Yellow()