+ total = color[0] + 256 * color[1] + 256 * 256 * color[2]; RGB() macro does the same thing. I don't quite understand this line..will you explain it in detail please?
+ total = color[0] + 256 * color[1] + 256 * 256 * color[2]; RGB() macro does the same thing.
+ total = color[0] + 256 * color[1] + 256 * 256 * color[2];