// Set only one specific channel (green=1) of one specific pixel
bmp.GetPixel(Vector2i(60, 50))[1] = 128;
```
##### Get pixel data
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.