org.kde.qt
public class QColor extends Object implements QtSupport
| Field Summary | |
|---|---|
| static int | Dirt |
| static int | Hsv |
| static int | Invalid |
| static int | Rgb |
| Constructor Summary | |
|---|---|
| protected | QColor(Class dummy) |
| QColor() | |
| QColor(int r, int g, int b) | |
| QColor(int x, int y, int z, int arg4) | |
| QColor(int rgb, int pixel) | |
| QColor(int rgb) | |
| QColor(String name) | |
| QColor(QColor arg1) | |
| Method Summary | |
|---|---|
| int | alloc() |
| int | blue() |
| static void | cleanup() |
| static ArrayList | colorNames() |
| static int | currentAllocContext() |
| QColor | dark(int f) |
| QColor | dark() |
| static void | destroyAllocContext(int arg1) |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| static int | enterAllocContext() |
| protected void | finalize() Deletes the wrapped C++ instance |
| void | getHsv(int[] h, int[] s, int[] v) |
| void | getRgb(int[] r, int[] g, int[] b) |
| int | green() |
| void | hsv(int[] h, int[] s, int[] v) |
| static void | initialize() |
| boolean | isDirty() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | isValid() |
| static void | leaveAllocContext() |
| QColor | light(int f) |
| QColor | light() |
| static int | maxColors() |
| String | name() |
| static int | numBitPlanes() |
| boolean | op_equals(QColor c) |
| boolean | op_not_equals(QColor c) |
| int | pixel() |
| int | red() |
| int | rgb() |
| void | rgb(int[] r, int[] g, int[] b) |
| void | setHsv(int h, int s, int v) |
| void | setNamedColor(String name) |
| void | setRgb(int r, int g, int b) |
| void | setRgb(int rgb) |