Package ch.bailu.gtk.gdk
Schnittstelle SubpixelLayout
public interface SubpixelLayout
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
The layout is horizontal, the order is BGRstatic final int
The layout is horizontal, the order is RGBstatic final int
Not organized in this waystatic final int
The layout is not knownstatic final int
The layout is vertical, the order is BGRstatic final int
The layout is vertical, the order is RGB
-
Felddetails
-
UNKNOWN
static final int UNKNOWNThe layout is not known- Siehe auch:
-
NONE
static final int NONENot organized in this way- Siehe auch:
-
HORIZONTAL_RGB
static final int HORIZONTAL_RGBThe layout is horizontal, the order is RGB- Siehe auch:
-
HORIZONTAL_BGR
static final int HORIZONTAL_BGRThe layout is horizontal, the order is BGR- Siehe auch:
-
VERTICAL_RGB
static final int VERTICAL_RGBThe layout is vertical, the order is RGB- Siehe auch:
-
VERTICAL_BGR
static final int VERTICAL_BGRThe layout is vertical, the order is BGR- Siehe auch:
-