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 6fad13c commit 8315204Copy full SHA for 8315204
test/unit/color/p5.Color.js
@@ -754,7 +754,7 @@ suite('p5.Color', function() {
754
});
755
756
test('should correctly set RGB levels', function() {
757
- assert.deepEqual(c._color.coords, [39.3, 39.3, 39.3]);
+ assert.deepEqual(c._color.coords, [0, 0, 39.3]);
758
assert.equal(c._color.alpha, 0.275);
759
760
@@ -786,7 +786,7 @@ suite('p5.Color', function() {
786
787
788
789
790
791
792
0 commit comments