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

[WIP] feat: simple hex data colorization #381

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

CreeperLin
Copy link

image

Colorize hex data by treating each byte as an 8-bit color (3, 3, 2 bits for R, G and B). I find it useful visualizing binary data with unknown format.

Also an implementation on #279, although using RGB instead of HSL, and the alpha is currently fixed at 0.5.

If this feature is desirable, options to toggle it and change the alpha value and even palettes can be added in the future.

Copy link

@spaghetti-toast spaghetti-toast left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer a toggle option for something like this as I find it harder to read the data in some areas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants