We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I donʼt like hexadecimal triplet (or quartet) notation for RGB(A) color values, because I think it is
However, it remains immensely popular, so take the following as an advocatus diaboli proposal.
It has not been brought up as a part of #3249, but since each hexadecimal digit represents a nibble, i.e. 4 bits, a logical extension to
notations would be
10-bit color channels cannot be represented well this way.
Although #rgb can simply map unto #rrggbb or #rrrgggbbb by repeating the digit, this is not possible in general for mapping #rrggbb unto #rrrgggbbb.
The text was updated successfully, but these errors were encountered:
and secondly too technology-specific, in that RGB becomes constrained to 8-bit sRGB.
The proposal doesn't seem to provide any practical gain towards the problem statement.
Sorry, something went wrong.
I donʼt like hexadecimal triplet (or quartet) notation for RGB(A) color values
or do I, which is why all the modern stuff is tending towards a bit-depth neutral formulation with a float [0 .. 1] or 0% to 100% representation
Adding convoluted hexadecimal representations merely obscures this goal.
No branches or pull requests
I donʼt like hexadecimal triplet (or quartet) notation for RGB(A) color values, because I think it is
However, it remains immensely popular, so take the following as an advocatus diaboli proposal.
It has not been brought up as a part of #3249, but since each hexadecimal digit represents a nibble, i.e. 4 bits, a logical extension to
notations would be
10-bit color channels cannot be represented well this way.
Although #rgb can simply map unto #rrggbb or #rrrgggbbb by repeating the digit, this is not possible in general for mapping #rrggbb unto #rrrgggbbb.
The text was updated successfully, but these errors were encountered: