Package ch.bailu.gtk.gdk
Interface SubpixelLayout
public interface SubpixelLayout
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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
-
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:
-