0 Members and 1 Guest are viewing this topic.
//... Color appleCol; // Red for CX and Black for Classic appleCol.R = 255; // | appleCol.G = 0; // |-> Red appleCol.B = 0; // | appleCol.BW = 0; // Black drawSthColor(x, y, appleCol); //...