Black Trigram (흑괘) - API Documentation - v0.2.10
    Preparing search index...

    Variable BUTTON_STATESConst

    BUTTON_STATES: {
        DISABLED: {
            alpha: 0.5;
            background: 2963272;
            border: 1710638;
            text: 10066329;
        };
        HOVER: { alpha: 1; background: 986915; border: 65535; text: 65535 };
        NORMAL: { alpha: 1; background: 1450302; border: 4871528; text: 16777215 };
        PRESSED: { alpha: 0.8; background: 1710638; border: 65535; text: 65535 };
    } = ...

    Type declaration

    • ReadonlyDISABLED: { alpha: 0.5; background: 2963272; border: 1710638; text: 10066329 }
    • ReadonlyHOVER: { alpha: 1; background: 986915; border: 65535; text: 65535 }
    • ReadonlyNORMAL: { alpha: 1; background: 1450302; border: 4871528; text: 16777215 }
    • ReadonlyPRESSED: { alpha: 0.8; background: 1710638; border: 65535; text: 65535 }