theme-vir - v26.5.6
    Preparing search index...

    Type Alias CalculatedContrast

    Contrast calculations produced by calculateContrast.

    type CalculatedContrast = {
        contrast: number;
        contrastLevel: ContrastLevel;
        fontSizes: FontSizes;
    }
    Index

    Properties

    contrast: number

    The raw APCA LC contrast value.

    contrastLevel: ContrastLevel

    The contrast level for the current contrast value.

    fontSizes: FontSizes

    The minimum font size for each font weight for the current contrast value.