Make Vector4.One actually equal Vector4(1, 1, 1, 1);
Add "tint" filter for SCSS. filter: trint(COLOR);
```css
filter: tint(red);
filter: tint(#ff0000);
filter: tint(rgb(255, 0, 0));
```
Add "tint" filter for SCSS. filter: trint(COLOR);
```css
filter: tint(red);
filter: tint(#ff0000);
filter: tint(rgb(255, 0, 0));
```