You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be able to use syntax matrix[x,y] to both set and query the pixel value at [x,y]. It's working as expected for setting, but query is not. In the example below, both sets turned on the expected pixel. However, only [0,0] returned the correct value when queried.
Should be able to use syntax
matrix[x,y]
to both set and query the pixel value at[x,y]
. It's working as expected for setting, but query is not. In the example below, both sets turned on the expected pixel. However, only[0,0]
returned the correct value when queried.The text was updated successfully, but these errors were encountered: