# Is noTint() not compatible with WEBGL?

**URL:** https://discourse.processing.org/t/is-notint-not-compatible-with-webgl/28985
**Category:** Coding Questions
**Created:** [March 30, 2021, 2:28pm UTC](https://discourse.processing.org/t/is-notint-not-compatible-with-webgl/28985 "2021-03-30T14:28:27Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![marcela](https://avatars.discourse-cdn.com/v4/letter/m/e56c9b/32.png) [@marcela](https://discourse.processing.org/u/marcela)
#### Post date: [March 30, 2021, 2:28pm UTC](https://discourse.processing.org/t/is-notint-not-compatible-with-webgl/28985/1 "2021-03-30T14:28:27Z")

</div>

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](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](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!
