Skip to content

Commit 48ad317

Browse files
authored
docs: fix swapped g/b parameters (#33)
1 parent b0d472d commit 48ad317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

palette/src/main/java/com/catppuccin/Color.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ public class Color {
1111
/**
1212
* Generate a Color based on the provided RGB values
1313
* @param r the red value
14-
* @param b the green value
15-
* @param g the blue value
14+
* @param g the green value
15+
* @param b the blue value
1616
*/
1717
public Color(int r, int g, int b) {
1818
this.r = r;

0 commit comments

Comments
 (0)