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 f62a719 commit a67ec31Copy full SHA for a67ec31
1 file changed
src/color/p5.Color.js
@@ -222,13 +222,6 @@ class Color {
222
}
223
return this._cachedMode;
224
225
- set mode(newMode) {
226
- if (this._initialize) {
227
- this._initialize();
228
- this._initialize = undefined;
229
- }
230
- this._cachedMode = newMode;
231
232
// Reference to underlying color object depending on implementation
233
// Not meant to be used publicly unless the implementation is known for sure
234
get _color() {
0 commit comments