public static enum Spinnaker_C._spinLUTSelectorEnums extends Enum<Spinnaker_C._spinLUTSelectorEnums>
| Enum Constant and Description |
|---|
LUTSelector_LUT1
This LUT is for re-mapping pixels of all formats
(mono, Bayer, red, green and blue).
|
NUM_LUTSELECTOR |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C._spinLUTSelectorEnums |
intern() |
String |
toString() |
static Spinnaker_C._spinLUTSelectorEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C._spinLUTSelectorEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C._spinLUTSelectorEnums LUTSelector_LUT1
public static final Spinnaker_C._spinLUTSelectorEnums NUM_LUTSELECTOR
public static Spinnaker_C._spinLUTSelectorEnums[] values()
for (Spinnaker_C._spinLUTSelectorEnums c : Spinnaker_C._spinLUTSelectorEnums.values()) System.out.println(c);
public static Spinnaker_C._spinLUTSelectorEnums 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 nullpublic Spinnaker_C._spinLUTSelectorEnums intern()
public String toString()
toString in class Enum<Spinnaker_C._spinLUTSelectorEnums>Copyright © 2020. All rights reserved.