Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lightweight grabColor API #4

Open
doubleactii opened this issue Jan 20, 2023 · 0 comments
Open

Add lightweight grabColor API #4

doubleactii opened this issue Jan 20, 2023 · 0 comments
Assignees
Labels
Priority: High An issue with high priority to be looked into.
Milestone

Comments

@doubleactii
Copy link
Member

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.

@doubleactii doubleactii added the Priority: High An issue with high priority to be looked into. label Jan 20, 2023
@doubleactii doubleactii self-assigned this Jan 20, 2023
@doubleactii doubleactii added this to the v1.0.0 milestone Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: High An issue with high priority to be looked into.
Projects
None yet
Development

No branches or pull requests

1 participant