public static enum Spinnaker_C.spinWhiteClipSelectorEnums extends Enum<Spinnaker_C.spinWhiteClipSelectorEnums>
Enum Constant and Description |
---|
NUM_WHITECLIPSELECTOR |
WhiteClipSelector_All
White Clip will be applied to all channels or taps.
|
WhiteClipSelector_Blue
White Clip will be applied to the blue channel.
|
WhiteClipSelector_Green
White Clip will be applied to the green channel.
|
WhiteClipSelector_Red
White Clip will be applied to the red channel.
|
WhiteClipSelector_Tap1
White Clip will be applied to Tap 1.
|
WhiteClipSelector_Tap2
White Clip will be applied to Tap 2.
|
WhiteClipSelector_U
White Clip will be applied to U channel.
|
WhiteClipSelector_V
White Clip will be applied to V channel.
|
WhiteClipSelector_Y
White Clip will be applied to Y channel.
|
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
Spinnaker_C.spinWhiteClipSelectorEnums |
intern() |
String |
toString() |
static Spinnaker_C.spinWhiteClipSelectorEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C.spinWhiteClipSelectorEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C.spinWhiteClipSelectorEnums WhiteClipSelector_All
public static final Spinnaker_C.spinWhiteClipSelectorEnums WhiteClipSelector_Red
public static final Spinnaker_C.spinWhiteClipSelectorEnums WhiteClipSelector_Green
public static final Spinnaker_C.spinWhiteClipSelectorEnums WhiteClipSelector_Blue
public static final Spinnaker_C.spinWhiteClipSelectorEnums WhiteClipSelector_Y
public static final Spinnaker_C.spinWhiteClipSelectorEnums WhiteClipSelector_U
public static final Spinnaker_C.spinWhiteClipSelectorEnums WhiteClipSelector_V
public static final Spinnaker_C.spinWhiteClipSelectorEnums WhiteClipSelector_Tap1
public static final Spinnaker_C.spinWhiteClipSelectorEnums WhiteClipSelector_Tap2
public static final Spinnaker_C.spinWhiteClipSelectorEnums NUM_WHITECLIPSELECTOR
public static Spinnaker_C.spinWhiteClipSelectorEnums[] values()
for (Spinnaker_C.spinWhiteClipSelectorEnums c : Spinnaker_C.spinWhiteClipSelectorEnums.values()) System.out.println(c);
public static Spinnaker_C.spinWhiteClipSelectorEnums 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.spinWhiteClipSelectorEnums intern()
public String toString()
toString
in class Enum<Spinnaker_C.spinWhiteClipSelectorEnums>
Copyright © 2022. All rights reserved.