| 254 | template <typename TBase> |
| 255 | struct VCVBezelLight : TBase { |
| 256 | VCVBezelLight() { |
| 257 | this->borderColor = color::BLACK_TRANSPARENT; |
| 258 | this->bgColor = color::BLACK_TRANSPARENT; |
| 259 | this->box.size = math::Vec(17.545, 17.545); |
| 260 | } |
| 261 | }; |
| 262 | template <typename TBase> |
| 263 | using LEDBezelLight = VCVBezelLight<TBase>; |