RGLGraphicFieldLight

This page covers the description of the RGLGraphicFieldLight enumeration

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

typedef NS_ENUM(NSInteger, RGLGraphicFieldLight) {
  RGLGraphicFieldLightUV               = 128,
  RGLGraphicFieldLightWhite            = 6,
  RGLGraphicFieldLightOVD              = 67108864
} NS_SWIFT_NAME(GraphicFieldLight);

Constant

Description

RGLGraphicFieldLightUV

general UV light scheme

RGLGraphicFieldLightWhite

upper/lower and side lighters of IR light scheme

RGLGraphicFieldLightOVD

OVD light for hologram visualization

Last updated

Was this helpful?