IlluminationMode enum
Enum representing different modes for illumination control during scanning.
Constructors
- IlluminationMode()
-
const
Values
- enableFloodlight → const IlluminationMode
- disableFloodlight → const IlluminationMode
- alternatingFloodlight → const IlluminationMode
- preventSpecularReflection → const IlluminationMode
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
IlluminationMode> - A constant List of the values in this enum, in order of their declaration.