RGLCustomizationColor

NS_ENUM(NSInteger, RGLCustomizationColor) {
    RFIDProcessingScreenBackground = 200,
    RFIDProcessingScreenHintLabelText = 201,
    RFIDProcessingScreenHintLabelBackground = 202,
    RFIDProcessingScreenProgressLabelText = 203,
    RFIDProcessingScreenProgressBar = 204,
    RFIDProcessingScreenProgressBarBackground = 205,
    RFIDProcessingScreenResultLabelText = 206,
    RFIDProcessingScreenLoadingBar = 207,
    MDLProcessingScreenBackground = 300,
    MDLProcessingScreenHintLabelText = 301,
    MDLProcessingScreenHintLabelBackground = 302,
    MDLProcessingScreenProgressLabelText = 303,
    MDLProcessingScreenResultLabelText = 306,
    MDLProcessingScreenLoadingBar = 307,
}

Undocumented