item { id: 1 name: 'red_big' color: 'rgb(255,0,0)' } item { id: 2 name: 'black_big' color: 'rgb(50, 50, 50)' } item { id: 3 name: 'blue_big' color: 'rgb(0, 0, 255)' } item { id: 4 name: 'white_big' color: 'rgb(255, 255, 255)' } item { id: 5 name: 'green_big' color: 'rgb(0, 255, 0)' } item { id: 6 name: 'yellow_big' color: 'rgb(255, 255, 0)' } item { id: 7 name: 'orange_big' color: 'rgb(255, 145, 0)' } item { id: 8 name: 'brown_big' color: 'rgb(102, 40, 13)' } item { id: 9 name: 'red_small' color: 'rgb(225, 0, 0)' } item { id: 10 name: 'black_small' color: 'rgb(70, 70, 70)' } item { id: 11 name: 'blue_small' color: 'rgb(0, 0, 225)' } item { id: 12 name: 'white_small' color: 'rgb(225, 225, 225)' } item { id: 13 name: 'green_small' color: 'rgb(0, 225, 0)' } item { id: 14 name: 'yellow_small' color: 'rgb(225, 225, 0)' } item { id: 15 name: 'ko' color: 'rgb(255, 0, 255)' }