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
Readonly
DISABLED: { alpha: 0.5; background: 2963272; border: 1710638; text: 10066329 }
Readonly
HOVER: { alpha: 1; background: 986915; border: 65535; text: 65535 }
Readonly
NORMAL: { alpha: 1; background: 1450302; border: 4871528; text: 16777215 }
Readonly
PRESSED: { alpha: 0.8; background: 1710638; border: 65535; text: 65535 }