Package ch.bailu.gtk.gdk
Interface SubpixelLayout
public interface SubpixelLayout
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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
-
Field Details
-
UNKNOWN
static final int UNKNOWNThe layout is not known- See Also:
-
NONE
static final int NONENot organized in this way- See Also:
-
HORIZONTAL_RGB
static final int HORIZONTAL_RGBThe layout is horizontal, the order is RGB- See Also:
-
HORIZONTAL_BGR
static final int HORIZONTAL_BGRThe layout is horizontal, the order is BGR- See Also:
-
VERTICAL_RGB
static final int VERTICAL_RGBThe layout is vertical, the order is RGB- See Also:
-
VERTICAL_BGR
static final int VERTICAL_BGRThe layout is vertical, the order is BGR- See Also:
-