Is noTint() not compatible with WEBGL?

Hi everyone,

I just can’t use noTint() in WEBGL, but I wasn’t able to find any info about that. Is that really the case, or am I doing something wrong?

I reproduced the issue that I am having in this sketch here:
https://editor.p5js.org/mardefronteira/sketches/sDiBTztFY

In the actual project, I get this error when I try to use noTint:
Uncaught TypeError: data is null

In the sketch above, this is what I get: p5.js says:
An error with message “null has no properties” occured inside the p5js library when plane was called (on line 106 in about:srcdoc [about:srcdoc:106:10])

If not stated otherwise, it might be an issue with the arguments passed to plane. (http://p5js.org/reference/#/p5/plane)

In trying to reproduce it I realized it works fine with tint(255), but is that the same as noTint()?

Thanks!