Is your feature request related to a problem? Please describe.
the plugin does not show color previews for method calls that pass RGB or ARGB values, like as:
.textElement = addElement(
TextElement.builder("mod_element")
.text(Component.literal("Hello"))
.color(56, 123, 242, 1) // <-- no preview
.build()
);
Describe the solution you'd like
To show the previews as normal
not sure how this would be done, but id like to see it happen
Is your feature request related to a problem? Please describe.
the plugin does not show color previews for method calls that pass RGB or ARGB values, like as:
Describe the solution you'd like
To show the previews as normal
not sure how this would be done, but id like to see it happen