Change default alpha value to 240
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user