RGLCustomizationColor

NS_ENUM(NSInteger, RGLCustomizationColor) {
    RFIDProcessingScreenBackground = 200,
    RFIDProcessingScreenHintLabelText = 201,
    RFIDProcessingScreenHintLabelBackground = 202,
    RFIDProcessingScreenProgressLabelText = 203,
    RFIDProcessingScreenProgressBar = 204,
    RFIDProcessingScreenProgressBarBackground = 205,
    RFIDProcessingScreenResultLabelText = 206
}

Undocumented