We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd6fc5 commit ea327e5Copy full SHA for ea327e5
java/src/processing/mode/java/tweak/ColorSelector.java
@@ -35,6 +35,7 @@
35
36
// TODO replace this with {@link processing.app.ColorChooser}
37
// https://github.com/processing/processing/issues/3209
38
+// A guideline: https://github.com/processing/processing/pull/2975/files
39
public class ColorSelector {
40
int hue, saturation, brightness;
41
0 commit comments