Releases: Logerfo/csharp-colors
Releases · Logerfo/csharp-colors
0.1.8 - 2020-03-04
0.1.7 - 2019-09-27
- Support for zero-less float for
new Color(e.g..5f). - Fixed some float values being invalid for
new Colorbecause it would lead to a non-integer number when multiplied by 255. Those numbers are now floor rounded. - Fixed Unity's
new Colorandnew Color32targetinga, r, g, binstead ofr, g, b, a(#25).
0.1.6 - 2019-09-27
- Support for Unity
Color32(#25).
0.1.5 - 2019-07-31
- Support for Unity static colors (#24).
- Fixed some missing color names (
WhiteSmoke,YellowandYellowGreen).
0.1.4 - 2019-07-31
- Support for Unity colors (#24).
new Color(float, float, float).new Color(float, float, float, float).- Allows
UnityEngine.leading qualifier.
- Fixed
Color.FromArgb(any overload) not allowing leading+. - Fixed
Color.FromArgbnot being highlighted when used with four arguments and there is one or more spaces before the first comma. - Source code is now more succinct and less error prone.
0.1.3 - 2019-05-13
Removed the command from the palette.
0.1.2 - 2019-03-13
Performance improvements.
0.1.1 - 2019-01-15
Fixed the close parenthesis being highlighted (FromArgb).
Fixed misplaced highlight when the method invocation has valid whitespace (FromArgb).
0.1.0 - 2019-01-10
The extension is now only activated when a C# file is open, instead of starting up with VS Code.
0.0.9 - 2019-01-04
Meta changes only.