zigar.image.WebImage(acc, format).getPixel(self, T, x, y) - chung-leong/zigar GitHub Wiki
JavaScript | PHP
Return a pixel of type T at the given location.
T must be a floating point vector. Its length indicates the desired number of channels.
Arguments:
self:@This()T:@Vector(4|3|2|1, f16|f32|f64)x:usizey:usize
Return value:
T