I have a one-dimensional array that contains the colors of an image, where each interval of 3 positions is represented by the color of a pixel (R, G, B):
int[] cores = {255, 0, 0, 0, 255, 0, 0, 0, 255};
In this array I would have 3 pixels,...
asked by
13.03.2017 / 00:16