We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648a0bb commit da62074Copy full SHA for da62074
README.md
@@ -46,6 +46,13 @@ String legacyText = "&aThis is a green text with &lBOLD";
46
String processedLegacy = ColorUtils.process(legacyText);
47
```
48
49
+- **Hex Code Support:**
50
+
51
+```java
52
+String hexText = "&#FFD700This is a yellow text with &lBOLD";
53
+String processedLegacy = ColorUtils.process(hexText);
54
+```
55
56
## 🛠️ Available Methods
57
58
- `process(String text)`: Process a single string for color codes, gradients, and formatting.
0 commit comments