0 Members and 2 Guests 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); //...