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
Issue to gauge interest around webui having a "bedrock" mode - would be a very simple implementation, just some downsampling logic in the backend to turn everything into the bedrock legacy and then back to hex.
The text was updated successfully, but these errors were encountered:
This adds a new option to the settings which allows for setting a
downsampler, which is run before converting the component to HTML.
This allows for "simulating" either legacy, or bedrock mode.
Has a TODO to resolve, will probably need better visual clarity (i.e.
something on the main page to show that you're currently in downsample
mode, so you don't forget...?)
4.14.0-SNAPSHOT is currently required since it's the first version which
makes `TextColor.nearestColorTo` public.
Closes#153
Issue to gauge interest around webui having a "bedrock" mode - would be a very simple implementation, just some downsampling logic in the backend to turn everything into the bedrock legacy and then back to hex.
The text was updated successfully, but these errors were encountered: