public static enum Bx5GScreenProfile.ScreenMatrixType extends java.lang.Enum<Bx5GScreenProfile.ScreenMatrixType>
| Enum Constant and Description |
|---|
COLOR
全彩。
|
RG
R+G。
|
RGGR
G+R,该参数只对双基色屏有效。
|
| Modifier and Type | Method and Description |
|---|---|
static Bx5GScreenProfile.ScreenMatrixType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Bx5GScreenProfile.ScreenMatrixType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Bx5GScreenProfile.ScreenMatrixType COLOR
public static final Bx5GScreenProfile.ScreenMatrixType RG
public static final Bx5GScreenProfile.ScreenMatrixType RGGR
public static Bx5GScreenProfile.ScreenMatrixType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static Bx5GScreenProfile.ScreenMatrixType[] values()
for (Bx5GScreenProfile.ScreenMatrixType c : Bx5GScreenProfile.ScreenMatrixType.values()) System.out.println(c);