Bunny83 / SimpleJSON

A simple JSON parser in C#
MIT License
735 stars 294 forks source link

Fix color creation and default alpha #36

Closed ziobernamac closed 3 years ago

ziobernamac commented 3 years ago

-Fix wrong order in new Color creation (was argb) -Create Color and Color32 with default maximum opacity when array size is 3

Bunny83 commented 3 years ago

Has been fixed in baed3f9423174904e784902faf6291bdde9d4287 But thanks again for bringing up the issue.