public class SavedR { public float r; public color col; public SavedR(float r, color col) { this.r = r; this.col = col; } }