[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] surfarray



in the surfarray tutorial, appears: soften = N.array(rgbarray) , but in
the real code it has changed in soften = N.array(rgbarray) * 1, in
effect without that "*1" every operation like += -= ecc return type
error why?