RGLGraphicFieldLight

Objective-C

enum RGLGraphicFieldLight : NSInteger {}

Swift

enum GraphicFieldLight : Int, @unchecked Sendable

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

  • Light off

    Declaration

    Objective-C

    RGLGraphicFieldLightOff = 0

    Swift

    case off = 0
  • General white light scheme

    Declaration

    Objective-C

    RGLGraphicFieldLightWhite = 6

    Swift

    case white = 6
  • General infrared light scheme

    Declaration

    Objective-C

    RGLGraphicFieldLightInfrared = 24

    Swift

    case infrared = 24
  • General UV light scheme

    Declaration

    Objective-C

    RGLGraphicFieldLightUV = 128

    Swift

    case UV = 128
  • OVD light for hologram visualization

    Declaration

    Objective-C

    RGLGraphicFieldLightOVD = 67108864

    Swift

    case OVD = 67108864