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 b0d472d commit 48ad317Copy full SHA for 48ad317
palette/src/main/java/com/catppuccin/Color.java
@@ -11,8 +11,8 @@ public class Color {
11
/**
12
* Generate a Color based on the provided RGB values
13
* @param r the red value
14
- * @param b the green value
15
- * @param g the blue value
+ * @param g the green value
+ * @param b the blue value
16
*/
17
public Color(int r, int g, int b) {
18
this.r = r;
0 commit comments