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
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,27 +66,35 @@ MatrixColorAPI is hosted on [Jitpack](https://jitpack.io), making it easy to int
66
66
67
67
-**Solid Color Example:**
68
68
69
+

70
+
69
71
```java
70
72
String text ="<SOLID:#FFD700>This is yellow text";
71
73
String processed =MatrixColorAPI.process(text);
72
74
```
73
75
74
76
-**Gradient Example:**
75
77
78
+

79
+
76
80
```java
77
81
String gradientText ="<GRADIENT:#FF0000>This is a red to yellow gradient</GRADIENT:#FFFF00>";

88
+
83
89
```java
84
90
String legacyText ="&aThis is a green text with &lBOLD";

97
+
90
98
```java
91
99
String hexText ="&#FFD700This is a yellow text with &lBOLD";
0 commit comments