Change default alpha value to 240

This commit is contained in:
azakhi
2018-09-03 15:37:10 +03:00
parent 7162e16b49
commit cfef82e53a
9 changed files with 78 additions and 78 deletions

View File

@@ -688,7 +688,7 @@ namespace Filtration.Parser.Services
case 3:
return new Color
{
A = byte.MaxValue,
A = 240,
R = Convert.ToByte(argbValues[0].Value),
G = Convert.ToByte(argbValues[1].Value),
B = Convert.ToByte(argbValues[2].Value)