RGLCustomizationColor

NS_ENUM(NSInteger, RGLCustomizationColor) {
  RFIDProcessingScreenBackground RGL_DEPRECATED(9.3, "Use `RGLCustomizationColorRFIDProcessingScreenBackground` instead") = 200,
  RFIDProcessingScreenHintLabelText RGL_DEPRECATED(9.3, "Use `RGLCustomizationColorRFIDProcessingScreenHintLabelText` instead") = 201,
  RFIDProcessingScreenHintLabelBackground RGL_DEPRECATED(9.3, "Use `RGLCustomizationColorRFIDProcessingScreenHintLabelBackground` instead") = 202,
  RFIDProcessingScreenProgressLabelText RGL_DEPRECATED(9.3, "Use `RGLCustomizationColorRFIDProcessingScreenProgressLabelText` instead") = 203,
  RFIDProcessingScreenProgressBar RGL_DEPRECATED(9.3, "Use `RGLCustomizationColorRFIDProcessingScreenProgressBar` instead") = 204,
  RFIDProcessingScreenProgressBarBackground RGL_DEPRECATED(9.3, "Use `RGLCustomizationColorRFIDProcessingScreenProgressBarBackground` instead") = 205,
  RFIDProcessingScreenResultLabelText RGL_DEPRECATED(9.3, "Use `RGLCustomizationColorRFIDProcessingScreenResultLabelText` instead") = 206,
  RFIDProcessingScreenLoadingBar RGL_DEPRECATED(9.3, "Use `RGLCustomizationColorRFIDProcessingScreenLoadingBar` instead") = 207,
  MDLProcessingScreenBackground RGL_DEPRECATED(9.3, "Use `RGLCustomizationColorMDLProcessingScreenBackground` instead") = 300,
  MDLProcessingScreenHintLabelText RGL_DEPRECATED(9.3, "Use `RGLCustomizationColorMDLProcessingScreenHintLabelText` instead") = 301,
  MDLProcessingScreenHintLabelBackground RGL_DEPRECATED(9.3, "Use `RGLCustomizationColorMDLProcessingScreenHintLabelBackground` instead") = 302,
  MDLProcessingScreenProgressLabelText RGL_DEPRECATED(9.3, "Use `RGLCustomizationColorMDLProcessingScreenProgressLabelText` instead") = 303,
  MDLProcessingScreenResultLabelText RGL_DEPRECATED(9.3, "Use `RGLCustomizationColorMDLProcessingScreenResultLabelText` instead") = 306,
  MDLProcessingScreenLoadingBar RGL_DEPRECATED(9.3, "Use `RGLCustomizationColorMDLProcessingScreenLoadingBar` instead") = 307,
  RGLCustomizationColorRFIDProcessingScreenBackground = 200,
  RGLCustomizationColorRFIDProcessingScreenHintLabelText = 201,
  RGLCustomizationColorRFIDProcessingScreenHintLabelBackground = 202,
  RGLCustomizationColorRFIDProcessingScreenProgressLabelText = 203,
  RGLCustomizationColorRFIDProcessingScreenProgressBar = 204,
  RGLCustomizationColorRFIDProcessingScreenProgressBarBackground = 205,
  RGLCustomizationColorRFIDProcessingScreenResultLabelText = 206,
  RGLCustomizationColorRFIDProcessingScreenLoadingBar = 207,
  RGLCustomizationColorMDLProcessingScreenBackground = 300,
  RGLCustomizationColorMDLProcessingScreenHintLabelText = 301,
  RGLCustomizationColorMDLProcessingScreenHintLabelBackground = 302,
  RGLCustomizationColorMDLProcessingScreenProgressLabelText = 303,
  RGLCustomizationColorMDLProcessingScreenResultLabelText = 306,
  RGLCustomizationColorMDLProcessingScreenLoadingBar = 307,
  RGLCustomizationColorNextPageIdCardFront = 400,
  RGLCustomizationColorNextPageIdCardBack = 401,
  RGLCustomizationColorNextPagePassportShift = 402,
  RGLCustomizationColorNextPagePassportFlip = 403,
}

Undocumented