OGPlayer Web SDK
    Preparing search index...

    Interface OGControlColors

    Design tokens — Android's OGControlColors / OGControlDimens, token-for-token (dp → px at CSS-pixel scale, which is the same unit philosophy the Android/iOS SDKs use).

    interface OGControlColors {
        adAccent: string;
        chipSurface: string;
        foreground: string;
        foregroundFaint: string;
        foregroundMuted: string;
        liveBehind: string;
        liveEdge: string;
        menuBorder: string;
        menuSelected: string;
        menuSurface: string;
        pressed: string;
        thumb: string;
        thumbHalo: string;
        trackBuffered: string;
        trackPlayed: string;
        trackRemaining: string;
    }
    Index
    adAccent: string
    chipSurface: string
    foreground: string
    foregroundFaint: string
    foregroundMuted: string
    liveBehind: string
    liveEdge: string
    menuBorder: string
    menuSelected: string
    menuSurface: string
    pressed: string
    thumb: string
    thumbHalo: string
    trackBuffered: string
    trackPlayed: string
    trackRemaining: string