Preparing search index...

    Variable cameraPaletteConst

    cameraPalette: {
        statusBarColor: string;
        overlayColor: string;
        buttonsColor: string;
        backgroundColor: string;
        selectorBorderColor: string;
        selectorColor: string;
        cornersColor: string;
    } = ...

    Camera interface color palette for OCR and image capture features Provides optimized colors for camera overlay, controls, and selection elements with high contrast for visibility in various lighting conditions

    Type Declaration

    • statusBarColor: string
    • overlayColor: string
    • buttonsColor: string
    • backgroundColor: string
    • selectorBorderColor: string
    • selectorColor: string
    • cornersColor: string