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
Each call to the EUtils.grabColor() API returns a beefy object.
If this is being used every tick, then this can be performance intensive for no real reason.
This can be solved by making a lighter version of this API to be used. That returns just the hex / decimal of a color denoted by the rgb() format.
The text was updated successfully, but these errors were encountered:
Each call to the
EUtils.grabColor()
API returns a beefy object.If this is being used every tick, then this can be performance intensive for no real reason.
This can be solved by making a lighter version of this API to be used. That returns just the hex / decimal of a color denoted by the
rgb()
format.The text was updated successfully, but these errors were encountered: