|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.trolltech.qt.gui.QImage.InvertMode
public static final class QImage.InvertMode
This enum type is used to describe how pixel values should be inverted in the invertPixels() function.
invertPixels().
| Field Summary | |
|---|---|
static QImage.InvertMode |
InvertRgb
Invert only the RGB values and leave the alpha channel unchanged. |
static QImage.InvertMode |
InvertRgba
Invert all channels, including the alpha channel. |
| Method Summary | |
|---|---|
static QImage.InvertMode |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QImage.InvertMode |
valueOf(java.lang.String name)
|
static QImage.InvertMode[] |
values()
|
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final QImage.InvertMode InvertRgb
public static final QImage.InvertMode InvertRgba
| Method Detail |
|---|
public static QImage.InvertMode[] values()
public static QImage.InvertMode valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QImage.InvertMode resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||