You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added ColorType 'int' | 'float' to Color, but it increased the number of test cases. It should be better to separate float type as a class like FloatColor and use only int type for internal color model.
The text was updated successfully, but these errors were encountered:
I added ColorType
'int' | 'float'
to Color, but it increased the number of test cases. It should be better to separate float type as a class likeFloatColor
and use only int type for internal color model.The text was updated successfully, but these errors were encountered: