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

    Variable GRADIENTSConst

    GRADIENTS: {
        horizontal: (opacity?: number) => string;
        horizontalReverse: (opacity?: number) => string;
        radial: (opacity?: number) => string;
        vertical: (opacity?: number) => string;
        verticalReverse: (opacity?: number) => string;
    } = ...

    Gradient Backgrounds

    Cyberpunk-inspired gradients for panels and overlays.

    Type Declaration

    • Readonlyhorizontal: (opacity?: number) => string

      Horizontal fade - Left to right

    • ReadonlyhorizontalReverse: (opacity?: number) => string

      Horizontal fade (reverse) - Right to left

    • Readonlyradial: (opacity?: number) => string

      Radial fade - Center outward

    • Readonlyvertical: (opacity?: number) => string

      Vertical fade - Top to bottom

    • ReadonlyverticalReverse: (opacity?: number) => string

      Vertical fade (reverse) - Bottom to top

    그라디언트 배경