@Namespace(value="dai") public static enum depthai.Colormap extends Enum<depthai.Colormap>
| Enum Constant and Description |
|---|
JET |
NONE |
STEREO_JET |
STEREO_TURBO |
TURBO |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
depthai.Colormap |
intern() |
String |
toString() |
static depthai.Colormap |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static depthai.Colormap[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final depthai.Colormap NONE
public static final depthai.Colormap TURBO
public static final depthai.Colormap JET
public static final depthai.Colormap STEREO_TURBO
public static final depthai.Colormap STEREO_JET
public static depthai.Colormap[] values()
for (depthai.Colormap c : depthai.Colormap.values()) System.out.println(c);
public static depthai.Colormap 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 depthai.Colormap intern()
public String toString()
toString in class Enum<depthai.Colormap>Copyright © 2023. All rights reserved.