Hiyve Components - v1.0.0
    Preparing search index...

    Variable defaultVideoTileColorsConst

    defaultVideoTileColors: VideoTileColors = ...

    Default color scheme for VideoTile component. Uses a dark theme with a diverse avatar color palette.

    The avatar palette colors are designed to be visually distinct and work well on dark backgrounds. The color selection for each user is deterministic based on their userId hash.

    import { defaultVideoTileColors } from '@hiyve/react-ui';

    // Create a brand-specific color scheme
    const brandColors = {
    ...defaultVideoTileColors,
    dominantBorder: '#00ff00',
    avatarPalette: ['#brand1', '#brand2', '#brand3']
    };