Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.11
    Preparing search index...

    Interface ColorContrastConfig

    Color contrast configuration for WCAG compliance

    interface ColorContrastConfig {
        background: number;
        foreground: number;
        isLargeText?: boolean;
        targetRatio: 3 | 4.5;
    }
    Index

    Properties

    background: number

    Background color (hex)

    foreground: number

    Foreground color (hex)

    isLargeText?: boolean

    Whether this is for large text (18pt+ or 14pt+ bold)

    targetRatio: 3 | 4.5

    Target contrast ratio (4.5:1 for normal text, 3:1 for large text or UI)