| Package | Description |
|---|---|
| com.ni.vision |
| Modifier and Type | Field and Description |
|---|---|
NIVision.PaletteType |
NIVision.ConstructROIOptions2.type |
NIVision.PaletteType |
NIVision.ConstructROIOptions.type |
| Modifier and Type | Method and Description |
|---|---|
static NIVision.PaletteType |
NIVision.PaletteType.fromValue(int val) |
static NIVision.PaletteType |
NIVision.PaletteType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.PaletteType[] |
NIVision.PaletteType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
NIVision.imaqSetWindowPalette(int windowNumber,
NIVision.PaletteType type,
NIVision.RGBValue[] palette) |
| Constructor and Description |
|---|
ConstructROIOptions(int windowNumber,
String windowTitle,
NIVision.PaletteType type,
NIVision.RGBValue[] palette) |
ConstructROIOptions2(int windowNumber,
String windowTitle,
NIVision.PaletteType type,
NIVision.RGBValue[] palette,
int maxContours) |
Copyright © 2015. All rights reserved.