You can get a Color instance with the simple code: Color myWhite = new Color(255, 255, 255); // Color white. Then, you can set RGB color to ...
確定! 回上一頁