R
RicercatoreSbadato
I would like to do
int accumulator = (int) bitmap.GetPixel(x,y);
but it is unable to do the casting from the Color to the int. How can I
do?
int accumulator = (int) bitmap.GetPixel(x,y);
but it is unable to do the casting from the Color to the int. How can I
do?