public static enum Bx5GScreenProfile.ScreenMatrixType extends Enum<Bx5GScreenProfile.ScreenMatrixType>
Enum Constant and Description |
---|
COLOR
全彩。
|
RG
R+G。
|
RGGR
G+R,该参数只对双基色屏有效。
|
Modifier and Type | Method and Description |
---|---|
static Bx5GScreenProfile.ScreenMatrixType |
valueOf(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 RG
public static final Bx5GScreenProfile.ScreenMatrixType RGGR
public static final Bx5GScreenProfile.ScreenMatrixType COLOR
public static Bx5GScreenProfile.ScreenMatrixType[] values()
for (Bx5GScreenProfile.ScreenMatrixType c : Bx5GScreenProfile.ScreenMatrixType.values()) System.out.println(c);
public static Bx5GScreenProfile.ScreenMatrixType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2020 onbon4j. All rights reserved.