Lights enum

Enumeration contains a set of identifiers used for identifying the document reader possibilities, specifying lighting schemes for scanning, etc.

Inheritance

Constructors

Lights(int value)
const

Values

UNKNOWN → const Lights

Will be returned if getByValue if a non-existent was passed.

const Lights(-1)
NONE → const Lights

Light off.

const Lights(0)
UV → const Lights

General UV light scheme.

const Lights(128)
WHITE_FULL → const Lights

General white light scheme.

const Lights(6)
IR → const Lights
const Lights(16777216)
IR_TOP → const Lights

Upper/lower lighters of IR light scheme.

const Lights(8)
IR_SIDE → const Lights

Side lighters of IR light scheme.

const Lights(16)
IR_FULL → const Lights

Upper/lower and side lighters of IR light scheme.

const Lights((8 | 16))
OVD → const Lights

OVD light for hologram visualization.

const Lights(67108864)
WHITE_FULL_OVD → const Lights

Combined light for WHITE_FULL and OVD.

const Lights(6 | 67108864)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

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

Static Methods

getByValue(int? i) Lights?

Constants

values → const List<Lights>
A constant List of the values in this enum, in order of their declaration.