Skip to content

Commit da62074

Browse files
authored
Update README.md
1 parent 648a0bb commit da62074

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ String legacyText = "&aThis is a green text with &lBOLD";
4646
String processedLegacy = ColorUtils.process(legacyText);
4747
```
4848

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+
4956
## 🛠️ Available Methods
5057

5158
- `process(String text)`: Process a single string for color codes, gradients, and formatting.

0 commit comments

Comments
 (0)