Package ch.bailu.gtk.gdk
Schnittstelle SubpixelLayout
public interface SubpixelLayout
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intThe layout is horizontal, the order is BGRstatic final intThe layout is horizontal, the order is RGBstatic final intNot organized in this waystatic final intThe layout is not knownstatic final intThe layout is vertical, the order is BGRstatic final intThe 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:
-