Closed aleokdev closed 2 years ago
The Color structure does not keep track of the alpha value of the color, and the FromStr implementation of Color is wrong since it assumes that colors are in the #RRGGBB format (as opposed to #AARRGGBB)
Color
FromStr
#RRGGBB
#AARRGGBB
The
Color
structure does not keep track of the alpha value of the color, and theFromStr
implementation ofColor
is wrong since it assumes that colors are in the#RRGGBB
format (as opposed to#AARRGGBB
)