Datasets:
Switch to Parquet format and ignore raw data folder
Browse files- .gitattributes +5 -0
- .gitignore +1 -0
- README.md +3 -1
- metadata/Variation_1_Color_1.csv +131 -0
- metadata/Variation_1_Color_2.csv +291 -0
- metadata/Variation_1_Color_3.csv +0 -0
- metadata/Variation_2_Color_1.csv +0 -0
- metadata/Variation_2_Color_2.csv +0 -0
- metadata/Variation_2_Color_3.csv +0 -0
- metadata/Variation_3_Color_1.csv +0 -0
- metadata/Variation_3_Color_2.csv +0 -0
- metadata/Variation_3_Color_3.csv +0 -0
- metadata/Variation_4_Color_1.csv +131 -0
- metadata/Variation_4_Color_2.csv +291 -0
- metadata/Variation_4_Color_3.csv +0 -0
- metadata/Variation_5_Color_1.csv +261 -0
- metadata/Variation_5_Color_2.csv +581 -0
- metadata/Variation_5_Color_3.csv +0 -0
- metadata/Variation_6_Color_1.csv +261 -0
- metadata/Variation_6_Color_2.csv +581 -0
- metadata/Variation_6_Color_3.csv +0 -0
- raw_config/Color_Level_1.csv +14 -0
- raw_config/Color_Level_2.csv +30 -0
- raw_config/Color_Level_3.csv +261 -0
- raw_config/Variation_1.csv +11 -0
- raw_config/Variation_2.csv +21 -0
- raw_config/Variation_3.csv +31 -0
- raw_config/Variation_4.csv +11 -0
- raw_config/Variation_5.csv +21 -0
- raw_config/Variation_6.csv +11 -0
- scripts/generate_image_Variation_1.py +71 -0
- scripts/generate_image_Variation_2.py +89 -0
- scripts/generate_image_Variation_3.py +89 -0
- scripts/generate_image_Variation_4.py +76 -0
- scripts/generate_image_Variation_5.py +70 -0
- scripts/generate_image_Variation_6.py +71 -0
- scripts/generate_metadata_Variation_1.py +46 -0
- scripts/generate_metadata_Variation_2.py +74 -0
- scripts/generate_metadata_Variation_3.py +88 -0
- scripts/generate_metadata_Variation_4.py +63 -0
- scripts/generate_metadata_Variation_5.py +71 -0
- scripts/generate_metadata_Variation_6.py +85 -0
- scripts/make_metadata.py +58 -0
- scripts/run_all.py +35 -0
- scripts/to_parquet.py +19 -0
- violin-test.parquet +3 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
|
| 62 |
+
|
| 63 |
+
|
| 64 |
+
|
| 65 |
+
*.txt filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
data/
|
README.md
CHANGED
|
@@ -55,4 +55,6 @@ You can load the dataset directly via the Hugging Face `datasets` library:
|
|
| 55 |
```python
|
| 56 |
from datasets import load_dataset
|
| 57 |
|
| 58 |
-
dataset = load_dataset("Perkzi/VIOLIN")
|
|
|
|
|
|
|
|
|
| 55 |
```python
|
| 56 |
from datasets import load_dataset
|
| 57 |
|
| 58 |
+
dataset = load_dataset("Perkzi/VIOLIN", split="test")
|
| 59 |
+
print(dataset[0])
|
| 60 |
+
```
|
metadata/Variation_1_Color_1.csv
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,prompt,color_1,variation,color_level,split,color_format
|
| 2 |
+
1,Generate an image with pure color <color_1> (<color_format>).,#E68697,1,1,test,Hex code
|
| 3 |
+
2,Generate an image with pure color <color_1> (<color_format>).,#B92842,1,1,test,Hex code
|
| 4 |
+
3,Generate an image with pure color <color_1> (<color_format>).,#DC7D34,1,1,test,Hex code
|
| 5 |
+
4,Generate an image with pure color <color_1> (<color_format>).,#7F4829,1,1,test,Hex code
|
| 6 |
+
5,Generate an image with pure color <color_1> (<color_format>).,#D9B451,1,1,test,Hex code
|
| 7 |
+
6,Generate an image with pure color <color_1> (<color_format>).,#72672C,1,1,test,Hex code
|
| 8 |
+
7,Generate an image with pure color <color_1> (<color_format>).,#A0C245,1,1,test,Hex code
|
| 9 |
+
8,Generate an image with pure color <color_1> (<color_format>).,#4FBF9A,1,1,test,Hex code
|
| 10 |
+
9,Generate an image with pure color <color_1> (<color_format>).,#3B74C0,1,1,test,Hex code
|
| 11 |
+
10,Generate an image with pure color <color_1> (<color_format>).,#AC4AC3,1,1,test,Hex code
|
| 12 |
+
11,Generate an image with pure color <color_1> (<color_format>).,#E7E1E9,1,1,test,Hex code
|
| 13 |
+
12,Generate an image with pure color <color_1> (<color_format>).,#938E93,1,1,test,Hex code
|
| 14 |
+
13,Generate an image with pure color <color_1> (<color_format>).,#2B292B,1,1,test,Hex code
|
| 15 |
+
14,Create a solid color background in <color_1> (<color_format>).,#E68697,1,1,test,Hex code
|
| 16 |
+
15,Create a solid color background in <color_1> (<color_format>).,#B92842,1,1,test,Hex code
|
| 17 |
+
16,Create a solid color background in <color_1> (<color_format>).,#DC7D34,1,1,test,Hex code
|
| 18 |
+
17,Create a solid color background in <color_1> (<color_format>).,#7F4829,1,1,test,Hex code
|
| 19 |
+
18,Create a solid color background in <color_1> (<color_format>).,#D9B451,1,1,test,Hex code
|
| 20 |
+
19,Create a solid color background in <color_1> (<color_format>).,#72672C,1,1,test,Hex code
|
| 21 |
+
20,Create a solid color background in <color_1> (<color_format>).,#A0C245,1,1,test,Hex code
|
| 22 |
+
21,Create a solid color background in <color_1> (<color_format>).,#4FBF9A,1,1,test,Hex code
|
| 23 |
+
22,Create a solid color background in <color_1> (<color_format>).,#3B74C0,1,1,test,Hex code
|
| 24 |
+
23,Create a solid color background in <color_1> (<color_format>).,#AC4AC3,1,1,test,Hex code
|
| 25 |
+
24,Create a solid color background in <color_1> (<color_format>).,#E7E1E9,1,1,test,Hex code
|
| 26 |
+
25,Create a solid color background in <color_1> (<color_format>).,#938E93,1,1,test,Hex code
|
| 27 |
+
26,Create a solid color background in <color_1> (<color_format>).,#2B292B,1,1,test,Hex code
|
| 28 |
+
27,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#E68697,1,1,test,Hex code
|
| 29 |
+
28,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#B92842,1,1,test,Hex code
|
| 30 |
+
29,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#DC7D34,1,1,test,Hex code
|
| 31 |
+
30,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#7F4829,1,1,test,Hex code
|
| 32 |
+
31,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#D9B451,1,1,test,Hex code
|
| 33 |
+
32,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#72672C,1,1,test,Hex code
|
| 34 |
+
33,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#A0C245,1,1,test,Hex code
|
| 35 |
+
34,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#4FBF9A,1,1,test,Hex code
|
| 36 |
+
35,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#3B74C0,1,1,test,Hex code
|
| 37 |
+
36,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#AC4AC3,1,1,test,Hex code
|
| 38 |
+
37,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#E7E1E9,1,1,test,Hex code
|
| 39 |
+
38,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#938E93,1,1,test,Hex code
|
| 40 |
+
39,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#2B292B,1,1,test,Hex code
|
| 41 |
+
40,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#E68697,1,1,test,Hex code
|
| 42 |
+
41,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#B92842,1,1,test,Hex code
|
| 43 |
+
42,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#DC7D34,1,1,test,Hex code
|
| 44 |
+
43,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#7F4829,1,1,test,Hex code
|
| 45 |
+
44,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#D9B451,1,1,test,Hex code
|
| 46 |
+
45,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#72672C,1,1,test,Hex code
|
| 47 |
+
46,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#A0C245,1,1,test,Hex code
|
| 48 |
+
47,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#4FBF9A,1,1,test,Hex code
|
| 49 |
+
48,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#3B74C0,1,1,test,Hex code
|
| 50 |
+
49,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#AC4AC3,1,1,test,Hex code
|
| 51 |
+
50,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#E7E1E9,1,1,test,Hex code
|
| 52 |
+
51,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#938E93,1,1,test,Hex code
|
| 53 |
+
52,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#2B292B,1,1,test,Hex code
|
| 54 |
+
53,Generate a plain background using color <color_1> (<color_format>).,#E68697,1,1,test,Hex code
|
| 55 |
+
54,Generate a plain background using color <color_1> (<color_format>).,#B92842,1,1,test,Hex code
|
| 56 |
+
55,Generate a plain background using color <color_1> (<color_format>).,#DC7D34,1,1,test,Hex code
|
| 57 |
+
56,Generate a plain background using color <color_1> (<color_format>).,#7F4829,1,1,test,Hex code
|
| 58 |
+
57,Generate a plain background using color <color_1> (<color_format>).,#D9B451,1,1,test,Hex code
|
| 59 |
+
58,Generate a plain background using color <color_1> (<color_format>).,#72672C,1,1,test,Hex code
|
| 60 |
+
59,Generate a plain background using color <color_1> (<color_format>).,#A0C245,1,1,test,Hex code
|
| 61 |
+
60,Generate a plain background using color <color_1> (<color_format>).,#4FBF9A,1,1,test,Hex code
|
| 62 |
+
61,Generate a plain background using color <color_1> (<color_format>).,#3B74C0,1,1,test,Hex code
|
| 63 |
+
62,Generate a plain background using color <color_1> (<color_format>).,#AC4AC3,1,1,test,Hex code
|
| 64 |
+
63,Generate a plain background using color <color_1> (<color_format>).,#E7E1E9,1,1,test,Hex code
|
| 65 |
+
64,Generate a plain background using color <color_1> (<color_format>).,#938E93,1,1,test,Hex code
|
| 66 |
+
65,Generate a plain background using color <color_1> (<color_format>).,#2B292B,1,1,test,Hex code
|
| 67 |
+
66,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#E68697,1,1,test,Hex code
|
| 68 |
+
67,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#B92842,1,1,test,Hex code
|
| 69 |
+
68,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#DC7D34,1,1,test,Hex code
|
| 70 |
+
69,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#7F4829,1,1,test,Hex code
|
| 71 |
+
70,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#D9B451,1,1,test,Hex code
|
| 72 |
+
71,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#72672C,1,1,test,Hex code
|
| 73 |
+
72,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#A0C245,1,1,test,Hex code
|
| 74 |
+
73,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#4FBF9A,1,1,test,Hex code
|
| 75 |
+
74,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#3B74C0,1,1,test,Hex code
|
| 76 |
+
75,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#AC4AC3,1,1,test,Hex code
|
| 77 |
+
76,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#E7E1E9,1,1,test,Hex code
|
| 78 |
+
77,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#938E93,1,1,test,Hex code
|
| 79 |
+
78,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#2B292B,1,1,test,Hex code
|
| 80 |
+
79,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#E68697,1,1,test,Hex code
|
| 81 |
+
80,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#B92842,1,1,test,Hex code
|
| 82 |
+
81,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#DC7D34,1,1,test,Hex code
|
| 83 |
+
82,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#7F4829,1,1,test,Hex code
|
| 84 |
+
83,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#D9B451,1,1,test,Hex code
|
| 85 |
+
84,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#72672C,1,1,test,Hex code
|
| 86 |
+
85,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#A0C245,1,1,test,Hex code
|
| 87 |
+
86,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#4FBF9A,1,1,test,Hex code
|
| 88 |
+
87,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#3B74C0,1,1,test,Hex code
|
| 89 |
+
88,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#AC4AC3,1,1,test,Hex code
|
| 90 |
+
89,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#E7E1E9,1,1,test,Hex code
|
| 91 |
+
90,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#938E93,1,1,test,Hex code
|
| 92 |
+
91,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#2B292B,1,1,test,Hex code
|
| 93 |
+
92,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#E68697,1,1,test,Hex code
|
| 94 |
+
93,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#B92842,1,1,test,Hex code
|
| 95 |
+
94,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#DC7D34,1,1,test,Hex code
|
| 96 |
+
95,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#7F4829,1,1,test,Hex code
|
| 97 |
+
96,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#D9B451,1,1,test,Hex code
|
| 98 |
+
97,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#72672C,1,1,test,Hex code
|
| 99 |
+
98,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#A0C245,1,1,test,Hex code
|
| 100 |
+
99,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#4FBF9A,1,1,test,Hex code
|
| 101 |
+
100,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#3B74C0,1,1,test,Hex code
|
| 102 |
+
101,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#AC4AC3,1,1,test,Hex code
|
| 103 |
+
102,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#E7E1E9,1,1,test,Hex code
|
| 104 |
+
103,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#938E93,1,1,test,Hex code
|
| 105 |
+
104,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#2B292B,1,1,test,Hex code
|
| 106 |
+
105,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#E68697,1,1,test,Hex code
|
| 107 |
+
106,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#B92842,1,1,test,Hex code
|
| 108 |
+
107,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#DC7D34,1,1,test,Hex code
|
| 109 |
+
108,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#7F4829,1,1,test,Hex code
|
| 110 |
+
109,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#D9B451,1,1,test,Hex code
|
| 111 |
+
110,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#72672C,1,1,test,Hex code
|
| 112 |
+
111,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#A0C245,1,1,test,Hex code
|
| 113 |
+
112,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#4FBF9A,1,1,test,Hex code
|
| 114 |
+
113,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#3B74C0,1,1,test,Hex code
|
| 115 |
+
114,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#AC4AC3,1,1,test,Hex code
|
| 116 |
+
115,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#E7E1E9,1,1,test,Hex code
|
| 117 |
+
116,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#938E93,1,1,test,Hex code
|
| 118 |
+
117,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#2B292B,1,1,test,Hex code
|
| 119 |
+
118,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#E68697,1,1,test,Hex code
|
| 120 |
+
119,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#B92842,1,1,test,Hex code
|
| 121 |
+
120,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#DC7D34,1,1,test,Hex code
|
| 122 |
+
121,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#7F4829,1,1,test,Hex code
|
| 123 |
+
122,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#D9B451,1,1,test,Hex code
|
| 124 |
+
123,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#72672C,1,1,test,Hex code
|
| 125 |
+
124,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#A0C245,1,1,test,Hex code
|
| 126 |
+
125,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#4FBF9A,1,1,test,Hex code
|
| 127 |
+
126,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#3B74C0,1,1,test,Hex code
|
| 128 |
+
127,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#AC4AC3,1,1,test,Hex code
|
| 129 |
+
128,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#E7E1E9,1,1,test,Hex code
|
| 130 |
+
129,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#938E93,1,1,test,Hex code
|
| 131 |
+
130,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#2B292B,1,1,test,Hex code
|
metadata/Variation_1_Color_2.csv
ADDED
|
@@ -0,0 +1,291 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,prompt,color_1,variation,color_level,split,color_format
|
| 2 |
+
1,Generate an image with pure color <color_1> (<color_format>).,#E68697,1,2,test,Hex code
|
| 3 |
+
2,Generate an image with pure color <color_1> (<color_format>).,#B92842,1,2,test,Hex code
|
| 4 |
+
3,Generate an image with pure color <color_1> (<color_format>).,#EA9A90,1,2,test,Hex code
|
| 5 |
+
4,Generate an image with pure color <color_1> (<color_format>).,#D7472A,1,2,test,Hex code
|
| 6 |
+
5,Generate an image with pure color <color_1> (<color_format>).,#7A2C26,1,2,test,Hex code
|
| 7 |
+
6,Generate an image with pure color <color_1> (<color_format>).,#DC7D34,1,2,test,Hex code
|
| 8 |
+
7,Generate an image with pure color <color_1> (<color_format>).,#7F4829,1,2,test,Hex code
|
| 9 |
+
8,Generate an image with pure color <color_1> (<color_format>).,#E3A045,1,2,test,Hex code
|
| 10 |
+
9,Generate an image with pure color <color_1> (<color_format>).,#976B39,1,2,test,Hex code
|
| 11 |
+
10,Generate an image with pure color <color_1> (<color_format>).,#D9B451,1,2,test,Hex code
|
| 12 |
+
11,Generate an image with pure color <color_1> (<color_format>).,#7F6129,1,2,test,Hex code
|
| 13 |
+
12,Generate an image with pure color <color_1> (<color_format>).,#D0C445,1,2,test,Hex code
|
| 14 |
+
13,Generate an image with pure color <color_1> (<color_format>).,#72672C,1,2,test,Hex code
|
| 15 |
+
14,Generate an image with pure color <color_1> (<color_format>).,#A0C245,1,2,test,Hex code
|
| 16 |
+
15,Generate an image with pure color <color_1> (<color_format>).,#3E501F,1,2,test,Hex code
|
| 17 |
+
16,Generate an image with pure color <color_1> (<color_format>).,#4AC34D,1,2,test,Hex code
|
| 18 |
+
17,Generate an image with pure color <color_1> (<color_format>).,#4FBF9A,1,2,test,Hex code
|
| 19 |
+
18,Generate an image with pure color <color_1> (<color_format>).,#43BDB8,1,2,test,Hex code
|
| 20 |
+
19,Generate an image with pure color <color_1> (<color_format>).,#3EA6C6,1,2,test,Hex code
|
| 21 |
+
20,Generate an image with pure color <color_1> (<color_format>).,#3B74C0,1,2,test,Hex code
|
| 22 |
+
21,Generate an image with pure color <color_1> (<color_format>).,#4F47C6,1,2,test,Hex code
|
| 23 |
+
22,Generate an image with pure color <color_1> (<color_format>).,#7842C5,1,2,test,Hex code
|
| 24 |
+
23,Generate an image with pure color <color_1> (<color_format>).,#AC4AC3,1,2,test,Hex code
|
| 25 |
+
24,Generate an image with pure color <color_1> (<color_format>).,#BB30A4,1,2,test,Hex code
|
| 26 |
+
25,Generate an image with pure color <color_1> (<color_format>).,#E589BF,1,2,test,Hex code
|
| 27 |
+
26,Generate an image with pure color <color_1> (<color_format>).,#BA2B77,1,2,test,Hex code
|
| 28 |
+
27,Generate an image with pure color <color_1> (<color_format>).,#E7E1E9,1,2,test,Hex code
|
| 29 |
+
28,Generate an image with pure color <color_1> (<color_format>).,#938E93,1,2,test,Hex code
|
| 30 |
+
29,Generate an image with pure color <color_1> (<color_format>).,#2B292B,1,2,test,Hex code
|
| 31 |
+
30,Create a solid color background in <color_1> (<color_format>).,#E68697,1,2,test,Hex code
|
| 32 |
+
31,Create a solid color background in <color_1> (<color_format>).,#B92842,1,2,test,Hex code
|
| 33 |
+
32,Create a solid color background in <color_1> (<color_format>).,#EA9A90,1,2,test,Hex code
|
| 34 |
+
33,Create a solid color background in <color_1> (<color_format>).,#D7472A,1,2,test,Hex code
|
| 35 |
+
34,Create a solid color background in <color_1> (<color_format>).,#7A2C26,1,2,test,Hex code
|
| 36 |
+
35,Create a solid color background in <color_1> (<color_format>).,#DC7D34,1,2,test,Hex code
|
| 37 |
+
36,Create a solid color background in <color_1> (<color_format>).,#7F4829,1,2,test,Hex code
|
| 38 |
+
37,Create a solid color background in <color_1> (<color_format>).,#E3A045,1,2,test,Hex code
|
| 39 |
+
38,Create a solid color background in <color_1> (<color_format>).,#976B39,1,2,test,Hex code
|
| 40 |
+
39,Create a solid color background in <color_1> (<color_format>).,#D9B451,1,2,test,Hex code
|
| 41 |
+
40,Create a solid color background in <color_1> (<color_format>).,#7F6129,1,2,test,Hex code
|
| 42 |
+
41,Create a solid color background in <color_1> (<color_format>).,#D0C445,1,2,test,Hex code
|
| 43 |
+
42,Create a solid color background in <color_1> (<color_format>).,#72672C,1,2,test,Hex code
|
| 44 |
+
43,Create a solid color background in <color_1> (<color_format>).,#A0C245,1,2,test,Hex code
|
| 45 |
+
44,Create a solid color background in <color_1> (<color_format>).,#3E501F,1,2,test,Hex code
|
| 46 |
+
45,Create a solid color background in <color_1> (<color_format>).,#4AC34D,1,2,test,Hex code
|
| 47 |
+
46,Create a solid color background in <color_1> (<color_format>).,#4FBF9A,1,2,test,Hex code
|
| 48 |
+
47,Create a solid color background in <color_1> (<color_format>).,#43BDB8,1,2,test,Hex code
|
| 49 |
+
48,Create a solid color background in <color_1> (<color_format>).,#3EA6C6,1,2,test,Hex code
|
| 50 |
+
49,Create a solid color background in <color_1> (<color_format>).,#3B74C0,1,2,test,Hex code
|
| 51 |
+
50,Create a solid color background in <color_1> (<color_format>).,#4F47C6,1,2,test,Hex code
|
| 52 |
+
51,Create a solid color background in <color_1> (<color_format>).,#7842C5,1,2,test,Hex code
|
| 53 |
+
52,Create a solid color background in <color_1> (<color_format>).,#AC4AC3,1,2,test,Hex code
|
| 54 |
+
53,Create a solid color background in <color_1> (<color_format>).,#BB30A4,1,2,test,Hex code
|
| 55 |
+
54,Create a solid color background in <color_1> (<color_format>).,#E589BF,1,2,test,Hex code
|
| 56 |
+
55,Create a solid color background in <color_1> (<color_format>).,#BA2B77,1,2,test,Hex code
|
| 57 |
+
56,Create a solid color background in <color_1> (<color_format>).,#E7E1E9,1,2,test,Hex code
|
| 58 |
+
57,Create a solid color background in <color_1> (<color_format>).,#938E93,1,2,test,Hex code
|
| 59 |
+
58,Create a solid color background in <color_1> (<color_format>).,#2B292B,1,2,test,Hex code
|
| 60 |
+
59,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#E68697,1,2,test,Hex code
|
| 61 |
+
60,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#B92842,1,2,test,Hex code
|
| 62 |
+
61,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#EA9A90,1,2,test,Hex code
|
| 63 |
+
62,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#D7472A,1,2,test,Hex code
|
| 64 |
+
63,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#7A2C26,1,2,test,Hex code
|
| 65 |
+
64,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#DC7D34,1,2,test,Hex code
|
| 66 |
+
65,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#7F4829,1,2,test,Hex code
|
| 67 |
+
66,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#E3A045,1,2,test,Hex code
|
| 68 |
+
67,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#976B39,1,2,test,Hex code
|
| 69 |
+
68,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#D9B451,1,2,test,Hex code
|
| 70 |
+
69,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#7F6129,1,2,test,Hex code
|
| 71 |
+
70,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#D0C445,1,2,test,Hex code
|
| 72 |
+
71,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#72672C,1,2,test,Hex code
|
| 73 |
+
72,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#A0C245,1,2,test,Hex code
|
| 74 |
+
73,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#3E501F,1,2,test,Hex code
|
| 75 |
+
74,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#4AC34D,1,2,test,Hex code
|
| 76 |
+
75,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#4FBF9A,1,2,test,Hex code
|
| 77 |
+
76,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#43BDB8,1,2,test,Hex code
|
| 78 |
+
77,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#3EA6C6,1,2,test,Hex code
|
| 79 |
+
78,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#3B74C0,1,2,test,Hex code
|
| 80 |
+
79,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#4F47C6,1,2,test,Hex code
|
| 81 |
+
80,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#7842C5,1,2,test,Hex code
|
| 82 |
+
81,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#AC4AC3,1,2,test,Hex code
|
| 83 |
+
82,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#BB30A4,1,2,test,Hex code
|
| 84 |
+
83,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#E589BF,1,2,test,Hex code
|
| 85 |
+
84,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#BA2B77,1,2,test,Hex code
|
| 86 |
+
85,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#E7E1E9,1,2,test,Hex code
|
| 87 |
+
86,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#938E93,1,2,test,Hex code
|
| 88 |
+
87,Create a featureless surface entirely filled with color <color_1> (<color_format>).,#2B292B,1,2,test,Hex code
|
| 89 |
+
88,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#E68697,1,2,test,Hex code
|
| 90 |
+
89,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#B92842,1,2,test,Hex code
|
| 91 |
+
90,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#EA9A90,1,2,test,Hex code
|
| 92 |
+
91,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#D7472A,1,2,test,Hex code
|
| 93 |
+
92,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#7A2C26,1,2,test,Hex code
|
| 94 |
+
93,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#DC7D34,1,2,test,Hex code
|
| 95 |
+
94,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#7F4829,1,2,test,Hex code
|
| 96 |
+
95,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#E3A045,1,2,test,Hex code
|
| 97 |
+
96,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#976B39,1,2,test,Hex code
|
| 98 |
+
97,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#D9B451,1,2,test,Hex code
|
| 99 |
+
98,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#7F6129,1,2,test,Hex code
|
| 100 |
+
99,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#D0C445,1,2,test,Hex code
|
| 101 |
+
100,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#72672C,1,2,test,Hex code
|
| 102 |
+
101,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#A0C245,1,2,test,Hex code
|
| 103 |
+
102,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#3E501F,1,2,test,Hex code
|
| 104 |
+
103,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#4AC34D,1,2,test,Hex code
|
| 105 |
+
104,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#4FBF9A,1,2,test,Hex code
|
| 106 |
+
105,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#43BDB8,1,2,test,Hex code
|
| 107 |
+
106,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#3EA6C6,1,2,test,Hex code
|
| 108 |
+
107,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#3B74C0,1,2,test,Hex code
|
| 109 |
+
108,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#4F47C6,1,2,test,Hex code
|
| 110 |
+
109,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#7842C5,1,2,test,Hex code
|
| 111 |
+
110,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#AC4AC3,1,2,test,Hex code
|
| 112 |
+
111,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#BB30A4,1,2,test,Hex code
|
| 113 |
+
112,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#E589BF,1,2,test,Hex code
|
| 114 |
+
113,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#BA2B77,1,2,test,Hex code
|
| 115 |
+
114,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#E7E1E9,1,2,test,Hex code
|
| 116 |
+
115,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#938E93,1,2,test,Hex code
|
| 117 |
+
116,Produce a flat backdrop entirely in color <color_1> (<color_format>).,#2B292B,1,2,test,Hex code
|
| 118 |
+
117,Generate a plain background using color <color_1> (<color_format>).,#E68697,1,2,test,Hex code
|
| 119 |
+
118,Generate a plain background using color <color_1> (<color_format>).,#B92842,1,2,test,Hex code
|
| 120 |
+
119,Generate a plain background using color <color_1> (<color_format>).,#EA9A90,1,2,test,Hex code
|
| 121 |
+
120,Generate a plain background using color <color_1> (<color_format>).,#D7472A,1,2,test,Hex code
|
| 122 |
+
121,Generate a plain background using color <color_1> (<color_format>).,#7A2C26,1,2,test,Hex code
|
| 123 |
+
122,Generate a plain background using color <color_1> (<color_format>).,#DC7D34,1,2,test,Hex code
|
| 124 |
+
123,Generate a plain background using color <color_1> (<color_format>).,#7F4829,1,2,test,Hex code
|
| 125 |
+
124,Generate a plain background using color <color_1> (<color_format>).,#E3A045,1,2,test,Hex code
|
| 126 |
+
125,Generate a plain background using color <color_1> (<color_format>).,#976B39,1,2,test,Hex code
|
| 127 |
+
126,Generate a plain background using color <color_1> (<color_format>).,#D9B451,1,2,test,Hex code
|
| 128 |
+
127,Generate a plain background using color <color_1> (<color_format>).,#7F6129,1,2,test,Hex code
|
| 129 |
+
128,Generate a plain background using color <color_1> (<color_format>).,#D0C445,1,2,test,Hex code
|
| 130 |
+
129,Generate a plain background using color <color_1> (<color_format>).,#72672C,1,2,test,Hex code
|
| 131 |
+
130,Generate a plain background using color <color_1> (<color_format>).,#A0C245,1,2,test,Hex code
|
| 132 |
+
131,Generate a plain background using color <color_1> (<color_format>).,#3E501F,1,2,test,Hex code
|
| 133 |
+
132,Generate a plain background using color <color_1> (<color_format>).,#4AC34D,1,2,test,Hex code
|
| 134 |
+
133,Generate a plain background using color <color_1> (<color_format>).,#4FBF9A,1,2,test,Hex code
|
| 135 |
+
134,Generate a plain background using color <color_1> (<color_format>).,#43BDB8,1,2,test,Hex code
|
| 136 |
+
135,Generate a plain background using color <color_1> (<color_format>).,#3EA6C6,1,2,test,Hex code
|
| 137 |
+
136,Generate a plain background using color <color_1> (<color_format>).,#3B74C0,1,2,test,Hex code
|
| 138 |
+
137,Generate a plain background using color <color_1> (<color_format>).,#4F47C6,1,2,test,Hex code
|
| 139 |
+
138,Generate a plain background using color <color_1> (<color_format>).,#7842C5,1,2,test,Hex code
|
| 140 |
+
139,Generate a plain background using color <color_1> (<color_format>).,#AC4AC3,1,2,test,Hex code
|
| 141 |
+
140,Generate a plain background using color <color_1> (<color_format>).,#BB30A4,1,2,test,Hex code
|
| 142 |
+
141,Generate a plain background using color <color_1> (<color_format>).,#E589BF,1,2,test,Hex code
|
| 143 |
+
142,Generate a plain background using color <color_1> (<color_format>).,#BA2B77,1,2,test,Hex code
|
| 144 |
+
143,Generate a plain background using color <color_1> (<color_format>).,#E7E1E9,1,2,test,Hex code
|
| 145 |
+
144,Generate a plain background using color <color_1> (<color_format>).,#938E93,1,2,test,Hex code
|
| 146 |
+
145,Generate a plain background using color <color_1> (<color_format>).,#2B292B,1,2,test,Hex code
|
| 147 |
+
146,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#E68697,1,2,test,Hex code
|
| 148 |
+
147,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#B92842,1,2,test,Hex code
|
| 149 |
+
148,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#EA9A90,1,2,test,Hex code
|
| 150 |
+
149,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#D7472A,1,2,test,Hex code
|
| 151 |
+
150,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#7A2C26,1,2,test,Hex code
|
| 152 |
+
151,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#DC7D34,1,2,test,Hex code
|
| 153 |
+
152,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#7F4829,1,2,test,Hex code
|
| 154 |
+
153,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#E3A045,1,2,test,Hex code
|
| 155 |
+
154,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#976B39,1,2,test,Hex code
|
| 156 |
+
155,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#D9B451,1,2,test,Hex code
|
| 157 |
+
156,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#7F6129,1,2,test,Hex code
|
| 158 |
+
157,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#D0C445,1,2,test,Hex code
|
| 159 |
+
158,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#72672C,1,2,test,Hex code
|
| 160 |
+
159,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#A0C245,1,2,test,Hex code
|
| 161 |
+
160,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#3E501F,1,2,test,Hex code
|
| 162 |
+
161,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#4AC34D,1,2,test,Hex code
|
| 163 |
+
162,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#4FBF9A,1,2,test,Hex code
|
| 164 |
+
163,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#43BDB8,1,2,test,Hex code
|
| 165 |
+
164,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#3EA6C6,1,2,test,Hex code
|
| 166 |
+
165,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#3B74C0,1,2,test,Hex code
|
| 167 |
+
166,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#4F47C6,1,2,test,Hex code
|
| 168 |
+
167,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#7842C5,1,2,test,Hex code
|
| 169 |
+
168,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#AC4AC3,1,2,test,Hex code
|
| 170 |
+
169,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#BB30A4,1,2,test,Hex code
|
| 171 |
+
170,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#E589BF,1,2,test,Hex code
|
| 172 |
+
171,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#BA2B77,1,2,test,Hex code
|
| 173 |
+
172,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#E7E1E9,1,2,test,Hex code
|
| 174 |
+
173,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#938E93,1,2,test,Hex code
|
| 175 |
+
174,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows.",#2B292B,1,2,test,Hex code
|
| 176 |
+
175,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#E68697,1,2,test,Hex code
|
| 177 |
+
176,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#B92842,1,2,test,Hex code
|
| 178 |
+
177,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#EA9A90,1,2,test,Hex code
|
| 179 |
+
178,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#D7472A,1,2,test,Hex code
|
| 180 |
+
179,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#7A2C26,1,2,test,Hex code
|
| 181 |
+
180,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#DC7D34,1,2,test,Hex code
|
| 182 |
+
181,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#7F4829,1,2,test,Hex code
|
| 183 |
+
182,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#E3A045,1,2,test,Hex code
|
| 184 |
+
183,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#976B39,1,2,test,Hex code
|
| 185 |
+
184,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#D9B451,1,2,test,Hex code
|
| 186 |
+
185,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#7F6129,1,2,test,Hex code
|
| 187 |
+
186,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#D0C445,1,2,test,Hex code
|
| 188 |
+
187,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#72672C,1,2,test,Hex code
|
| 189 |
+
188,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#A0C245,1,2,test,Hex code
|
| 190 |
+
189,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#3E501F,1,2,test,Hex code
|
| 191 |
+
190,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#4AC34D,1,2,test,Hex code
|
| 192 |
+
191,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#4FBF9A,1,2,test,Hex code
|
| 193 |
+
192,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#43BDB8,1,2,test,Hex code
|
| 194 |
+
193,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#3EA6C6,1,2,test,Hex code
|
| 195 |
+
194,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#3B74C0,1,2,test,Hex code
|
| 196 |
+
195,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#4F47C6,1,2,test,Hex code
|
| 197 |
+
196,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#7842C5,1,2,test,Hex code
|
| 198 |
+
197,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#AC4AC3,1,2,test,Hex code
|
| 199 |
+
198,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#BB30A4,1,2,test,Hex code
|
| 200 |
+
199,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#E589BF,1,2,test,Hex code
|
| 201 |
+
200,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#BA2B77,1,2,test,Hex code
|
| 202 |
+
201,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#E7E1E9,1,2,test,Hex code
|
| 203 |
+
202,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#938E93,1,2,test,Hex code
|
| 204 |
+
203,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation.",#2B292B,1,2,test,Hex code
|
| 205 |
+
204,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#E68697,1,2,test,Hex code
|
| 206 |
+
205,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#B92842,1,2,test,Hex code
|
| 207 |
+
206,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#EA9A90,1,2,test,Hex code
|
| 208 |
+
207,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#D7472A,1,2,test,Hex code
|
| 209 |
+
208,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#7A2C26,1,2,test,Hex code
|
| 210 |
+
209,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#DC7D34,1,2,test,Hex code
|
| 211 |
+
210,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#7F4829,1,2,test,Hex code
|
| 212 |
+
211,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#E3A045,1,2,test,Hex code
|
| 213 |
+
212,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#976B39,1,2,test,Hex code
|
| 214 |
+
213,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#D9B451,1,2,test,Hex code
|
| 215 |
+
214,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#7F6129,1,2,test,Hex code
|
| 216 |
+
215,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#D0C445,1,2,test,Hex code
|
| 217 |
+
216,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#72672C,1,2,test,Hex code
|
| 218 |
+
217,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#A0C245,1,2,test,Hex code
|
| 219 |
+
218,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#3E501F,1,2,test,Hex code
|
| 220 |
+
219,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#4AC34D,1,2,test,Hex code
|
| 221 |
+
220,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#4FBF9A,1,2,test,Hex code
|
| 222 |
+
221,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#43BDB8,1,2,test,Hex code
|
| 223 |
+
222,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#3EA6C6,1,2,test,Hex code
|
| 224 |
+
223,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#3B74C0,1,2,test,Hex code
|
| 225 |
+
224,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#4F47C6,1,2,test,Hex code
|
| 226 |
+
225,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#7842C5,1,2,test,Hex code
|
| 227 |
+
226,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#AC4AC3,1,2,test,Hex code
|
| 228 |
+
227,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#BB30A4,1,2,test,Hex code
|
| 229 |
+
228,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#E589BF,1,2,test,Hex code
|
| 230 |
+
229,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#BA2B77,1,2,test,Hex code
|
| 231 |
+
230,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#E7E1E9,1,2,test,Hex code
|
| 232 |
+
231,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#938E93,1,2,test,Hex code
|
| 233 |
+
232,Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image.,#2B292B,1,2,test,Hex code
|
| 234 |
+
233,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#E68697,1,2,test,Hex code
|
| 235 |
+
234,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#B92842,1,2,test,Hex code
|
| 236 |
+
235,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#EA9A90,1,2,test,Hex code
|
| 237 |
+
236,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#D7472A,1,2,test,Hex code
|
| 238 |
+
237,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#7A2C26,1,2,test,Hex code
|
| 239 |
+
238,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#DC7D34,1,2,test,Hex code
|
| 240 |
+
239,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#7F4829,1,2,test,Hex code
|
| 241 |
+
240,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#E3A045,1,2,test,Hex code
|
| 242 |
+
241,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#976B39,1,2,test,Hex code
|
| 243 |
+
242,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#D9B451,1,2,test,Hex code
|
| 244 |
+
243,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#7F6129,1,2,test,Hex code
|
| 245 |
+
244,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#D0C445,1,2,test,Hex code
|
| 246 |
+
245,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#72672C,1,2,test,Hex code
|
| 247 |
+
246,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#A0C245,1,2,test,Hex code
|
| 248 |
+
247,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#3E501F,1,2,test,Hex code
|
| 249 |
+
248,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#4AC34D,1,2,test,Hex code
|
| 250 |
+
249,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#4FBF9A,1,2,test,Hex code
|
| 251 |
+
250,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#43BDB8,1,2,test,Hex code
|
| 252 |
+
251,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#3EA6C6,1,2,test,Hex code
|
| 253 |
+
252,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#3B74C0,1,2,test,Hex code
|
| 254 |
+
253,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#4F47C6,1,2,test,Hex code
|
| 255 |
+
254,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#7842C5,1,2,test,Hex code
|
| 256 |
+
255,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#AC4AC3,1,2,test,Hex code
|
| 257 |
+
256,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#BB30A4,1,2,test,Hex code
|
| 258 |
+
257,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#E589BF,1,2,test,Hex code
|
| 259 |
+
258,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#BA2B77,1,2,test,Hex code
|
| 260 |
+
259,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#E7E1E9,1,2,test,Hex code
|
| 261 |
+
260,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#938E93,1,2,test,Hex code
|
| 262 |
+
261,Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly.,#2B292B,1,2,test,Hex code
|
| 263 |
+
262,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#E68697,1,2,test,Hex code
|
| 264 |
+
263,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#B92842,1,2,test,Hex code
|
| 265 |
+
264,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#EA9A90,1,2,test,Hex code
|
| 266 |
+
265,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#D7472A,1,2,test,Hex code
|
| 267 |
+
266,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#7A2C26,1,2,test,Hex code
|
| 268 |
+
267,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#DC7D34,1,2,test,Hex code
|
| 269 |
+
268,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#7F4829,1,2,test,Hex code
|
| 270 |
+
269,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#E3A045,1,2,test,Hex code
|
| 271 |
+
270,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#976B39,1,2,test,Hex code
|
| 272 |
+
271,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#D9B451,1,2,test,Hex code
|
| 273 |
+
272,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#7F6129,1,2,test,Hex code
|
| 274 |
+
273,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#D0C445,1,2,test,Hex code
|
| 275 |
+
274,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#72672C,1,2,test,Hex code
|
| 276 |
+
275,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#A0C245,1,2,test,Hex code
|
| 277 |
+
276,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#3E501F,1,2,test,Hex code
|
| 278 |
+
277,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#4AC34D,1,2,test,Hex code
|
| 279 |
+
278,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#4FBF9A,1,2,test,Hex code
|
| 280 |
+
279,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#43BDB8,1,2,test,Hex code
|
| 281 |
+
280,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#3EA6C6,1,2,test,Hex code
|
| 282 |
+
281,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#3B74C0,1,2,test,Hex code
|
| 283 |
+
282,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#4F47C6,1,2,test,Hex code
|
| 284 |
+
283,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#7842C5,1,2,test,Hex code
|
| 285 |
+
284,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#AC4AC3,1,2,test,Hex code
|
| 286 |
+
285,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#BB30A4,1,2,test,Hex code
|
| 287 |
+
286,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#E589BF,1,2,test,Hex code
|
| 288 |
+
287,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#BA2B77,1,2,test,Hex code
|
| 289 |
+
288,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#E7E1E9,1,2,test,Hex code
|
| 290 |
+
289,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#938E93,1,2,test,Hex code
|
| 291 |
+
290,Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid.,#2B292B,1,2,test,Hex code
|
metadata/Variation_1_Color_3.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/Variation_2_Color_1.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/Variation_2_Color_2.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/Variation_2_Color_3.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/Variation_3_Color_1.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/Variation_3_Color_2.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/Variation_3_Color_3.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/Variation_4_Color_1.csv
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,prompt,color_target,color_1,color_2,variation,color_level,split,color_format
|
| 2 |
+
1,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#E68697,#DD5C73,#EFB0BB,4,1,test,Hex code
|
| 3 |
+
2,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#B92842,#8F1F33,#D53F5A,4,1,test,Hex code
|
| 4 |
+
3,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#DC7D34,#BC6420,#E4995F,4,1,test,Hex code
|
| 5 |
+
4,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#7F4829,#58321D,#A65E35,4,1,test,Hex code
|
| 6 |
+
5,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#D9B451,#CBA02C,#E2C67B,4,1,test,Hex code
|
| 7 |
+
6,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#72672C,#4D461E,#97883A,4,1,test,Hex code
|
| 8 |
+
7,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#A0C245,#82A034,#B4CF6B,4,1,test,Hex code
|
| 9 |
+
8,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#4FBF9A,#3AA17F,#74CDAF,4,1,test,Hex code
|
| 10 |
+
9,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#3B74C0,#2F5C99,#608FCE,4,1,test,Hex code
|
| 11 |
+
10,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#AC4AC3,#8F36A4,#BE70D0,4,1,test,Hex code
|
| 12 |
+
11,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#E7E1E9,#CFC4D3,#FFFEFF,4,1,test,Hex code
|
| 13 |
+
12,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#938E93,#7A747A,#ACA8AC,4,1,test,Hex code
|
| 14 |
+
13,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#2B292B,#111011,#454245,4,1,test,Hex code
|
| 15 |
+
14,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#E68697,#DD5C73,#EFB0BB,4,1,test,Hex code
|
| 16 |
+
15,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#B92842,#8F1F33,#D53F5A,4,1,test,Hex code
|
| 17 |
+
16,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#DC7D34,#BC6420,#E4995F,4,1,test,Hex code
|
| 18 |
+
17,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#7F4829,#58321D,#A65E35,4,1,test,Hex code
|
| 19 |
+
18,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#D9B451,#CBA02C,#E2C67B,4,1,test,Hex code
|
| 20 |
+
19,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#72672C,#4D461E,#97883A,4,1,test,Hex code
|
| 21 |
+
20,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#A0C245,#82A034,#B4CF6B,4,1,test,Hex code
|
| 22 |
+
21,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#4FBF9A,#3AA17F,#74CDAF,4,1,test,Hex code
|
| 23 |
+
22,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#3B74C0,#2F5C99,#608FCE,4,1,test,Hex code
|
| 24 |
+
23,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#AC4AC3,#8F36A4,#BE70D0,4,1,test,Hex code
|
| 25 |
+
24,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#E7E1E9,#CFC4D3,#FFFEFF,4,1,test,Hex code
|
| 26 |
+
25,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#938E93,#7A747A,#ACA8AC,4,1,test,Hex code
|
| 27 |
+
26,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#2B292B,#111011,#454245,4,1,test,Hex code
|
| 28 |
+
27,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#E68697,#DD5C73,#EFB0BB,4,1,test,Hex code
|
| 29 |
+
28,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#B92842,#8F1F33,#D53F5A,4,1,test,Hex code
|
| 30 |
+
29,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#DC7D34,#BC6420,#E4995F,4,1,test,Hex code
|
| 31 |
+
30,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#7F4829,#58321D,#A65E35,4,1,test,Hex code
|
| 32 |
+
31,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#D9B451,#CBA02C,#E2C67B,4,1,test,Hex code
|
| 33 |
+
32,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#72672C,#4D461E,#97883A,4,1,test,Hex code
|
| 34 |
+
33,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#A0C245,#82A034,#B4CF6B,4,1,test,Hex code
|
| 35 |
+
34,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#4FBF9A,#3AA17F,#74CDAF,4,1,test,Hex code
|
| 36 |
+
35,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#3B74C0,#2F5C99,#608FCE,4,1,test,Hex code
|
| 37 |
+
36,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#AC4AC3,#8F36A4,#BE70D0,4,1,test,Hex code
|
| 38 |
+
37,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#E7E1E9,#CFC4D3,#FFFEFF,4,1,test,Hex code
|
| 39 |
+
38,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#938E93,#7A747A,#ACA8AC,4,1,test,Hex code
|
| 40 |
+
39,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#2B292B,#111011,#454245,4,1,test,Hex code
|
| 41 |
+
40,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#E68697,#DD5C73,#EFB0BB,4,1,test,Hex code
|
| 42 |
+
41,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#B92842,#8F1F33,#D53F5A,4,1,test,Hex code
|
| 43 |
+
42,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#DC7D34,#BC6420,#E4995F,4,1,test,Hex code
|
| 44 |
+
43,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#7F4829,#58321D,#A65E35,4,1,test,Hex code
|
| 45 |
+
44,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#D9B451,#CBA02C,#E2C67B,4,1,test,Hex code
|
| 46 |
+
45,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#72672C,#4D461E,#97883A,4,1,test,Hex code
|
| 47 |
+
46,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#A0C245,#82A034,#B4CF6B,4,1,test,Hex code
|
| 48 |
+
47,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#4FBF9A,#3AA17F,#74CDAF,4,1,test,Hex code
|
| 49 |
+
48,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#3B74C0,#2F5C99,#608FCE,4,1,test,Hex code
|
| 50 |
+
49,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#AC4AC3,#8F36A4,#BE70D0,4,1,test,Hex code
|
| 51 |
+
50,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#E7E1E9,#CFC4D3,#FFFEFF,4,1,test,Hex code
|
| 52 |
+
51,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#938E93,#7A747A,#ACA8AC,4,1,test,Hex code
|
| 53 |
+
52,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#2B292B,#111011,#454245,4,1,test,Hex code
|
| 54 |
+
53,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#E68697,#DD5C73,#EFB0BB,4,1,test,Hex code
|
| 55 |
+
54,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#B92842,#8F1F33,#D53F5A,4,1,test,Hex code
|
| 56 |
+
55,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#DC7D34,#BC6420,#E4995F,4,1,test,Hex code
|
| 57 |
+
56,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#7F4829,#58321D,#A65E35,4,1,test,Hex code
|
| 58 |
+
57,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#D9B451,#CBA02C,#E2C67B,4,1,test,Hex code
|
| 59 |
+
58,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#72672C,#4D461E,#97883A,4,1,test,Hex code
|
| 60 |
+
59,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#A0C245,#82A034,#B4CF6B,4,1,test,Hex code
|
| 61 |
+
60,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#4FBF9A,#3AA17F,#74CDAF,4,1,test,Hex code
|
| 62 |
+
61,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#3B74C0,#2F5C99,#608FCE,4,1,test,Hex code
|
| 63 |
+
62,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#AC4AC3,#8F36A4,#BE70D0,4,1,test,Hex code
|
| 64 |
+
63,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#E7E1E9,#CFC4D3,#FFFEFF,4,1,test,Hex code
|
| 65 |
+
64,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#938E93,#7A747A,#ACA8AC,4,1,test,Hex code
|
| 66 |
+
65,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#2B292B,#111011,#454245,4,1,test,Hex code
|
| 67 |
+
66,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#E68697,#DD5C73,#EFB0BB,4,1,test,Hex code
|
| 68 |
+
67,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#B92842,#8F1F33,#D53F5A,4,1,test,Hex code
|
| 69 |
+
68,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#DC7D34,#BC6420,#E4995F,4,1,test,Hex code
|
| 70 |
+
69,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#7F4829,#58321D,#A65E35,4,1,test,Hex code
|
| 71 |
+
70,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#D9B451,#CBA02C,#E2C67B,4,1,test,Hex code
|
| 72 |
+
71,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#72672C,#4D461E,#97883A,4,1,test,Hex code
|
| 73 |
+
72,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#A0C245,#82A034,#B4CF6B,4,1,test,Hex code
|
| 74 |
+
73,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#4FBF9A,#3AA17F,#74CDAF,4,1,test,Hex code
|
| 75 |
+
74,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#3B74C0,#2F5C99,#608FCE,4,1,test,Hex code
|
| 76 |
+
75,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#AC4AC3,#8F36A4,#BE70D0,4,1,test,Hex code
|
| 77 |
+
76,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#E7E1E9,#CFC4D3,#FFFEFF,4,1,test,Hex code
|
| 78 |
+
77,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#938E93,#7A747A,#ACA8AC,4,1,test,Hex code
|
| 79 |
+
78,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#2B292B,#111011,#454245,4,1,test,Hex code
|
| 80 |
+
79,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#E68697,#DD5C73,#EFB0BB,4,1,test,Hex code
|
| 81 |
+
80,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#B92842,#8F1F33,#D53F5A,4,1,test,Hex code
|
| 82 |
+
81,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#DC7D34,#BC6420,#E4995F,4,1,test,Hex code
|
| 83 |
+
82,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#7F4829,#58321D,#A65E35,4,1,test,Hex code
|
| 84 |
+
83,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#D9B451,#CBA02C,#E2C67B,4,1,test,Hex code
|
| 85 |
+
84,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#72672C,#4D461E,#97883A,4,1,test,Hex code
|
| 86 |
+
85,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#A0C245,#82A034,#B4CF6B,4,1,test,Hex code
|
| 87 |
+
86,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#4FBF9A,#3AA17F,#74CDAF,4,1,test,Hex code
|
| 88 |
+
87,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#3B74C0,#2F5C99,#608FCE,4,1,test,Hex code
|
| 89 |
+
88,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#AC4AC3,#8F36A4,#BE70D0,4,1,test,Hex code
|
| 90 |
+
89,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#E7E1E9,#CFC4D3,#FFFEFF,4,1,test,Hex code
|
| 91 |
+
90,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#938E93,#7A747A,#ACA8AC,4,1,test,Hex code
|
| 92 |
+
91,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#2B292B,#111011,#454245,4,1,test,Hex code
|
| 93 |
+
92,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#E68697,#DD5C73,#EFB0BB,4,1,test,Hex code
|
| 94 |
+
93,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#B92842,#8F1F33,#D53F5A,4,1,test,Hex code
|
| 95 |
+
94,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#DC7D34,#BC6420,#E4995F,4,1,test,Hex code
|
| 96 |
+
95,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#7F4829,#58321D,#A65E35,4,1,test,Hex code
|
| 97 |
+
96,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#D9B451,#CBA02C,#E2C67B,4,1,test,Hex code
|
| 98 |
+
97,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#72672C,#4D461E,#97883A,4,1,test,Hex code
|
| 99 |
+
98,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#A0C245,#82A034,#B4CF6B,4,1,test,Hex code
|
| 100 |
+
99,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#4FBF9A,#3AA17F,#74CDAF,4,1,test,Hex code
|
| 101 |
+
100,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#3B74C0,#2F5C99,#608FCE,4,1,test,Hex code
|
| 102 |
+
101,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#AC4AC3,#8F36A4,#BE70D0,4,1,test,Hex code
|
| 103 |
+
102,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#E7E1E9,#CFC4D3,#FFFEFF,4,1,test,Hex code
|
| 104 |
+
103,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#938E93,#7A747A,#ACA8AC,4,1,test,Hex code
|
| 105 |
+
104,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#2B292B,#111011,#454245,4,1,test,Hex code
|
| 106 |
+
105,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#E68697,#DD5C73,#EFB0BB,4,1,test,Hex code
|
| 107 |
+
106,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#B92842,#8F1F33,#D53F5A,4,1,test,Hex code
|
| 108 |
+
107,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#DC7D34,#BC6420,#E4995F,4,1,test,Hex code
|
| 109 |
+
108,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#7F4829,#58321D,#A65E35,4,1,test,Hex code
|
| 110 |
+
109,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#D9B451,#CBA02C,#E2C67B,4,1,test,Hex code
|
| 111 |
+
110,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#72672C,#4D461E,#97883A,4,1,test,Hex code
|
| 112 |
+
111,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#A0C245,#82A034,#B4CF6B,4,1,test,Hex code
|
| 113 |
+
112,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#4FBF9A,#3AA17F,#74CDAF,4,1,test,Hex code
|
| 114 |
+
113,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#3B74C0,#2F5C99,#608FCE,4,1,test,Hex code
|
| 115 |
+
114,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#AC4AC3,#8F36A4,#BE70D0,4,1,test,Hex code
|
| 116 |
+
115,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#E7E1E9,#CFC4D3,#FFFEFF,4,1,test,Hex code
|
| 117 |
+
116,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#938E93,#7A747A,#ACA8AC,4,1,test,Hex code
|
| 118 |
+
117,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#2B292B,#111011,#454245,4,1,test,Hex code
|
| 119 |
+
118,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#E68697,#DD5C73,#EFB0BB,4,1,test,Hex code
|
| 120 |
+
119,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#B92842,#8F1F33,#D53F5A,4,1,test,Hex code
|
| 121 |
+
120,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#DC7D34,#BC6420,#E4995F,4,1,test,Hex code
|
| 122 |
+
121,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#7F4829,#58321D,#A65E35,4,1,test,Hex code
|
| 123 |
+
122,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#D9B451,#CBA02C,#E2C67B,4,1,test,Hex code
|
| 124 |
+
123,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#72672C,#4D461E,#97883A,4,1,test,Hex code
|
| 125 |
+
124,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#A0C245,#82A034,#B4CF6B,4,1,test,Hex code
|
| 126 |
+
125,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#4FBF9A,#3AA17F,#74CDAF,4,1,test,Hex code
|
| 127 |
+
126,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#3B74C0,#2F5C99,#608FCE,4,1,test,Hex code
|
| 128 |
+
127,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#AC4AC3,#8F36A4,#BE70D0,4,1,test,Hex code
|
| 129 |
+
128,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#E7E1E9,#CFC4D3,#FFFEFF,4,1,test,Hex code
|
| 130 |
+
129,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#938E93,#7A747A,#ACA8AC,4,1,test,Hex code
|
| 131 |
+
130,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#2B292B,#111011,#454245,4,1,test,Hex code
|
metadata/Variation_4_Color_2.csv
ADDED
|
@@ -0,0 +1,291 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,prompt,color_target,color_1,color_2,variation,color_level,split,color_format
|
| 2 |
+
1,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#E68697,#DD5C73,#EFB0BB,4,2,test,Hex code
|
| 3 |
+
2,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#B92842,#8F1F33,#D53F5A,4,2,test,Hex code
|
| 4 |
+
3,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#EA9A90,#E27365,#F2C1BB,4,2,test,Hex code
|
| 5 |
+
4,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#D7472A,#AD3821,#DF6C55,4,2,test,Hex code
|
| 6 |
+
5,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#7A2C26,#531E1A,#A13A32,4,2,test,Hex code
|
| 7 |
+
6,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#DC7D34,#BC6420,#E4995F,4,2,test,Hex code
|
| 8 |
+
7,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#7F4829,#58321D,#A65E35,4,2,test,Hex code
|
| 9 |
+
8,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#E3A045,#D58820,#EAB771,4,2,test,Hex code
|
| 10 |
+
9,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#976B39,#72512B,#BA8549,4,2,test,Hex code
|
| 11 |
+
10,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#D9B451,#CBA02C,#E2C67B,4,2,test,Hex code
|
| 12 |
+
11,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#7F6129,#58441D,#A67E35,4,2,test,Hex code
|
| 13 |
+
12,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#D0C445,#B4A92E,#DAD16E,4,2,test,Hex code
|
| 14 |
+
13,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#72672C,#4D461E,#97883A,4,2,test,Hex code
|
| 15 |
+
14,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#A0C245,#82A034,#B4CF6B,4,2,test,Hex code
|
| 16 |
+
15,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#3E501F,#222B11,#5A752D,4,2,test,Hex code
|
| 17 |
+
16,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#4AC34D,#36A439,#70D073,4,2,test,Hex code
|
| 18 |
+
17,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#4FBF9A,#3AA17F,#74CDAF,4,2,test,Hex code
|
| 19 |
+
18,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#43BDB8,#359894,#69CAC6,4,2,test,Hex code
|
| 20 |
+
19,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#3EA6C6,#3087A1,#65B8D2,4,2,test,Hex code
|
| 21 |
+
20,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#3B74C0,#2F5C99,#608FCE,4,2,test,Hex code
|
| 22 |
+
21,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#4F47C6,#3B34A6,#746ED2,4,2,test,Hex code
|
| 23 |
+
22,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#7842C5,#6032A2,#9469D1,4,2,test,Hex code
|
| 24 |
+
23,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#AC4AC3,#8F36A4,#BE70D0,4,2,test,Hex code
|
| 25 |
+
24,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#BB30A4,#922680,#D14DBB,4,2,test,Hex code
|
| 26 |
+
25,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#E589BF,#DC5FA8,#EEB3D6,4,2,test,Hex code
|
| 27 |
+
26,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#BA2B77,#91215C,#D44491,4,2,test,Hex code
|
| 28 |
+
27,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#E7E1E9,#CFC4D3,#FFFEFF,4,2,test,Hex code
|
| 29 |
+
28,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#938E93,#7A747A,#ACA8AC,4,2,test,Hex code
|
| 30 |
+
29,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>.",#2B292B,#111011,#454245,4,2,test,Hex code
|
| 31 |
+
30,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#E68697,#DD5C73,#EFB0BB,4,2,test,Hex code
|
| 32 |
+
31,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#B92842,#8F1F33,#D53F5A,4,2,test,Hex code
|
| 33 |
+
32,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#EA9A90,#E27365,#F2C1BB,4,2,test,Hex code
|
| 34 |
+
33,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#D7472A,#AD3821,#DF6C55,4,2,test,Hex code
|
| 35 |
+
34,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#7A2C26,#531E1A,#A13A32,4,2,test,Hex code
|
| 36 |
+
35,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#DC7D34,#BC6420,#E4995F,4,2,test,Hex code
|
| 37 |
+
36,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#7F4829,#58321D,#A65E35,4,2,test,Hex code
|
| 38 |
+
37,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#E3A045,#D58820,#EAB771,4,2,test,Hex code
|
| 39 |
+
38,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#976B39,#72512B,#BA8549,4,2,test,Hex code
|
| 40 |
+
39,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#D9B451,#CBA02C,#E2C67B,4,2,test,Hex code
|
| 41 |
+
40,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#7F6129,#58441D,#A67E35,4,2,test,Hex code
|
| 42 |
+
41,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#D0C445,#B4A92E,#DAD16E,4,2,test,Hex code
|
| 43 |
+
42,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#72672C,#4D461E,#97883A,4,2,test,Hex code
|
| 44 |
+
43,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#A0C245,#82A034,#B4CF6B,4,2,test,Hex code
|
| 45 |
+
44,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#3E501F,#222B11,#5A752D,4,2,test,Hex code
|
| 46 |
+
45,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#4AC34D,#36A439,#70D073,4,2,test,Hex code
|
| 47 |
+
46,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#4FBF9A,#3AA17F,#74CDAF,4,2,test,Hex code
|
| 48 |
+
47,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#43BDB8,#359894,#69CAC6,4,2,test,Hex code
|
| 49 |
+
48,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#3EA6C6,#3087A1,#65B8D2,4,2,test,Hex code
|
| 50 |
+
49,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#3B74C0,#2F5C99,#608FCE,4,2,test,Hex code
|
| 51 |
+
50,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#4F47C6,#3B34A6,#746ED2,4,2,test,Hex code
|
| 52 |
+
51,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#7842C5,#6032A2,#9469D1,4,2,test,Hex code
|
| 53 |
+
52,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#AC4AC3,#8F36A4,#BE70D0,4,2,test,Hex code
|
| 54 |
+
53,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#BB30A4,#922680,#D14DBB,4,2,test,Hex code
|
| 55 |
+
54,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#E589BF,#DC5FA8,#EEB3D6,4,2,test,Hex code
|
| 56 |
+
55,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#BA2B77,#91215C,#D44491,4,2,test,Hex code
|
| 57 |
+
56,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#E7E1E9,#CFC4D3,#FFFEFF,4,2,test,Hex code
|
| 58 |
+
57,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#938E93,#7A747A,#ACA8AC,4,2,test,Hex code
|
| 59 |
+
58,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>.",#2B292B,#111011,#454245,4,2,test,Hex code
|
| 60 |
+
59,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#E68697,#DD5C73,#EFB0BB,4,2,test,Hex code
|
| 61 |
+
60,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#B92842,#8F1F33,#D53F5A,4,2,test,Hex code
|
| 62 |
+
61,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#EA9A90,#E27365,#F2C1BB,4,2,test,Hex code
|
| 63 |
+
62,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#D7472A,#AD3821,#DF6C55,4,2,test,Hex code
|
| 64 |
+
63,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#7A2C26,#531E1A,#A13A32,4,2,test,Hex code
|
| 65 |
+
64,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#DC7D34,#BC6420,#E4995F,4,2,test,Hex code
|
| 66 |
+
65,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#7F4829,#58321D,#A65E35,4,2,test,Hex code
|
| 67 |
+
66,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#E3A045,#D58820,#EAB771,4,2,test,Hex code
|
| 68 |
+
67,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#976B39,#72512B,#BA8549,4,2,test,Hex code
|
| 69 |
+
68,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#D9B451,#CBA02C,#E2C67B,4,2,test,Hex code
|
| 70 |
+
69,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#7F6129,#58441D,#A67E35,4,2,test,Hex code
|
| 71 |
+
70,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#D0C445,#B4A92E,#DAD16E,4,2,test,Hex code
|
| 72 |
+
71,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#72672C,#4D461E,#97883A,4,2,test,Hex code
|
| 73 |
+
72,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#A0C245,#82A034,#B4CF6B,4,2,test,Hex code
|
| 74 |
+
73,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#3E501F,#222B11,#5A752D,4,2,test,Hex code
|
| 75 |
+
74,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#4AC34D,#36A439,#70D073,4,2,test,Hex code
|
| 76 |
+
75,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#4FBF9A,#3AA17F,#74CDAF,4,2,test,Hex code
|
| 77 |
+
76,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#43BDB8,#359894,#69CAC6,4,2,test,Hex code
|
| 78 |
+
77,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#3EA6C6,#3087A1,#65B8D2,4,2,test,Hex code
|
| 79 |
+
78,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#3B74C0,#2F5C99,#608FCE,4,2,test,Hex code
|
| 80 |
+
79,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#4F47C6,#3B34A6,#746ED2,4,2,test,Hex code
|
| 81 |
+
80,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#7842C5,#6032A2,#9469D1,4,2,test,Hex code
|
| 82 |
+
81,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#AC4AC3,#8F36A4,#BE70D0,4,2,test,Hex code
|
| 83 |
+
82,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#BB30A4,#922680,#D14DBB,4,2,test,Hex code
|
| 84 |
+
83,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#E589BF,#DC5FA8,#EEB3D6,4,2,test,Hex code
|
| 85 |
+
84,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#BA2B77,#91215C,#D44491,4,2,test,Hex code
|
| 86 |
+
85,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#E7E1E9,#CFC4D3,#FFFEFF,4,2,test,Hex code
|
| 87 |
+
86,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#938E93,#7A747A,#ACA8AC,4,2,test,Hex code
|
| 88 |
+
87,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>.",#2B292B,#111011,#454245,4,2,test,Hex code
|
| 89 |
+
88,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#E68697,#DD5C73,#EFB0BB,4,2,test,Hex code
|
| 90 |
+
89,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#B92842,#8F1F33,#D53F5A,4,2,test,Hex code
|
| 91 |
+
90,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#EA9A90,#E27365,#F2C1BB,4,2,test,Hex code
|
| 92 |
+
91,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#D7472A,#AD3821,#DF6C55,4,2,test,Hex code
|
| 93 |
+
92,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#7A2C26,#531E1A,#A13A32,4,2,test,Hex code
|
| 94 |
+
93,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#DC7D34,#BC6420,#E4995F,4,2,test,Hex code
|
| 95 |
+
94,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#7F4829,#58321D,#A65E35,4,2,test,Hex code
|
| 96 |
+
95,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#E3A045,#D58820,#EAB771,4,2,test,Hex code
|
| 97 |
+
96,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#976B39,#72512B,#BA8549,4,2,test,Hex code
|
| 98 |
+
97,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#D9B451,#CBA02C,#E2C67B,4,2,test,Hex code
|
| 99 |
+
98,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#7F6129,#58441D,#A67E35,4,2,test,Hex code
|
| 100 |
+
99,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#D0C445,#B4A92E,#DAD16E,4,2,test,Hex code
|
| 101 |
+
100,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#72672C,#4D461E,#97883A,4,2,test,Hex code
|
| 102 |
+
101,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#A0C245,#82A034,#B4CF6B,4,2,test,Hex code
|
| 103 |
+
102,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#3E501F,#222B11,#5A752D,4,2,test,Hex code
|
| 104 |
+
103,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#4AC34D,#36A439,#70D073,4,2,test,Hex code
|
| 105 |
+
104,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#4FBF9A,#3AA17F,#74CDAF,4,2,test,Hex code
|
| 106 |
+
105,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#43BDB8,#359894,#69CAC6,4,2,test,Hex code
|
| 107 |
+
106,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#3EA6C6,#3087A1,#65B8D2,4,2,test,Hex code
|
| 108 |
+
107,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#3B74C0,#2F5C99,#608FCE,4,2,test,Hex code
|
| 109 |
+
108,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#4F47C6,#3B34A6,#746ED2,4,2,test,Hex code
|
| 110 |
+
109,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#7842C5,#6032A2,#9469D1,4,2,test,Hex code
|
| 111 |
+
110,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#AC4AC3,#8F36A4,#BE70D0,4,2,test,Hex code
|
| 112 |
+
111,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#BB30A4,#922680,#D14DBB,4,2,test,Hex code
|
| 113 |
+
112,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#E589BF,#DC5FA8,#EEB3D6,4,2,test,Hex code
|
| 114 |
+
113,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#BA2B77,#91215C,#D44491,4,2,test,Hex code
|
| 115 |
+
114,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#E7E1E9,#CFC4D3,#FFFEFF,4,2,test,Hex code
|
| 116 |
+
115,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#938E93,#7A747A,#ACA8AC,4,2,test,Hex code
|
| 117 |
+
116,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>.",#2B292B,#111011,#454245,4,2,test,Hex code
|
| 118 |
+
117,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#E68697,#DD5C73,#EFB0BB,4,2,test,Hex code
|
| 119 |
+
118,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#B92842,#8F1F33,#D53F5A,4,2,test,Hex code
|
| 120 |
+
119,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#EA9A90,#E27365,#F2C1BB,4,2,test,Hex code
|
| 121 |
+
120,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#D7472A,#AD3821,#DF6C55,4,2,test,Hex code
|
| 122 |
+
121,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#7A2C26,#531E1A,#A13A32,4,2,test,Hex code
|
| 123 |
+
122,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#DC7D34,#BC6420,#E4995F,4,2,test,Hex code
|
| 124 |
+
123,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#7F4829,#58321D,#A65E35,4,2,test,Hex code
|
| 125 |
+
124,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#E3A045,#D58820,#EAB771,4,2,test,Hex code
|
| 126 |
+
125,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#976B39,#72512B,#BA8549,4,2,test,Hex code
|
| 127 |
+
126,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#D9B451,#CBA02C,#E2C67B,4,2,test,Hex code
|
| 128 |
+
127,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#7F6129,#58441D,#A67E35,4,2,test,Hex code
|
| 129 |
+
128,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#D0C445,#B4A92E,#DAD16E,4,2,test,Hex code
|
| 130 |
+
129,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#72672C,#4D461E,#97883A,4,2,test,Hex code
|
| 131 |
+
130,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#A0C245,#82A034,#B4CF6B,4,2,test,Hex code
|
| 132 |
+
131,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#3E501F,#222B11,#5A752D,4,2,test,Hex code
|
| 133 |
+
132,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#4AC34D,#36A439,#70D073,4,2,test,Hex code
|
| 134 |
+
133,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#4FBF9A,#3AA17F,#74CDAF,4,2,test,Hex code
|
| 135 |
+
134,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#43BDB8,#359894,#69CAC6,4,2,test,Hex code
|
| 136 |
+
135,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#3EA6C6,#3087A1,#65B8D2,4,2,test,Hex code
|
| 137 |
+
136,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#3B74C0,#2F5C99,#608FCE,4,2,test,Hex code
|
| 138 |
+
137,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#4F47C6,#3B34A6,#746ED2,4,2,test,Hex code
|
| 139 |
+
138,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#7842C5,#6032A2,#9469D1,4,2,test,Hex code
|
| 140 |
+
139,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#AC4AC3,#8F36A4,#BE70D0,4,2,test,Hex code
|
| 141 |
+
140,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#BB30A4,#922680,#D14DBB,4,2,test,Hex code
|
| 142 |
+
141,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#E589BF,#DC5FA8,#EEB3D6,4,2,test,Hex code
|
| 143 |
+
142,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#BA2B77,#91215C,#D44491,4,2,test,Hex code
|
| 144 |
+
143,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#E7E1E9,#CFC4D3,#FFFEFF,4,2,test,Hex code
|
| 145 |
+
144,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#938E93,#7A747A,#ACA8AC,4,2,test,Hex code
|
| 146 |
+
145,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>.",#2B292B,#111011,#454245,4,2,test,Hex code
|
| 147 |
+
146,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#E68697,#DD5C73,#EFB0BB,4,2,test,Hex code
|
| 148 |
+
147,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#B92842,#8F1F33,#D53F5A,4,2,test,Hex code
|
| 149 |
+
148,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#EA9A90,#E27365,#F2C1BB,4,2,test,Hex code
|
| 150 |
+
149,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#D7472A,#AD3821,#DF6C55,4,2,test,Hex code
|
| 151 |
+
150,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#7A2C26,#531E1A,#A13A32,4,2,test,Hex code
|
| 152 |
+
151,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#DC7D34,#BC6420,#E4995F,4,2,test,Hex code
|
| 153 |
+
152,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#7F4829,#58321D,#A65E35,4,2,test,Hex code
|
| 154 |
+
153,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#E3A045,#D58820,#EAB771,4,2,test,Hex code
|
| 155 |
+
154,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#976B39,#72512B,#BA8549,4,2,test,Hex code
|
| 156 |
+
155,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#D9B451,#CBA02C,#E2C67B,4,2,test,Hex code
|
| 157 |
+
156,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#7F6129,#58441D,#A67E35,4,2,test,Hex code
|
| 158 |
+
157,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#D0C445,#B4A92E,#DAD16E,4,2,test,Hex code
|
| 159 |
+
158,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#72672C,#4D461E,#97883A,4,2,test,Hex code
|
| 160 |
+
159,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#A0C245,#82A034,#B4CF6B,4,2,test,Hex code
|
| 161 |
+
160,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#3E501F,#222B11,#5A752D,4,2,test,Hex code
|
| 162 |
+
161,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#4AC34D,#36A439,#70D073,4,2,test,Hex code
|
| 163 |
+
162,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#4FBF9A,#3AA17F,#74CDAF,4,2,test,Hex code
|
| 164 |
+
163,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#43BDB8,#359894,#69CAC6,4,2,test,Hex code
|
| 165 |
+
164,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#3EA6C6,#3087A1,#65B8D2,4,2,test,Hex code
|
| 166 |
+
165,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#3B74C0,#2F5C99,#608FCE,4,2,test,Hex code
|
| 167 |
+
166,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#4F47C6,#3B34A6,#746ED2,4,2,test,Hex code
|
| 168 |
+
167,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#7842C5,#6032A2,#9469D1,4,2,test,Hex code
|
| 169 |
+
168,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#AC4AC3,#8F36A4,#BE70D0,4,2,test,Hex code
|
| 170 |
+
169,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#BB30A4,#922680,#D14DBB,4,2,test,Hex code
|
| 171 |
+
170,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#E589BF,#DC5FA8,#EEB3D6,4,2,test,Hex code
|
| 172 |
+
171,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#BA2B77,#91215C,#D44491,4,2,test,Hex code
|
| 173 |
+
172,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#E7E1E9,#CFC4D3,#FFFEFF,4,2,test,Hex code
|
| 174 |
+
173,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#938E93,#7A747A,#ACA8AC,4,2,test,Hex code
|
| 175 |
+
174,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows.",#2B292B,#111011,#454245,4,2,test,Hex code
|
| 176 |
+
175,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#E68697,#DD5C73,#EFB0BB,4,2,test,Hex code
|
| 177 |
+
176,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#B92842,#8F1F33,#D53F5A,4,2,test,Hex code
|
| 178 |
+
177,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#EA9A90,#E27365,#F2C1BB,4,2,test,Hex code
|
| 179 |
+
178,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#D7472A,#AD3821,#DF6C55,4,2,test,Hex code
|
| 180 |
+
179,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#7A2C26,#531E1A,#A13A32,4,2,test,Hex code
|
| 181 |
+
180,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#DC7D34,#BC6420,#E4995F,4,2,test,Hex code
|
| 182 |
+
181,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#7F4829,#58321D,#A65E35,4,2,test,Hex code
|
| 183 |
+
182,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#E3A045,#D58820,#EAB771,4,2,test,Hex code
|
| 184 |
+
183,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#976B39,#72512B,#BA8549,4,2,test,Hex code
|
| 185 |
+
184,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#D9B451,#CBA02C,#E2C67B,4,2,test,Hex code
|
| 186 |
+
185,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#7F6129,#58441D,#A67E35,4,2,test,Hex code
|
| 187 |
+
186,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#D0C445,#B4A92E,#DAD16E,4,2,test,Hex code
|
| 188 |
+
187,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#72672C,#4D461E,#97883A,4,2,test,Hex code
|
| 189 |
+
188,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#A0C245,#82A034,#B4CF6B,4,2,test,Hex code
|
| 190 |
+
189,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#3E501F,#222B11,#5A752D,4,2,test,Hex code
|
| 191 |
+
190,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#4AC34D,#36A439,#70D073,4,2,test,Hex code
|
| 192 |
+
191,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#4FBF9A,#3AA17F,#74CDAF,4,2,test,Hex code
|
| 193 |
+
192,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#43BDB8,#359894,#69CAC6,4,2,test,Hex code
|
| 194 |
+
193,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#3EA6C6,#3087A1,#65B8D2,4,2,test,Hex code
|
| 195 |
+
194,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#3B74C0,#2F5C99,#608FCE,4,2,test,Hex code
|
| 196 |
+
195,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#4F47C6,#3B34A6,#746ED2,4,2,test,Hex code
|
| 197 |
+
196,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#7842C5,#6032A2,#9469D1,4,2,test,Hex code
|
| 198 |
+
197,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#AC4AC3,#8F36A4,#BE70D0,4,2,test,Hex code
|
| 199 |
+
198,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#BB30A4,#922680,#D14DBB,4,2,test,Hex code
|
| 200 |
+
199,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#E589BF,#DC5FA8,#EEB3D6,4,2,test,Hex code
|
| 201 |
+
200,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#BA2B77,#91215C,#D44491,4,2,test,Hex code
|
| 202 |
+
201,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#E7E1E9,#CFC4D3,#FFFEFF,4,2,test,Hex code
|
| 203 |
+
202,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#938E93,#7A747A,#ACA8AC,4,2,test,Hex code
|
| 204 |
+
203,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation.",#2B292B,#111011,#454245,4,2,test,Hex code
|
| 205 |
+
204,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#E68697,#DD5C73,#EFB0BB,4,2,test,Hex code
|
| 206 |
+
205,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#B92842,#8F1F33,#D53F5A,4,2,test,Hex code
|
| 207 |
+
206,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#EA9A90,#E27365,#F2C1BB,4,2,test,Hex code
|
| 208 |
+
207,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#D7472A,#AD3821,#DF6C55,4,2,test,Hex code
|
| 209 |
+
208,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#7A2C26,#531E1A,#A13A32,4,2,test,Hex code
|
| 210 |
+
209,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#DC7D34,#BC6420,#E4995F,4,2,test,Hex code
|
| 211 |
+
210,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#7F4829,#58321D,#A65E35,4,2,test,Hex code
|
| 212 |
+
211,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#E3A045,#D58820,#EAB771,4,2,test,Hex code
|
| 213 |
+
212,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#976B39,#72512B,#BA8549,4,2,test,Hex code
|
| 214 |
+
213,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#D9B451,#CBA02C,#E2C67B,4,2,test,Hex code
|
| 215 |
+
214,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#7F6129,#58441D,#A67E35,4,2,test,Hex code
|
| 216 |
+
215,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#D0C445,#B4A92E,#DAD16E,4,2,test,Hex code
|
| 217 |
+
216,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#72672C,#4D461E,#97883A,4,2,test,Hex code
|
| 218 |
+
217,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#A0C245,#82A034,#B4CF6B,4,2,test,Hex code
|
| 219 |
+
218,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#3E501F,#222B11,#5A752D,4,2,test,Hex code
|
| 220 |
+
219,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#4AC34D,#36A439,#70D073,4,2,test,Hex code
|
| 221 |
+
220,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#4FBF9A,#3AA17F,#74CDAF,4,2,test,Hex code
|
| 222 |
+
221,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#43BDB8,#359894,#69CAC6,4,2,test,Hex code
|
| 223 |
+
222,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#3EA6C6,#3087A1,#65B8D2,4,2,test,Hex code
|
| 224 |
+
223,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#3B74C0,#2F5C99,#608FCE,4,2,test,Hex code
|
| 225 |
+
224,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#4F47C6,#3B34A6,#746ED2,4,2,test,Hex code
|
| 226 |
+
225,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#7842C5,#6032A2,#9469D1,4,2,test,Hex code
|
| 227 |
+
226,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#AC4AC3,#8F36A4,#BE70D0,4,2,test,Hex code
|
| 228 |
+
227,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#BB30A4,#922680,#D14DBB,4,2,test,Hex code
|
| 229 |
+
228,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#E589BF,#DC5FA8,#EEB3D6,4,2,test,Hex code
|
| 230 |
+
229,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#BA2B77,#91215C,#D44491,4,2,test,Hex code
|
| 231 |
+
230,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#E7E1E9,#CFC4D3,#FFFEFF,4,2,test,Hex code
|
| 232 |
+
231,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#938E93,#7A747A,#ACA8AC,4,2,test,Hex code
|
| 233 |
+
232,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image.",#2B292B,#111011,#454245,4,2,test,Hex code
|
| 234 |
+
233,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#E68697,#DD5C73,#EFB0BB,4,2,test,Hex code
|
| 235 |
+
234,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#B92842,#8F1F33,#D53F5A,4,2,test,Hex code
|
| 236 |
+
235,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#EA9A90,#E27365,#F2C1BB,4,2,test,Hex code
|
| 237 |
+
236,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#D7472A,#AD3821,#DF6C55,4,2,test,Hex code
|
| 238 |
+
237,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#7A2C26,#531E1A,#A13A32,4,2,test,Hex code
|
| 239 |
+
238,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#DC7D34,#BC6420,#E4995F,4,2,test,Hex code
|
| 240 |
+
239,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#7F4829,#58321D,#A65E35,4,2,test,Hex code
|
| 241 |
+
240,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#E3A045,#D58820,#EAB771,4,2,test,Hex code
|
| 242 |
+
241,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#976B39,#72512B,#BA8549,4,2,test,Hex code
|
| 243 |
+
242,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#D9B451,#CBA02C,#E2C67B,4,2,test,Hex code
|
| 244 |
+
243,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#7F6129,#58441D,#A67E35,4,2,test,Hex code
|
| 245 |
+
244,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#D0C445,#B4A92E,#DAD16E,4,2,test,Hex code
|
| 246 |
+
245,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#72672C,#4D461E,#97883A,4,2,test,Hex code
|
| 247 |
+
246,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#A0C245,#82A034,#B4CF6B,4,2,test,Hex code
|
| 248 |
+
247,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#3E501F,#222B11,#5A752D,4,2,test,Hex code
|
| 249 |
+
248,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#4AC34D,#36A439,#70D073,4,2,test,Hex code
|
| 250 |
+
249,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#4FBF9A,#3AA17F,#74CDAF,4,2,test,Hex code
|
| 251 |
+
250,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#43BDB8,#359894,#69CAC6,4,2,test,Hex code
|
| 252 |
+
251,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#3EA6C6,#3087A1,#65B8D2,4,2,test,Hex code
|
| 253 |
+
252,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#3B74C0,#2F5C99,#608FCE,4,2,test,Hex code
|
| 254 |
+
253,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#4F47C6,#3B34A6,#746ED2,4,2,test,Hex code
|
| 255 |
+
254,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#7842C5,#6032A2,#9469D1,4,2,test,Hex code
|
| 256 |
+
255,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#AC4AC3,#8F36A4,#BE70D0,4,2,test,Hex code
|
| 257 |
+
256,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#BB30A4,#922680,#D14DBB,4,2,test,Hex code
|
| 258 |
+
257,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#E589BF,#DC5FA8,#EEB3D6,4,2,test,Hex code
|
| 259 |
+
258,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#BA2B77,#91215C,#D44491,4,2,test,Hex code
|
| 260 |
+
259,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#E7E1E9,#CFC4D3,#FFFEFF,4,2,test,Hex code
|
| 261 |
+
260,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#938E93,#7A747A,#ACA8AC,4,2,test,Hex code
|
| 262 |
+
261,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent.",#2B292B,#111011,#454245,4,2,test,Hex code
|
| 263 |
+
262,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#E68697,#DD5C73,#EFB0BB,4,2,test,Hex code
|
| 264 |
+
263,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#B92842,#8F1F33,#D53F5A,4,2,test,Hex code
|
| 265 |
+
264,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#EA9A90,#E27365,#F2C1BB,4,2,test,Hex code
|
| 266 |
+
265,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#D7472A,#AD3821,#DF6C55,4,2,test,Hex code
|
| 267 |
+
266,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#7A2C26,#531E1A,#A13A32,4,2,test,Hex code
|
| 268 |
+
267,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#DC7D34,#BC6420,#E4995F,4,2,test,Hex code
|
| 269 |
+
268,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#7F4829,#58321D,#A65E35,4,2,test,Hex code
|
| 270 |
+
269,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#E3A045,#D58820,#EAB771,4,2,test,Hex code
|
| 271 |
+
270,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#976B39,#72512B,#BA8549,4,2,test,Hex code
|
| 272 |
+
271,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#D9B451,#CBA02C,#E2C67B,4,2,test,Hex code
|
| 273 |
+
272,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#7F6129,#58441D,#A67E35,4,2,test,Hex code
|
| 274 |
+
273,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#D0C445,#B4A92E,#DAD16E,4,2,test,Hex code
|
| 275 |
+
274,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#72672C,#4D461E,#97883A,4,2,test,Hex code
|
| 276 |
+
275,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#A0C245,#82A034,#B4CF6B,4,2,test,Hex code
|
| 277 |
+
276,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#3E501F,#222B11,#5A752D,4,2,test,Hex code
|
| 278 |
+
277,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#4AC34D,#36A439,#70D073,4,2,test,Hex code
|
| 279 |
+
278,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#4FBF9A,#3AA17F,#74CDAF,4,2,test,Hex code
|
| 280 |
+
279,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#43BDB8,#359894,#69CAC6,4,2,test,Hex code
|
| 281 |
+
280,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#3EA6C6,#3087A1,#65B8D2,4,2,test,Hex code
|
| 282 |
+
281,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#3B74C0,#2F5C99,#608FCE,4,2,test,Hex code
|
| 283 |
+
282,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#4F47C6,#3B34A6,#746ED2,4,2,test,Hex code
|
| 284 |
+
283,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#7842C5,#6032A2,#9469D1,4,2,test,Hex code
|
| 285 |
+
284,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#AC4AC3,#8F36A4,#BE70D0,4,2,test,Hex code
|
| 286 |
+
285,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#BB30A4,#922680,#D14DBB,4,2,test,Hex code
|
| 287 |
+
286,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#E589BF,#DC5FA8,#EEB3D6,4,2,test,Hex code
|
| 288 |
+
287,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#BA2B77,#91215C,#D44491,4,2,test,Hex code
|
| 289 |
+
288,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#E7E1E9,#CFC4D3,#FFFEFF,4,2,test,Hex code
|
| 290 |
+
289,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#938E93,#7A747A,#ACA8AC,4,2,test,Hex code
|
| 291 |
+
290,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout.",#2B292B,#111011,#454245,4,2,test,Hex code
|
metadata/Variation_4_Color_3.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/Variation_5_Color_1.csv
ADDED
|
@@ -0,0 +1,261 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,prompt,color_1,variation,color_level,split,color_format,lang
|
| 2 |
+
1,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#E68697,5,1,test,十六进制代码,zh
|
| 3 |
+
2,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#B92842,5,1,test,十六进制代码,zh
|
| 4 |
+
3,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#DC7D34,5,1,test,十六进制代码,zh
|
| 5 |
+
4,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#7F4829,5,1,test,十六进制代码,zh
|
| 6 |
+
5,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#D9B451,5,1,test,十六进制代码,zh
|
| 7 |
+
6,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#72672C,5,1,test,十六进制代码,zh
|
| 8 |
+
7,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#A0C245,5,1,test,十六进制代码,zh
|
| 9 |
+
8,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#4FBF9A,5,1,test,十六进制代码,zh
|
| 10 |
+
9,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#3B74C0,5,1,test,十六进制代码,zh
|
| 11 |
+
10,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#AC4AC3,5,1,test,十六进制代码,zh
|
| 12 |
+
11,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#E7E1E9,5,1,test,十六进制代码,zh
|
| 13 |
+
12,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#938E93,5,1,test,十六进制代码,zh
|
| 14 |
+
13,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#2B292B,5,1,test,十六进制代码,zh
|
| 15 |
+
14,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#E68697,5,1,test,十六进制代码,zh
|
| 16 |
+
15,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#B92842,5,1,test,十六进制代码,zh
|
| 17 |
+
16,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#DC7D34,5,1,test,十六进制代码,zh
|
| 18 |
+
17,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#7F4829,5,1,test,十六进制代码,zh
|
| 19 |
+
18,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#D9B451,5,1,test,十六进制代码,zh
|
| 20 |
+
19,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#72672C,5,1,test,十六进制代码,zh
|
| 21 |
+
20,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#A0C245,5,1,test,十六进制代码,zh
|
| 22 |
+
21,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#4FBF9A,5,1,test,十六进制代码,zh
|
| 23 |
+
22,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#3B74C0,5,1,test,十六进制代码,zh
|
| 24 |
+
23,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#AC4AC3,5,1,test,十六进制代码,zh
|
| 25 |
+
24,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#E7E1E9,5,1,test,十六进制代码,zh
|
| 26 |
+
25,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#938E93,5,1,test,十六进制代码,zh
|
| 27 |
+
26,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#2B292B,5,1,test,十六进制代码,zh
|
| 28 |
+
27,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#E68697,5,1,test,十六进制代码,zh
|
| 29 |
+
28,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#B92842,5,1,test,十六进制代码,zh
|
| 30 |
+
29,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#DC7D34,5,1,test,十六进制代码,zh
|
| 31 |
+
30,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#7F4829,5,1,test,十六进制代码,zh
|
| 32 |
+
31,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#D9B451,5,1,test,十六进制代码,zh
|
| 33 |
+
32,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#72672C,5,1,test,十六进制代码,zh
|
| 34 |
+
33,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#A0C245,5,1,test,十六进制代码,zh
|
| 35 |
+
34,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#4FBF9A,5,1,test,十六进制代码,zh
|
| 36 |
+
35,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#3B74C0,5,1,test,十六进制代码,zh
|
| 37 |
+
36,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#AC4AC3,5,1,test,十六进制代码,zh
|
| 38 |
+
37,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#E7E1E9,5,1,test,十六进制代码,zh
|
| 39 |
+
38,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#938E93,5,1,test,十六进制代码,zh
|
| 40 |
+
39,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#2B292B,5,1,test,十六进制代码,zh
|
| 41 |
+
40,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#E68697,5,1,test,十六进制代码,zh
|
| 42 |
+
41,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#B92842,5,1,test,十六进制代码,zh
|
| 43 |
+
42,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#DC7D34,5,1,test,十六进制代码,zh
|
| 44 |
+
43,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#7F4829,5,1,test,十六进制代码,zh
|
| 45 |
+
44,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#D9B451,5,1,test,十六进制代码,zh
|
| 46 |
+
45,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#72672C,5,1,test,十六进制代码,zh
|
| 47 |
+
46,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#A0C245,5,1,test,十六进制代码,zh
|
| 48 |
+
47,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#4FBF9A,5,1,test,十六进制代码,zh
|
| 49 |
+
48,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#3B74C0,5,1,test,十六进制代码,zh
|
| 50 |
+
49,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#AC4AC3,5,1,test,十六进制代码,zh
|
| 51 |
+
50,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#E7E1E9,5,1,test,十六进制代码,zh
|
| 52 |
+
51,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#938E93,5,1,test,十六进制代码,zh
|
| 53 |
+
52,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#2B292B,5,1,test,十六进制代码,zh
|
| 54 |
+
53,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#E68697,5,1,test,十六进制代码,zh
|
| 55 |
+
54,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#B92842,5,1,test,十六进制代码,zh
|
| 56 |
+
55,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#DC7D34,5,1,test,十六进制代码,zh
|
| 57 |
+
56,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#7F4829,5,1,test,十六进制代码,zh
|
| 58 |
+
57,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#D9B451,5,1,test,十六进制代码,zh
|
| 59 |
+
58,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#72672C,5,1,test,十六进制代码,zh
|
| 60 |
+
59,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#A0C245,5,1,test,十六进制代码,zh
|
| 61 |
+
60,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#4FBF9A,5,1,test,十六进制代码,zh
|
| 62 |
+
61,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#3B74C0,5,1,test,十六进制代码,zh
|
| 63 |
+
62,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#AC4AC3,5,1,test,十六进制代码,zh
|
| 64 |
+
63,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#E7E1E9,5,1,test,十六进制代码,zh
|
| 65 |
+
64,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#938E93,5,1,test,十六进制代码,zh
|
| 66 |
+
65,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#2B292B,5,1,test,十六进制代码,zh
|
| 67 |
+
66,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#E68697,5,1,test,十六进制代码,zh
|
| 68 |
+
67,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#B92842,5,1,test,十六进制代码,zh
|
| 69 |
+
68,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#DC7D34,5,1,test,十六进制代码,zh
|
| 70 |
+
69,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#7F4829,5,1,test,十六进制代码,zh
|
| 71 |
+
70,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#D9B451,5,1,test,十六进制代码,zh
|
| 72 |
+
71,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#72672C,5,1,test,十六进制代码,zh
|
| 73 |
+
72,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#A0C245,5,1,test,十六进制代码,zh
|
| 74 |
+
73,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#4FBF9A,5,1,test,十六进制代码,zh
|
| 75 |
+
74,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#3B74C0,5,1,test,十六进制代码,zh
|
| 76 |
+
75,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#AC4AC3,5,1,test,十六进制代码,zh
|
| 77 |
+
76,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#E7E1E9,5,1,test,十六进制代码,zh
|
| 78 |
+
77,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#938E93,5,1,test,十六进制代码,zh
|
| 79 |
+
78,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#2B292B,5,1,test,十六进制代码,zh
|
| 80 |
+
79,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#E68697,5,1,test,十六进制代码,zh
|
| 81 |
+
80,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#B92842,5,1,test,十六进制代码,zh
|
| 82 |
+
81,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#DC7D34,5,1,test,十六进制代码,zh
|
| 83 |
+
82,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#7F4829,5,1,test,十六进制代码,zh
|
| 84 |
+
83,填充整张画面,颜色为 <color_1>(<color_format>)。��保颜色完全一致,没有任何变化。,#D9B451,5,1,test,十六进制代码,zh
|
| 85 |
+
84,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#72672C,5,1,test,十六进制代码,zh
|
| 86 |
+
85,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#A0C245,5,1,test,十六进制代码,zh
|
| 87 |
+
86,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#4FBF9A,5,1,test,十六进制代码,zh
|
| 88 |
+
87,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#3B74C0,5,1,test,十六进制代码,zh
|
| 89 |
+
88,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#AC4AC3,5,1,test,十六进制代码,zh
|
| 90 |
+
89,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#E7E1E9,5,1,test,十六进制代码,zh
|
| 91 |
+
90,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#938E93,5,1,test,十六进制代码,zh
|
| 92 |
+
91,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#2B292B,5,1,test,十六进制代码,zh
|
| 93 |
+
92,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#E68697,5,1,test,十六进制代码,zh
|
| 94 |
+
93,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#B92842,5,1,test,十六进制代码,zh
|
| 95 |
+
94,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#DC7D34,5,1,test,十六进制代码,zh
|
| 96 |
+
95,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#7F4829,5,1,test,十六进制代码,zh
|
| 97 |
+
96,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#D9B451,5,1,test,十六进制代码,zh
|
| 98 |
+
97,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#72672C,5,1,test,十六进制代码,zh
|
| 99 |
+
98,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#A0C245,5,1,test,十六进制代码,zh
|
| 100 |
+
99,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#4FBF9A,5,1,test,十六进制代码,zh
|
| 101 |
+
100,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#3B74C0,5,1,test,十六进制代码,zh
|
| 102 |
+
101,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#AC4AC3,5,1,test,十六进制代码,zh
|
| 103 |
+
102,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#E7E1E9,5,1,test,十六进制代码,zh
|
| 104 |
+
103,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#938E93,5,1,test,十六进制代码,zh
|
| 105 |
+
104,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#2B292B,5,1,test,十六进制代码,zh
|
| 106 |
+
105,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#E68697,5,1,test,十六进制代码,zh
|
| 107 |
+
106,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#B92842,5,1,test,十六进制代码,zh
|
| 108 |
+
107,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#DC7D34,5,1,test,十六进制代码,zh
|
| 109 |
+
108,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#7F4829,5,1,test,十六进制代码,zh
|
| 110 |
+
109,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#D9B451,5,1,test,十六进制代码,zh
|
| 111 |
+
110,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#72672C,5,1,test,十六进制代码,zh
|
| 112 |
+
111,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#A0C245,5,1,test,十六进制代码,zh
|
| 113 |
+
112,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#4FBF9A,5,1,test,十六进制代码,zh
|
| 114 |
+
113,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#3B74C0,5,1,test,十六进制代码,zh
|
| 115 |
+
114,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#AC4AC3,5,1,test,十六进制代码,zh
|
| 116 |
+
115,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#E7E1E9,5,1,test,十六��制代码,zh
|
| 117 |
+
116,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#938E93,5,1,test,十六进制代码,zh
|
| 118 |
+
117,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#2B292B,5,1,test,十六进制代码,zh
|
| 119 |
+
118,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#E68697,5,1,test,十六进制代码,zh
|
| 120 |
+
119,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#B92842,5,1,test,十六进制代码,zh
|
| 121 |
+
120,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#DC7D34,5,1,test,十六进制代码,zh
|
| 122 |
+
121,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#7F4829,5,1,test,十六进制代码,zh
|
| 123 |
+
122,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#D9B451,5,1,test,十六进制代码,zh
|
| 124 |
+
123,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#72672C,5,1,test,十六进制代码,zh
|
| 125 |
+
124,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#A0C245,5,1,test,十六进制代码,zh
|
| 126 |
+
125,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#4FBF9A,5,1,test,十六进制代码,zh
|
| 127 |
+
126,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#3B74C0,5,1,test,十六进制代码,zh
|
| 128 |
+
127,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#AC4AC3,5,1,test,十六进制代码,zh
|
| 129 |
+
128,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#E7E1E9,5,1,test,十六进制代码,zh
|
| 130 |
+
129,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#938E93,5,1,test,十六进制代码,zh
|
| 131 |
+
130,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#2B292B,5,1,test,十六进制代码,zh
|
| 132 |
+
131,Générez une image en couleur unie <color_1> (<color_format>).,#E68697,5,1,test,code hexadécimal,fr
|
| 133 |
+
132,Générez une image en couleur unie <color_1> (<color_format>).,#B92842,5,1,test,code hexadécimal,fr
|
| 134 |
+
133,Générez une image en couleur unie <color_1> (<color_format>).,#DC7D34,5,1,test,code hexadécimal,fr
|
| 135 |
+
134,Générez une image en couleur unie <color_1> (<color_format>).,#7F4829,5,1,test,code hexadécimal,fr
|
| 136 |
+
135,Générez une image en couleur unie <color_1> (<color_format>).,#D9B451,5,1,test,code hexadécimal,fr
|
| 137 |
+
136,Générez une image en couleur unie <color_1> (<color_format>).,#72672C,5,1,test,code hexadécimal,fr
|
| 138 |
+
137,Générez une image en couleur unie <color_1> (<color_format>).,#A0C245,5,1,test,code hexadécimal,fr
|
| 139 |
+
138,Générez une image en couleur unie <color_1> (<color_format>).,#4FBF9A,5,1,test,code hexadécimal,fr
|
| 140 |
+
139,Générez une image en couleur unie <color_1> (<color_format>).,#3B74C0,5,1,test,code hexadécimal,fr
|
| 141 |
+
140,Générez une image en couleur unie <color_1> (<color_format>).,#AC4AC3,5,1,test,code hexadécimal,fr
|
| 142 |
+
141,Générez une image en couleur unie <color_1> (<color_format>).,#E7E1E9,5,1,test,code hexadécimal,fr
|
| 143 |
+
142,Générez une image en couleur unie <color_1> (<color_format>).,#938E93,5,1,test,code hexadécimal,fr
|
| 144 |
+
143,Générez une image en couleur unie <color_1> (<color_format>).,#2B292B,5,1,test,code hexadécimal,fr
|
| 145 |
+
144,Créez un fond uni avec la couleur <color_1> (<color_format>).,#E68697,5,1,test,code hexadécimal,fr
|
| 146 |
+
145,Créez un fond uni avec la couleur <color_1> (<color_format>).,#B92842,5,1,test,code hexadécimal,fr
|
| 147 |
+
146,Créez un fond uni avec la couleur <color_1> (<color_format>).,#DC7D34,5,1,test,code hexadécimal,fr
|
| 148 |
+
147,Créez un fond uni avec la couleur <color_1> (<color_format>).,#7F4829,5,1,test,code hexadécimal,fr
|
| 149 |
+
148,Créez un fond uni avec la couleur <color_1> (<color_format>).,#D9B451,5,1,test,code hexadécimal,fr
|
| 150 |
+
149,Créez un fond uni avec la couleur <color_1> (<color_format>).,#72672C,5,1,test,code hexadécimal,fr
|
| 151 |
+
150,Créez un fond uni avec la couleur <color_1> (<color_format>).,#A0C245,5,1,test,code hexadécimal,fr
|
| 152 |
+
151,Créez un fond uni avec la couleur <color_1> (<color_format>).,#4FBF9A,5,1,test,code hexadécimal,fr
|
| 153 |
+
152,Créez un fond uni avec la couleur <color_1> (<color_format>).,#3B74C0,5,1,test,code hexadécimal,fr
|
| 154 |
+
153,Créez un fond uni avec la couleur <color_1> (<color_format>).,#AC4AC3,5,1,test,code hexadécimal,fr
|
| 155 |
+
154,Créez un fond uni avec la couleur <color_1> (<color_format>).,#E7E1E9,5,1,test,code hexadécimal,fr
|
| 156 |
+
155,Créez un fond uni avec la couleur <color_1> (<color_format>).,#938E93,5,1,test,code hexadécimal,fr
|
| 157 |
+
156,Créez un fond uni avec la couleur <color_1> (<color_format>).,#2B292B,5,1,test,code hexadécimal,fr
|
| 158 |
+
157,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#E68697,5,1,test,code hexadécimal,fr
|
| 159 |
+
158,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#B92842,5,1,test,code hexadécimal,fr
|
| 160 |
+
159,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#DC7D34,5,1,test,code hexadécimal,fr
|
| 161 |
+
160,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#7F4829,5,1,test,code hexadécimal,fr
|
| 162 |
+
161,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#D9B451,5,1,test,code hexadécimal,fr
|
| 163 |
+
162,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#72672C,5,1,test,code hexadécimal,fr
|
| 164 |
+
163,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#A0C245,5,1,test,code hexadécimal,fr
|
| 165 |
+
164,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#4FBF9A,5,1,test,code hexadécimal,fr
|
| 166 |
+
165,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#3B74C0,5,1,test,code hexadécimal,fr
|
| 167 |
+
166,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#AC4AC3,5,1,test,code hexadécimal,fr
|
| 168 |
+
167,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#E7E1E9,5,1,test,code hexadécimal,fr
|
| 169 |
+
168,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#938E93,5,1,test,code hexadécimal,fr
|
| 170 |
+
169,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#2B292B,5,1,test,code hexadécimal,fr
|
| 171 |
+
170,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#E68697,5,1,test,code hexadécimal,fr
|
| 172 |
+
171,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#B92842,5,1,test,code hexadécimal,fr
|
| 173 |
+
172,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#DC7D34,5,1,test,code hexadécimal,fr
|
| 174 |
+
173,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#7F4829,5,1,test,code hexadécimal,fr
|
| 175 |
+
174,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#D9B451,5,1,test,code hexadécimal,fr
|
| 176 |
+
175,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#72672C,5,1,test,code hexadécimal,fr
|
| 177 |
+
176,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#A0C245,5,1,test,code hexadécimal,fr
|
| 178 |
+
177,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#4FBF9A,5,1,test,code hexadécimal,fr
|
| 179 |
+
178,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#3B74C0,5,1,test,code hexadécimal,fr
|
| 180 |
+
179,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#AC4AC3,5,1,test,code hexadécimal,fr
|
| 181 |
+
180,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#E7E1E9,5,1,test,code hexadécimal,fr
|
| 182 |
+
181,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#938E93,5,1,test,code hexadécimal,fr
|
| 183 |
+
182,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#2B292B,5,1,test,code hexadécimal,fr
|
| 184 |
+
183,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#E68697,5,1,test,code hexadécimal,fr
|
| 185 |
+
184,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#B92842,5,1,test,code hexadécimal,fr
|
| 186 |
+
185,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#DC7D34,5,1,test,code hexadécimal,fr
|
| 187 |
+
186,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#7F4829,5,1,test,code hexadécimal,fr
|
| 188 |
+
187,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#D9B451,5,1,test,code hexadécimal,fr
|
| 189 |
+
188,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#72672C,5,1,test,code hexadécimal,fr
|
| 190 |
+
189,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#A0C245,5,1,test,code hexadécimal,fr
|
| 191 |
+
190,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#4FBF9A,5,1,test,code hexadécimal,fr
|
| 192 |
+
191,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#3B74C0,5,1,test,code hexadécimal,fr
|
| 193 |
+
192,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#AC4AC3,5,1,test,code hexadécimal,fr
|
| 194 |
+
193,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#E7E1E9,5,1,test,code hexadécimal,fr
|
| 195 |
+
194,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#938E93,5,1,test,code hexadécimal,fr
|
| 196 |
+
195,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#2B292B,5,1,test,code hexadécimal,fr
|
| 197 |
+
196,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#E68697,5,1,test,code hexadécimal,fr
|
| 198 |
+
197,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#B92842,5,1,test,code hexadécimal,fr
|
| 199 |
+
198,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#DC7D34,5,1,test,code hexadécimal,fr
|
| 200 |
+
199,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#7F4829,5,1,test,code hexadécimal,fr
|
| 201 |
+
200,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#D9B451,5,1,test,code hexadécimal,fr
|
| 202 |
+
201,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#72672C,5,1,test,code hexadécimal,fr
|
| 203 |
+
202,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#A0C245,5,1,test,code hexadécimal,fr
|
| 204 |
+
203,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#4FBF9A,5,1,test,code hexadécimal,fr
|
| 205 |
+
204,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#3B74C0,5,1,test,code hexadécimal,fr
|
| 206 |
+
205,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#AC4AC3,5,1,test,code hexadécimal,fr
|
| 207 |
+
206,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#E7E1E9,5,1,test,code hexadécimal,fr
|
| 208 |
+
207,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#938E93,5,1,test,code hexadécimal,fr
|
| 209 |
+
208,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#2B292B,5,1,test,code hexadécimal,fr
|
| 210 |
+
209,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#E68697,5,1,test,code hexadécimal,fr
|
| 211 |
+
210,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#B92842,5,1,test,code hexadécimal,fr
|
| 212 |
+
211,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#DC7D34,5,1,test,code hexadécimal,fr
|
| 213 |
+
212,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#7F4829,5,1,test,code hexadécimal,fr
|
| 214 |
+
213,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#D9B451,5,1,test,code hexadécimal,fr
|
| 215 |
+
214,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#72672C,5,1,test,code hexadécimal,fr
|
| 216 |
+
215,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#A0C245,5,1,test,code hexadécimal,fr
|
| 217 |
+
216,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#4FBF9A,5,1,test,code hexadécimal,fr
|
| 218 |
+
217,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#3B74C0,5,1,test,code hexadécimal,fr
|
| 219 |
+
218,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#AC4AC3,5,1,test,code hexadécimal,fr
|
| 220 |
+
219,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#E7E1E9,5,1,test,code hexadécimal,fr
|
| 221 |
+
220,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#938E93,5,1,test,code hexadécimal,fr
|
| 222 |
+
221,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#2B292B,5,1,test,code hexadécimal,fr
|
| 223 |
+
222,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#E68697,5,1,test,code hexadécimal,fr
|
| 224 |
+
223,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#B92842,5,1,test,code hexadécimal,fr
|
| 225 |
+
224,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#DC7D34,5,1,test,code hexadécimal,fr
|
| 226 |
+
225,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#7F4829,5,1,test,code hexadécimal,fr
|
| 227 |
+
226,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#D9B451,5,1,test,code hexadécimal,fr
|
| 228 |
+
227,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#72672C,5,1,test,code hexadécimal,fr
|
| 229 |
+
228,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#A0C245,5,1,test,code hexadécimal,fr
|
| 230 |
+
229,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#4FBF9A,5,1,test,code hexadécimal,fr
|
| 231 |
+
230,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#3B74C0,5,1,test,code hexadécimal,fr
|
| 232 |
+
231,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#AC4AC3,5,1,test,code hexadécimal,fr
|
| 233 |
+
232,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#E7E1E9,5,1,test,code hexadécimal,fr
|
| 234 |
+
233,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#938E93,5,1,test,code hexadécimal,fr
|
| 235 |
+
234,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#2B292B,5,1,test,code hexadécimal,fr
|
| 236 |
+
235,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#E68697,5,1,test,code hexadécimal,fr
|
| 237 |
+
236,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#B92842,5,1,test,code hexadécimal,fr
|
| 238 |
+
237,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#DC7D34,5,1,test,code hexadécimal,fr
|
| 239 |
+
238,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#7F4829,5,1,test,code hexadécimal,fr
|
| 240 |
+
239,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#D9B451,5,1,test,code hexadécimal,fr
|
| 241 |
+
240,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#72672C,5,1,test,code hexadécimal,fr
|
| 242 |
+
241,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#A0C245,5,1,test,code hexadécimal,fr
|
| 243 |
+
242,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#4FBF9A,5,1,test,code hexadécimal,fr
|
| 244 |
+
243,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#3B74C0,5,1,test,code hexadécimal,fr
|
| 245 |
+
244,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#AC4AC3,5,1,test,code hexadécimal,fr
|
| 246 |
+
245,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#E7E1E9,5,1,test,code hexadécimal,fr
|
| 247 |
+
246,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#938E93,5,1,test,code hexadécimal,fr
|
| 248 |
+
247,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#2B292B,5,1,test,code hexadécimal,fr
|
| 249 |
+
248,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#E68697,5,1,test,code hexadécimal,fr
|
| 250 |
+
249,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#B92842,5,1,test,code hexadécimal,fr
|
| 251 |
+
250,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#DC7D34,5,1,test,code hexadécimal,fr
|
| 252 |
+
251,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#7F4829,5,1,test,code hexadécimal,fr
|
| 253 |
+
252,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#D9B451,5,1,test,code hexadécimal,fr
|
| 254 |
+
253,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#72672C,5,1,test,code hexadécimal,fr
|
| 255 |
+
254,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#A0C245,5,1,test,code hexadécimal,fr
|
| 256 |
+
255,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#4FBF9A,5,1,test,code hexadécimal,fr
|
| 257 |
+
256,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#3B74C0,5,1,test,code hexadécimal,fr
|
| 258 |
+
257,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#AC4AC3,5,1,test,code hexadécimal,fr
|
| 259 |
+
258,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#E7E1E9,5,1,test,code hexadécimal,fr
|
| 260 |
+
259,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#938E93,5,1,test,code hexadécimal,fr
|
| 261 |
+
260,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#2B292B,5,1,test,code hexadécimal,fr
|
metadata/Variation_5_Color_2.csv
ADDED
|
@@ -0,0 +1,581 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,prompt,color_1,variation,color_level,split,color_format,lang
|
| 2 |
+
1,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#E68697,5,2,test,十六进制代码,zh
|
| 3 |
+
2,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#B92842,5,2,test,十六进制代码,zh
|
| 4 |
+
3,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#EA9A90,5,2,test,十六进制代码,zh
|
| 5 |
+
4,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#D7472A,5,2,test,十六进制代码,zh
|
| 6 |
+
5,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#7A2C26,5,2,test,十六进制代码,zh
|
| 7 |
+
6,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#DC7D34,5,2,test,十六进制代码,zh
|
| 8 |
+
7,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#7F4829,5,2,test,十六进制代码,zh
|
| 9 |
+
8,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#E3A045,5,2,test,十六进制代码,zh
|
| 10 |
+
9,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#976B39,5,2,test,十六进制代码,zh
|
| 11 |
+
10,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#D9B451,5,2,test,十六进制代码,zh
|
| 12 |
+
11,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#7F6129,5,2,test,十六进制代码,zh
|
| 13 |
+
12,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#D0C445,5,2,test,十六进制代码,zh
|
| 14 |
+
13,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#72672C,5,2,test,十六进制代码,zh
|
| 15 |
+
14,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#A0C245,5,2,test,十六进制代码,zh
|
| 16 |
+
15,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#3E501F,5,2,test,十六进制代码,zh
|
| 17 |
+
16,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#4AC34D,5,2,test,十六进制代码,zh
|
| 18 |
+
17,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#4FBF9A,5,2,test,十六进制代码,zh
|
| 19 |
+
18,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#43BDB8,5,2,test,十六进制代码,zh
|
| 20 |
+
19,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#3EA6C6,5,2,test,十六进制代码,zh
|
| 21 |
+
20,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#3B74C0,5,2,test,十六进制代码,zh
|
| 22 |
+
21,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#4F47C6,5,2,test,十六进制代码,zh
|
| 23 |
+
22,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#7842C5,5,2,test,十六进制代码,zh
|
| 24 |
+
23,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#AC4AC3,5,2,test,十六进制代码,zh
|
| 25 |
+
24,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#BB30A4,5,2,test,十六进制代码,zh
|
| 26 |
+
25,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#E589BF,5,2,test,十六进制代码,zh
|
| 27 |
+
26,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#BA2B77,5,2,test,十六进制代码,zh
|
| 28 |
+
27,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#E7E1E9,5,2,test,十六进制代码,zh
|
| 29 |
+
28,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#938E93,5,2,test,十六进制代码,zh
|
| 30 |
+
29,生成一张颜色为 <color_1>(<color_format>)的纯色图像。,#2B292B,5,2,test,十六进制代码,zh
|
| 31 |
+
30,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#E68697,5,2,test,十六进制代码,zh
|
| 32 |
+
31,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#B92842,5,2,test,十六进制代码,zh
|
| 33 |
+
32,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#EA9A90,5,2,test,十六进制代码,zh
|
| 34 |
+
33,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#D7472A,5,2,test,十六进制代码,zh
|
| 35 |
+
34,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#7A2C26,5,2,test,十六进制代码,zh
|
| 36 |
+
35,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#DC7D34,5,2,test,十六进制代码,zh
|
| 37 |
+
36,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#7F4829,5,2,test,十六进制代码,zh
|
| 38 |
+
37,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#E3A045,5,2,test,十六进制代码,zh
|
| 39 |
+
38,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#976B39,5,2,test,十六进制代码,zh
|
| 40 |
+
39,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#D9B451,5,2,test,十六进制代码,zh
|
| 41 |
+
40,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#7F6129,5,2,test,十六进制代码,zh
|
| 42 |
+
41,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#D0C445,5,2,test,十六进制代码,zh
|
| 43 |
+
42,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#72672C,5,2,test,十六进制代码,zh
|
| 44 |
+
43,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#A0C245,5,2,test,十六进制代码,zh
|
| 45 |
+
44,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#3E501F,5,2,test,十六进制代码,zh
|
| 46 |
+
45,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#4AC34D,5,2,test,十六进制代码,zh
|
| 47 |
+
46,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#4FBF9A,5,2,test,十六进制代码,zh
|
| 48 |
+
47,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#43BDB8,5,2,test,十六进制代码,zh
|
| 49 |
+
48,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#3EA6C6,5,2,test,十六进制代码,zh
|
| 50 |
+
49,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#3B74C0,5,2,test,十六进制代码,zh
|
| 51 |
+
50,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#4F47C6,5,2,test,十六进制代码,zh
|
| 52 |
+
51,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#7842C5,5,2,test,十六进制代码,zh
|
| 53 |
+
52,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#AC4AC3,5,2,test,十六进制代码,zh
|
| 54 |
+
53,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#BB30A4,5,2,test,十六进制代码,zh
|
| 55 |
+
54,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#E589BF,5,2,test,十六进制代码,zh
|
| 56 |
+
55,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#BA2B77,5,2,test,十六进制代码,zh
|
| 57 |
+
56,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#E7E1E9,5,2,test,十六进制代码,zh
|
| 58 |
+
57,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#938E93,5,2,test,十六进制代码,zh
|
| 59 |
+
58,使用颜色 <color_1>(<color_format>)创建一个纯色背景。,#2B292B,5,2,test,十六进制代码,zh
|
| 60 |
+
59,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#E68697,5,2,test,十六进制代码,zh
|
| 61 |
+
60,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#B92842,5,2,test,十六进制代码,zh
|
| 62 |
+
61,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#EA9A90,5,2,test,十六进制代码,zh
|
| 63 |
+
62,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#D7472A,5,2,test,十六进制代码,zh
|
| 64 |
+
63,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#7A2C26,5,2,test,十六进制代码,zh
|
| 65 |
+
64,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#DC7D34,5,2,test,十六进制代码,zh
|
| 66 |
+
65,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#7F4829,5,2,test,十六进制代码,zh
|
| 67 |
+
66,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#E3A045,5,2,test,十六进制代码,zh
|
| 68 |
+
67,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#976B39,5,2,test,十六进制代码,zh
|
| 69 |
+
68,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#D9B451,5,2,test,十六进制代码,zh
|
| 70 |
+
69,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#7F6129,5,2,test,十六进制代码,zh
|
| 71 |
+
70,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#D0C445,5,2,test,十六进制代码,zh
|
| 72 |
+
71,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#72672C,5,2,test,十六进制代码,zh
|
| 73 |
+
72,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#A0C245,5,2,test,十六进制代码,zh
|
| 74 |
+
73,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#3E501F,5,2,test,十六进制代码,zh
|
| 75 |
+
74,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#4AC34D,5,2,test,十六进制代码,zh
|
| 76 |
+
75,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#4FBF9A,5,2,test,十六进制代码,zh
|
| 77 |
+
76,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#43BDB8,5,2,test,十六进制代码,zh
|
| 78 |
+
77,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#3EA6C6,5,2,test,十六进制代码,zh
|
| 79 |
+
78,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#3B74C0,5,2,test,十六进制代码,zh
|
| 80 |
+
79,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#4F47C6,5,2,test,十六进制代码,zh
|
| 81 |
+
80,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#7842C5,5,2,test,十六进制代码,zh
|
| 82 |
+
81,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#AC4AC3,5,2,test,十六进制代码,zh
|
| 83 |
+
82,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#BB30A4,5,2,test,十六进制代码,zh
|
| 84 |
+
83,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#E589BF,5,2,test,十六进制代码,zh
|
| 85 |
+
84,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#BA2B77,5,2,test,十六进制代码,zh
|
| 86 |
+
85,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#E7E1E9,5,2,test,十六进制代码,zh
|
| 87 |
+
86,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#938E93,5,2,test,十六进制代码,zh
|
| 88 |
+
87,在画面上铺满颜色为 <color_1>(<color_format>)的纯色。,#2B292B,5,2,test,十六进制代码,zh
|
| 89 |
+
88,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#E68697,5,2,test,十六进制代码,zh
|
| 90 |
+
89,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#B92842,5,2,test,十六进制代码,zh
|
| 91 |
+
90,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#EA9A90,5,2,test,十六进制代码,zh
|
| 92 |
+
91,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#D7472A,5,2,test,十六进制代码,zh
|
| 93 |
+
92,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#7A2C26,5,2,test,十六进制代码,zh
|
| 94 |
+
93,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#DC7D34,5,2,test,十六进制代码,zh
|
| 95 |
+
94,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#7F4829,5,2,test,十六进制代码,zh
|
| 96 |
+
95,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#E3A045,5,2,test,十六进制代码,zh
|
| 97 |
+
96,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#976B39,5,2,test,十六进制代码,zh
|
| 98 |
+
97,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#D9B451,5,2,test,十六进制代码,zh
|
| 99 |
+
98,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#7F6129,5,2,test,十六进制代码,zh
|
| 100 |
+
99,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#D0C445,5,2,test,十六进制代码,zh
|
| 101 |
+
100,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#72672C,5,2,test,十六进制代码,zh
|
| 102 |
+
101,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#A0C245,5,2,test,十六进制代码,zh
|
| 103 |
+
102,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#3E501F,5,2,test,十六进制代码,zh
|
| 104 |
+
103,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#4AC34D,5,2,test,十六进制代码,zh
|
| 105 |
+
104,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#4FBF9A,5,2,test,十六进制代码,zh
|
| 106 |
+
105,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#43BDB8,5,2,test,十六进制代码,zh
|
| 107 |
+
106,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#3EA6C6,5,2,test,十六进制代码,zh
|
| 108 |
+
107,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#3B74C0,5,2,test,十六进制代码,zh
|
| 109 |
+
108,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#4F47C6,5,2,test,十六进制代码,zh
|
| 110 |
+
109,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#7842C5,5,2,test,十六进制代码,zh
|
| 111 |
+
110,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#AC4AC3,5,2,test,十六进制代码,zh
|
| 112 |
+
111,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#BB30A4,5,2,test,十六进制代码,zh
|
| 113 |
+
112,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#E589BF,5,2,test,十六进制代码,zh
|
| 114 |
+
113,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#BA2B77,5,2,test,十六进制代码,zh
|
| 115 |
+
114,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#E7E1E9,5,2,test,十六进制代码,zh
|
| 116 |
+
115,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#938E93,5,2,test,十六进制代码,zh
|
| 117 |
+
116,生成一个平面背景,颜色为 <color_1>(<color_format>)。,#2B292B,5,2,test,十六进制代码,zh
|
| 118 |
+
117,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#E68697,5,2,test,十六进制代码,zh
|
| 119 |
+
118,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#B92842,5,2,test,十六进制代码,zh
|
| 120 |
+
119,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#EA9A90,5,2,test,十六进制代码,zh
|
| 121 |
+
120,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#D7472A,5,2,test,十六进制代码,zh
|
| 122 |
+
121,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#7A2C26,5,2,test,十六进制代码,zh
|
| 123 |
+
122,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#DC7D34,5,2,test,十六进制代码,zh
|
| 124 |
+
123,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#7F4829,5,2,test,十六进制代码,zh
|
| 125 |
+
124,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#E3A045,5,2,test,十六进制代码,zh
|
| 126 |
+
125,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#976B39,5,2,test,十六进制代码,zh
|
| 127 |
+
126,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#D9B451,5,2,test,十六进制代码,zh
|
| 128 |
+
127,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#7F6129,5,2,test,十六进制代码,zh
|
| 129 |
+
128,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#D0C445,5,2,test,十六进制代码,zh
|
| 130 |
+
129,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#72672C,5,2,test,十六进制代码,zh
|
| 131 |
+
130,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#A0C245,5,2,test,十六进制代码,zh
|
| 132 |
+
131,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#3E501F,5,2,test,十六进制代码,zh
|
| 133 |
+
132,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#4AC34D,5,2,test,十六进制代码,zh
|
| 134 |
+
133,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#4FBF9A,5,2,test,十六进制代码,zh
|
| 135 |
+
134,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#43BDB8,5,2,test,十六进制代码,zh
|
| 136 |
+
135,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#3EA6C6,5,2,test,十六进制代码,zh
|
| 137 |
+
136,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#3B74C0,5,2,test,十六进制代码,zh
|
| 138 |
+
137,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#4F47C6,5,2,test,十六进制代码,zh
|
| 139 |
+
138,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#7842C5,5,2,test,十六进制代码,zh
|
| 140 |
+
139,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#AC4AC3,5,2,test,十六进制代码,zh
|
| 141 |
+
140,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#BB30A4,5,2,test,十六进制代码,zh
|
| 142 |
+
141,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#E589BF,5,2,test,十六进制代码,zh
|
| 143 |
+
142,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#BA2B77,5,2,test,十六进制代码,zh
|
| 144 |
+
143,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#E7E1E9,5,2,test,十六进制代码,zh
|
| 145 |
+
144,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#938E93,5,2,test,十六进制代码,zh
|
| 146 |
+
145,用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。,#2B292B,5,2,test,十六进制代码,zh
|
| 147 |
+
146,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#E68697,5,2,test,十六进制代码,zh
|
| 148 |
+
147,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#B92842,5,2,test,十六进制代码,zh
|
| 149 |
+
148,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#EA9A90,5,2,test,十六进制代码,zh
|
| 150 |
+
149,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#D7472A,5,2,test,十六进制代码,zh
|
| 151 |
+
150,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#7A2C26,5,2,test,十六进制代码,zh
|
| 152 |
+
151,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#DC7D34,5,2,test,十六进制代码,zh
|
| 153 |
+
152,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#7F4829,5,2,test,十六进制代码,zh
|
| 154 |
+
153,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#E3A045,5,2,test,十六进制代码,zh
|
| 155 |
+
154,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#976B39,5,2,test,十六进制代码,zh
|
| 156 |
+
155,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#D9B451,5,2,test,十六进制代码,zh
|
| 157 |
+
156,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#7F6129,5,2,test,十六进制代码,zh
|
| 158 |
+
157,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#D0C445,5,2,test,十六进制代码,zh
|
| 159 |
+
158,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#72672C,5,2,test,十六进制代码,zh
|
| 160 |
+
159,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#A0C245,5,2,test,十六进制代码,zh
|
| 161 |
+
160,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#3E501F,5,2,test,十六进制代码,zh
|
| 162 |
+
161,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#4AC34D,5,2,test,十六进制代码,zh
|
| 163 |
+
162,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#4FBF9A,5,2,test,十六进制代码,zh
|
| 164 |
+
163,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#43BDB8,5,2,test,十六进制代码,zh
|
| 165 |
+
164,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#3EA6C6,5,2,test,十六进制代码,zh
|
| 166 |
+
165,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#3B74C0,5,2,test,十六进制代码,zh
|
| 167 |
+
166,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#4F47C6,5,2,test,十六进制代码,zh
|
| 168 |
+
167,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#7842C5,5,2,test,十六进制代码,zh
|
| 169 |
+
168,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#AC4AC3,5,2,test,十六进制代码,zh
|
| 170 |
+
169,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#BB30A4,5,2,test,十六���制代码,zh
|
| 171 |
+
170,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#E589BF,5,2,test,十六进制代码,zh
|
| 172 |
+
171,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#BA2B77,5,2,test,十六进制代码,zh
|
| 173 |
+
172,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#E7E1E9,5,2,test,十六进制代码,zh
|
| 174 |
+
173,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#938E93,5,2,test,十六进制代码,zh
|
| 175 |
+
174,生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。,#2B292B,5,2,test,十六进制代码,zh
|
| 176 |
+
175,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#E68697,5,2,test,十六进制代码,zh
|
| 177 |
+
176,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#B92842,5,2,test,十六进制代码,zh
|
| 178 |
+
177,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#EA9A90,5,2,test,十六进制代码,zh
|
| 179 |
+
178,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#D7472A,5,2,test,十六进制代码,zh
|
| 180 |
+
179,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#7A2C26,5,2,test,十六进制代码,zh
|
| 181 |
+
180,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#DC7D34,5,2,test,十六进制代码,zh
|
| 182 |
+
181,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#7F4829,5,2,test,十六进制代码,zh
|
| 183 |
+
182,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#E3A045,5,2,test,十六进制代码,zh
|
| 184 |
+
183,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#976B39,5,2,test,十六进制代码,zh
|
| 185 |
+
184,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#D9B451,5,2,test,十六进制代码,zh
|
| 186 |
+
185,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#7F6129,5,2,test,十六进制代码,zh
|
| 187 |
+
186,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#D0C445,5,2,test,十六进制代码,zh
|
| 188 |
+
187,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#72672C,5,2,test,十六进制代码,zh
|
| 189 |
+
188,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#A0C245,5,2,test,十六进制代码,zh
|
| 190 |
+
189,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#3E501F,5,2,test,十六进制代码,zh
|
| 191 |
+
190,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#4AC34D,5,2,test,十六进制代码,zh
|
| 192 |
+
191,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#4FBF9A,5,2,test,十六进制代码,zh
|
| 193 |
+
192,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#43BDB8,5,2,test,十六进制代码,zh
|
| 194 |
+
193,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#3EA6C6,5,2,test,十六进制代码,zh
|
| 195 |
+
194,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#3B74C0,5,2,test,十六进制代码,zh
|
| 196 |
+
195,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#4F47C6,5,2,test,十六进制代码,zh
|
| 197 |
+
196,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#7842C5,5,2,test,十六进制代码,zh
|
| 198 |
+
197,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#AC4AC3,5,2,test,十六进制代码,zh
|
| 199 |
+
198,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#BB30A4,5,2,test,十六进制代码,zh
|
| 200 |
+
199,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#E589BF,5,2,test,十六进制代码,zh
|
| 201 |
+
200,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#BA2B77,5,2,test,十六进制代码,zh
|
| 202 |
+
201,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#E7E1E9,5,2,test,十六进制代码,zh
|
| 203 |
+
202,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#938E93,5,2,test,十六进制代码,zh
|
| 204 |
+
203,填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。,#2B292B,5,2,test,十六进制代码,zh
|
| 205 |
+
204,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#E68697,5,2,test,十六进制代码,zh
|
| 206 |
+
205,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#B92842,5,2,test,十六进制代码,zh
|
| 207 |
+
206,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#EA9A90,5,2,test,十六进制代码,zh
|
| 208 |
+
207,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#D7472A,5,2,test,十六进制代码,zh
|
| 209 |
+
208,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#7A2C26,5,2,test,十六进制代码,zh
|
| 210 |
+
209,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#DC7D34,5,2,test,十六进制代码,zh
|
| 211 |
+
210,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#7F4829,5,2,test,十六进制代码,zh
|
| 212 |
+
211,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#E3A045,5,2,test,十六进制代码,zh
|
| 213 |
+
212,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#976B39,5,2,test,十六进制代码,zh
|
| 214 |
+
213,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#D9B451,5,2,test,十六进制代码,zh
|
| 215 |
+
214,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#7F6129,5,2,test,十六进制代码,zh
|
| 216 |
+
215,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#D0C445,5,2,test,十六进制代码,zh
|
| 217 |
+
216,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#72672C,5,2,test,十六进制代码,zh
|
| 218 |
+
217,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#A0C245,5,2,test,十六进制代码,zh
|
| 219 |
+
218,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#3E501F,5,2,test,十六进制代码,zh
|
| 220 |
+
219,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#4AC34D,5,2,test,十六进制代码,zh
|
| 221 |
+
220,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#4FBF9A,5,2,test,十六进制代码,zh
|
| 222 |
+
221,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#43BDB8,5,2,test,十六进制代码,zh
|
| 223 |
+
222,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#3EA6C6,5,2,test,十六进制代码,zh
|
| 224 |
+
223,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#3B74C0,5,2,test,十六进制代码,zh
|
| 225 |
+
224,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#4F47C6,5,2,test,十六进制代码,zh
|
| 226 |
+
225,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#7842C5,5,2,test,十六进制代码,zh
|
| 227 |
+
226,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#AC4AC3,5,2,test,十六进制代码,zh
|
| 228 |
+
227,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#BB30A4,5,2,test,十六进制代码,zh
|
| 229 |
+
228,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#E589BF,5,2,test,十六进制代码,zh
|
| 230 |
+
229,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#BA2B77,5,2,test,十六进制代码,zh
|
| 231 |
+
230,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#E7E1E9,5,2,test,十六进制代码,zh
|
| 232 |
+
231,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#938E93,5,2,test,十六进制代码,zh
|
| 233 |
+
232,绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。,#2B292B,5,2,test,十六进制代码,zh
|
| 234 |
+
233,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#E68697,5,2,test,十六进制代码,zh
|
| 235 |
+
234,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#B92842,5,2,test,十六进制代码,zh
|
| 236 |
+
235,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#EA9A90,5,2,test,十六进制代码,zh
|
| 237 |
+
236,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#D7472A,5,2,test,十六进制代码,zh
|
| 238 |
+
237,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#7A2C26,5,2,test,十六进制代码,zh
|
| 239 |
+
238,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#DC7D34,5,2,test,十六进制代码,zh
|
| 240 |
+
239,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#7F4829,5,2,test,十六进制代码,zh
|
| 241 |
+
240,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#E3A045,5,2,test,十六进制代码,zh
|
| 242 |
+
241,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#976B39,5,2,test,十六进制代码,zh
|
| 243 |
+
242,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#D9B451,5,2,test,十六进制代码,zh
|
| 244 |
+
243,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#7F6129,5,2,test,十六进制代码,zh
|
| 245 |
+
244,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#D0C445,5,2,test,十六进制代码,zh
|
| 246 |
+
245,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#72672C,5,2,test,十六进制代码,zh
|
| 247 |
+
246,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#A0C245,5,2,test,十六进制代码,zh
|
| 248 |
+
247,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#3E501F,5,2,test,十六进制代码,zh
|
| 249 |
+
248,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#4AC34D,5,2,test,十六进制代码,zh
|
| 250 |
+
249,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#4FBF9A,5,2,test,十六进制代码,zh
|
| 251 |
+
250,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#43BDB8,5,2,test,十六进制代码,zh
|
| 252 |
+
251,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#3EA6C6,5,2,test,十六进制代码,zh
|
| 253 |
+
252,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#3B74C0,5,2,test,十六进制代码,zh
|
| 254 |
+
253,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#4F47C6,5,2,test,十六进制代码,zh
|
| 255 |
+
254,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#7842C5,5,2,test,十六进制代码,zh
|
| 256 |
+
255,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#AC4AC3,5,2,test,十六进制代码,zh
|
| 257 |
+
256,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#BB30A4,5,2,test,十六进制代码,zh
|
| 258 |
+
257,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#E589BF,5,2,test,十六进制代码,zh
|
| 259 |
+
258,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#BA2B77,5,2,test,十六进制代码,zh
|
| 260 |
+
259,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#E7E1E9,5,2,test,十六进制代码,zh
|
| 261 |
+
260,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#938E93,5,2,test,十六进制代码,zh
|
| 262 |
+
261,生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。,#2B292B,5,2,test,十六进制代码,zh
|
| 263 |
+
262,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#E68697,5,2,test,十六进制代码,zh
|
| 264 |
+
263,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#B92842,5,2,test,十六进制代码,zh
|
| 265 |
+
264,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#EA9A90,5,2,test,十六进制代码,zh
|
| 266 |
+
265,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#D7472A,5,2,test,十六进制代码,zh
|
| 267 |
+
266,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#7A2C26,5,2,test,十六进制代码,zh
|
| 268 |
+
267,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完���均匀且纯净。,#DC7D34,5,2,test,十六进制代码,zh
|
| 269 |
+
268,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#7F4829,5,2,test,十六进制代码,zh
|
| 270 |
+
269,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#E3A045,5,2,test,十六进制代码,zh
|
| 271 |
+
270,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#976B39,5,2,test,十六进制代码,zh
|
| 272 |
+
271,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#D9B451,5,2,test,十六进制代码,zh
|
| 273 |
+
272,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#7F6129,5,2,test,十六进制代码,zh
|
| 274 |
+
273,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#D0C445,5,2,test,十六进制代码,zh
|
| 275 |
+
274,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#72672C,5,2,test,十六进制代码,zh
|
| 276 |
+
275,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#A0C245,5,2,test,十六进制代码,zh
|
| 277 |
+
276,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#3E501F,5,2,test,十六进制代码,zh
|
| 278 |
+
277,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#4AC34D,5,2,test,十六进制代码,zh
|
| 279 |
+
278,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#4FBF9A,5,2,test,十六进制代码,zh
|
| 280 |
+
279,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#43BDB8,5,2,test,十六进制代码,zh
|
| 281 |
+
280,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#3EA6C6,5,2,test,十六进制代码,zh
|
| 282 |
+
281,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#3B74C0,5,2,test,十六进制代码,zh
|
| 283 |
+
282,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#4F47C6,5,2,test,十六进制代码,zh
|
| 284 |
+
283,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#7842C5,5,2,test,十六进制代码,zh
|
| 285 |
+
284,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#AC4AC3,5,2,test,十六进制代码,zh
|
| 286 |
+
285,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#BB30A4,5,2,test,十六进制代码,zh
|
| 287 |
+
286,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#E589BF,5,2,test,十六进制代码,zh
|
| 288 |
+
287,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#BA2B77,5,2,test,十六进制代码,zh
|
| 289 |
+
288,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#E7E1E9,5,2,test,十六进制代码,zh
|
| 290 |
+
289,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#938E93,5,2,test,十六进制代码,zh
|
| 291 |
+
290,生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。,#2B292B,5,2,test,十六进制代码,zh
|
| 292 |
+
291,Générez une image en couleur unie <color_1> (<color_format>).,#E68697,5,2,test,code hexadécimal,fr
|
| 293 |
+
292,Générez une image en couleur unie <color_1> (<color_format>).,#B92842,5,2,test,code hexadécimal,fr
|
| 294 |
+
293,Générez une image en couleur unie <color_1> (<color_format>).,#EA9A90,5,2,test,code hexadécimal,fr
|
| 295 |
+
294,Générez une image en couleur unie <color_1> (<color_format>).,#D7472A,5,2,test,code hexadécimal,fr
|
| 296 |
+
295,Générez une image en couleur unie <color_1> (<color_format>).,#7A2C26,5,2,test,code hexadécimal,fr
|
| 297 |
+
296,Générez une image en couleur unie <color_1> (<color_format>).,#DC7D34,5,2,test,code hexadécimal,fr
|
| 298 |
+
297,Générez une image en couleur unie <color_1> (<color_format>).,#7F4829,5,2,test,code hexadécimal,fr
|
| 299 |
+
298,Générez une image en couleur unie <color_1> (<color_format>).,#E3A045,5,2,test,code hexadécimal,fr
|
| 300 |
+
299,Générez une image en couleur unie <color_1> (<color_format>).,#976B39,5,2,test,code hexadécimal,fr
|
| 301 |
+
300,Générez une image en couleur unie <color_1> (<color_format>).,#D9B451,5,2,test,code hexadécimal,fr
|
| 302 |
+
301,Générez une image en couleur unie <color_1> (<color_format>).,#7F6129,5,2,test,code hexadécimal,fr
|
| 303 |
+
302,Générez une image en couleur unie <color_1> (<color_format>).,#D0C445,5,2,test,code hexadécimal,fr
|
| 304 |
+
303,Générez une image en couleur unie <color_1> (<color_format>).,#72672C,5,2,test,code hexadécimal,fr
|
| 305 |
+
304,Générez une image en couleur unie <color_1> (<color_format>).,#A0C245,5,2,test,code hexadécimal,fr
|
| 306 |
+
305,Générez une image en couleur unie <color_1> (<color_format>).,#3E501F,5,2,test,code hexadécimal,fr
|
| 307 |
+
306,Générez une image en couleur unie <color_1> (<color_format>).,#4AC34D,5,2,test,code hexadécimal,fr
|
| 308 |
+
307,Générez une image en couleur unie <color_1> (<color_format>).,#4FBF9A,5,2,test,code hexadécimal,fr
|
| 309 |
+
308,Générez une image en couleur unie <color_1> (<color_format>).,#43BDB8,5,2,test,code hexadécimal,fr
|
| 310 |
+
309,Générez une image en couleur unie <color_1> (<color_format>).,#3EA6C6,5,2,test,code hexadécimal,fr
|
| 311 |
+
310,Générez une image en couleur unie <color_1> (<color_format>).,#3B74C0,5,2,test,code hexadécimal,fr
|
| 312 |
+
311,Générez une image en couleur unie <color_1> (<color_format>).,#4F47C6,5,2,test,code hexadécimal,fr
|
| 313 |
+
312,Générez une image en couleur unie <color_1> (<color_format>).,#7842C5,5,2,test,code hexadécimal,fr
|
| 314 |
+
313,Générez une image en couleur unie <color_1> (<color_format>).,#AC4AC3,5,2,test,code hexadécimal,fr
|
| 315 |
+
314,Générez une image en couleur unie <color_1> (<color_format>).,#BB30A4,5,2,test,code hexadécimal,fr
|
| 316 |
+
315,Générez une image en couleur unie <color_1> (<color_format>).,#E589BF,5,2,test,code hexadécimal,fr
|
| 317 |
+
316,Générez une image en couleur unie <color_1> (<color_format>).,#BA2B77,5,2,test,code hexadécimal,fr
|
| 318 |
+
317,Générez une image en couleur unie <color_1> (<color_format>).,#E7E1E9,5,2,test,code hexadécimal,fr
|
| 319 |
+
318,Générez une image en couleur unie <color_1> (<color_format>).,#938E93,5,2,test,code hexadécimal,fr
|
| 320 |
+
319,Générez une image en couleur unie <color_1> (<color_format>).,#2B292B,5,2,test,code hexadécimal,fr
|
| 321 |
+
320,Créez un fond uni avec la couleur <color_1> (<color_format>).,#E68697,5,2,test,code hexadécimal,fr
|
| 322 |
+
321,Créez un fond uni avec la couleur <color_1> (<color_format>).,#B92842,5,2,test,code hexadécimal,fr
|
| 323 |
+
322,Créez un fond uni avec la couleur <color_1> (<color_format>).,#EA9A90,5,2,test,code hexadécimal,fr
|
| 324 |
+
323,Créez un fond uni avec la couleur <color_1> (<color_format>).,#D7472A,5,2,test,code hexadécimal,fr
|
| 325 |
+
324,Créez un fond uni avec la couleur <color_1> (<color_format>).,#7A2C26,5,2,test,code hexadécimal,fr
|
| 326 |
+
325,Créez un fond uni avec la couleur <color_1> (<color_format>).,#DC7D34,5,2,test,code hexadécimal,fr
|
| 327 |
+
326,Créez un fond uni avec la couleur <color_1> (<color_format>).,#7F4829,5,2,test,code hexadécimal,fr
|
| 328 |
+
327,Créez un fond uni avec la couleur <color_1> (<color_format>).,#E3A045,5,2,test,code hexadécimal,fr
|
| 329 |
+
328,Créez un fond uni avec la couleur <color_1> (<color_format>).,#976B39,5,2,test,code hexadécimal,fr
|
| 330 |
+
329,Créez un fond uni avec la couleur <color_1> (<color_format>).,#D9B451,5,2,test,code hexadécimal,fr
|
| 331 |
+
330,Créez un fond uni avec la couleur <color_1> (<color_format>).,#7F6129,5,2,test,code hexadécimal,fr
|
| 332 |
+
331,Créez un fond uni avec la couleur <color_1> (<color_format>).,#D0C445,5,2,test,code hexadécimal,fr
|
| 333 |
+
332,Créez un fond uni avec la couleur <color_1> (<color_format>).,#72672C,5,2,test,code hexadécimal,fr
|
| 334 |
+
333,Créez un fond uni avec la couleur <color_1> (<color_format>).,#A0C245,5,2,test,code hexadécimal,fr
|
| 335 |
+
334,Créez un fond uni avec la couleur <color_1> (<color_format>).,#3E501F,5,2,test,code hexadécimal,fr
|
| 336 |
+
335,Créez un fond uni avec la couleur <color_1> (<color_format>).,#4AC34D,5,2,test,code hexadécimal,fr
|
| 337 |
+
336,Créez un fond uni avec la couleur <color_1> (<color_format>).,#4FBF9A,5,2,test,code hexadécimal,fr
|
| 338 |
+
337,Créez un fond uni avec la couleur <color_1> (<color_format>).,#43BDB8,5,2,test,code hexadécimal,fr
|
| 339 |
+
338,Créez un fond uni avec la couleur <color_1> (<color_format>).,#3EA6C6,5,2,test,code hexadécimal,fr
|
| 340 |
+
339,Créez un fond uni avec la couleur <color_1> (<color_format>).,#3B74C0,5,2,test,code hexadécimal,fr
|
| 341 |
+
340,Créez un fond uni avec la couleur <color_1> (<color_format>).,#4F47C6,5,2,test,code hexadécimal,fr
|
| 342 |
+
341,Créez un fond uni avec la couleur <color_1> (<color_format>).,#7842C5,5,2,test,code hexadécimal,fr
|
| 343 |
+
342,Créez un fond uni avec la couleur <color_1> (<color_format>).,#AC4AC3,5,2,test,code hexadécimal,fr
|
| 344 |
+
343,Créez un fond uni avec la couleur <color_1> (<color_format>).,#BB30A4,5,2,test,code hexadécimal,fr
|
| 345 |
+
344,Créez un fond uni avec la couleur <color_1> (<color_format>).,#E589BF,5,2,test,code hexadécimal,fr
|
| 346 |
+
345,Créez un fond uni avec la couleur <color_1> (<color_format>).,#BA2B77,5,2,test,code hexadécimal,fr
|
| 347 |
+
346,Créez un fond uni avec la couleur <color_1> (<color_format>).,#E7E1E9,5,2,test,code hexadécimal,fr
|
| 348 |
+
347,Créez un fond uni avec la couleur <color_1> (<color_format>).,#938E93,5,2,test,code hexadécimal,fr
|
| 349 |
+
348,Créez un fond uni avec la couleur <color_1> (<color_format>).,#2B292B,5,2,test,code hexadécimal,fr
|
| 350 |
+
349,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#E68697,5,2,test,code hexadécimal,fr
|
| 351 |
+
350,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#B92842,5,2,test,code hexadécimal,fr
|
| 352 |
+
351,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#EA9A90,5,2,test,code hexadécimal,fr
|
| 353 |
+
352,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#D7472A,5,2,test,code hexadécimal,fr
|
| 354 |
+
353,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#7A2C26,5,2,test,code hexadécimal,fr
|
| 355 |
+
354,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#DC7D34,5,2,test,code hexadécimal,fr
|
| 356 |
+
355,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#7F4829,5,2,test,code hexadécimal,fr
|
| 357 |
+
356,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#E3A045,5,2,test,code hexadécimal,fr
|
| 358 |
+
357,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#976B39,5,2,test,code hexadécimal,fr
|
| 359 |
+
358,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#D9B451,5,2,test,code hexadécimal,fr
|
| 360 |
+
359,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#7F6129,5,2,test,code hexadécimal,fr
|
| 361 |
+
360,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#D0C445,5,2,test,code hexadécimal,fr
|
| 362 |
+
361,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#72672C,5,2,test,code hexadécimal,fr
|
| 363 |
+
362,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#A0C245,5,2,test,code hexadécimal,fr
|
| 364 |
+
363,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#3E501F,5,2,test,code hexadécimal,fr
|
| 365 |
+
364,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#4AC34D,5,2,test,code hexadécimal,fr
|
| 366 |
+
365,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#4FBF9A,5,2,test,code hexadécimal,fr
|
| 367 |
+
366,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#43BDB8,5,2,test,code hexadécimal,fr
|
| 368 |
+
367,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#3EA6C6,5,2,test,code hexadécimal,fr
|
| 369 |
+
368,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#3B74C0,5,2,test,code hexadécimal,fr
|
| 370 |
+
369,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#4F47C6,5,2,test,code hexadécimal,fr
|
| 371 |
+
370,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#7842C5,5,2,test,code hexadécimal,fr
|
| 372 |
+
371,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#AC4AC3,5,2,test,code hexadécimal,fr
|
| 373 |
+
372,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#BB30A4,5,2,test,code hexadécimal,fr
|
| 374 |
+
373,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#E589BF,5,2,test,code hexadécimal,fr
|
| 375 |
+
374,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#BA2B77,5,2,test,code hexadécimal,fr
|
| 376 |
+
375,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#E7E1E9,5,2,test,code hexadécimal,fr
|
| 377 |
+
376,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#938E93,5,2,test,code hexadécimal,fr
|
| 378 |
+
377,Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).,#2B292B,5,2,test,code hexadécimal,fr
|
| 379 |
+
378,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#E68697,5,2,test,code hexadécimal,fr
|
| 380 |
+
379,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#B92842,5,2,test,code hexadécimal,fr
|
| 381 |
+
380,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#EA9A90,5,2,test,code hexadécimal,fr
|
| 382 |
+
381,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#D7472A,5,2,test,code hexadécimal,fr
|
| 383 |
+
382,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#7A2C26,5,2,test,code hexadécimal,fr
|
| 384 |
+
383,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#DC7D34,5,2,test,code hexadécimal,fr
|
| 385 |
+
384,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#7F4829,5,2,test,code hexadécimal,fr
|
| 386 |
+
385,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#E3A045,5,2,test,code hexadécimal,fr
|
| 387 |
+
386,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#976B39,5,2,test,code hexadécimal,fr
|
| 388 |
+
387,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#D9B451,5,2,test,code hexadécimal,fr
|
| 389 |
+
388,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#7F6129,5,2,test,code hexadécimal,fr
|
| 390 |
+
389,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#D0C445,5,2,test,code hexadécimal,fr
|
| 391 |
+
390,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#72672C,5,2,test,code hexadécimal,fr
|
| 392 |
+
391,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#A0C245,5,2,test,code hexadécimal,fr
|
| 393 |
+
392,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#3E501F,5,2,test,code hexadécimal,fr
|
| 394 |
+
393,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#4AC34D,5,2,test,code hexadécimal,fr
|
| 395 |
+
394,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#4FBF9A,5,2,test,code hexadécimal,fr
|
| 396 |
+
395,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#43BDB8,5,2,test,code hexadécimal,fr
|
| 397 |
+
396,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#3EA6C6,5,2,test,code hexadécimal,fr
|
| 398 |
+
397,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#3B74C0,5,2,test,code hexadécimal,fr
|
| 399 |
+
398,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#4F47C6,5,2,test,code hexadécimal,fr
|
| 400 |
+
399,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#7842C5,5,2,test,code hexadécimal,fr
|
| 401 |
+
400,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#AC4AC3,5,2,test,code hexadécimal,fr
|
| 402 |
+
401,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#BB30A4,5,2,test,code hexadécimal,fr
|
| 403 |
+
402,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#E589BF,5,2,test,code hexadécimal,fr
|
| 404 |
+
403,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#BA2B77,5,2,test,code hexadécimal,fr
|
| 405 |
+
404,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#E7E1E9,5,2,test,code hexadécimal,fr
|
| 406 |
+
405,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#938E93,5,2,test,code hexadécimal,fr
|
| 407 |
+
406,Produisez un arrière-plan plat en couleur <color_1> (<color_format>).,#2B292B,5,2,test,code hexadécimal,fr
|
| 408 |
+
407,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#E68697,5,2,test,code hexadécimal,fr
|
| 409 |
+
408,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#B92842,5,2,test,code hexadécimal,fr
|
| 410 |
+
409,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#EA9A90,5,2,test,code hexadécimal,fr
|
| 411 |
+
410,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#D7472A,5,2,test,code hexadécimal,fr
|
| 412 |
+
411,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#7A2C26,5,2,test,code hexadécimal,fr
|
| 413 |
+
412,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#DC7D34,5,2,test,code hexadécimal,fr
|
| 414 |
+
413,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#7F4829,5,2,test,code hexadécimal,fr
|
| 415 |
+
414,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#E3A045,5,2,test,code hexadécimal,fr
|
| 416 |
+
415,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#976B39,5,2,test,code hexadécimal,fr
|
| 417 |
+
416,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#D9B451,5,2,test,code hexadécimal,fr
|
| 418 |
+
417,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#7F6129,5,2,test,code hexadécimal,fr
|
| 419 |
+
418,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#D0C445,5,2,test,code hexadécimal,fr
|
| 420 |
+
419,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#72672C,5,2,test,code hexadécimal,fr
|
| 421 |
+
420,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#A0C245,5,2,test,code hexadécimal,fr
|
| 422 |
+
421,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#3E501F,5,2,test,code hexadécimal,fr
|
| 423 |
+
422,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#4AC34D,5,2,test,code hexadécimal,fr
|
| 424 |
+
423,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#4FBF9A,5,2,test,code hexadécimal,fr
|
| 425 |
+
424,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#43BDB8,5,2,test,code hexadécimal,fr
|
| 426 |
+
425,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#3EA6C6,5,2,test,code hexadécimal,fr
|
| 427 |
+
426,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#3B74C0,5,2,test,code hexadécimal,fr
|
| 428 |
+
427,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#4F47C6,5,2,test,code hexadécimal,fr
|
| 429 |
+
428,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#7842C5,5,2,test,code hexadécimal,fr
|
| 430 |
+
429,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#AC4AC3,5,2,test,code hexadécimal,fr
|
| 431 |
+
430,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#BB30A4,5,2,test,code hexadécimal,fr
|
| 432 |
+
431,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#E589BF,5,2,test,code hexadécimal,fr
|
| 433 |
+
432,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#BA2B77,5,2,test,code hexadécimal,fr
|
| 434 |
+
433,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#E7E1E9,5,2,test,code hexadécimal,fr
|
| 435 |
+
434,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#938E93,5,2,test,code hexadécimal,fr
|
| 436 |
+
435,Générez un fond simple utilisant la couleur <color_1> (<color_format>).,#2B292B,5,2,test,code hexadécimal,fr
|
| 437 |
+
436,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#E68697,5,2,test,code hexadécimal,fr
|
| 438 |
+
437,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#B92842,5,2,test,code hexadécimal,fr
|
| 439 |
+
438,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#EA9A90,5,2,test,code hexadécimal,fr
|
| 440 |
+
439,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#D7472A,5,2,test,code hexadécimal,fr
|
| 441 |
+
440,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#7A2C26,5,2,test,code hexadécimal,fr
|
| 442 |
+
441,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#DC7D34,5,2,test,code hexadécimal,fr
|
| 443 |
+
442,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#7F4829,5,2,test,code hexadécimal,fr
|
| 444 |
+
443,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#E3A045,5,2,test,code hexadécimal,fr
|
| 445 |
+
444,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#976B39,5,2,test,code hexadécimal,fr
|
| 446 |
+
445,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#D9B451,5,2,test,code hexadécimal,fr
|
| 447 |
+
446,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#7F6129,5,2,test,code hexadécimal,fr
|
| 448 |
+
447,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#D0C445,5,2,test,code hexadécimal,fr
|
| 449 |
+
448,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#72672C,5,2,test,code hexadécimal,fr
|
| 450 |
+
449,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#A0C245,5,2,test,code hexadécimal,fr
|
| 451 |
+
450,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#3E501F,5,2,test,code hexadécimal,fr
|
| 452 |
+
451,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#4AC34D,5,2,test,code hexadécimal,fr
|
| 453 |
+
452,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#4FBF9A,5,2,test,code hexadécimal,fr
|
| 454 |
+
453,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#43BDB8,5,2,test,code hexadécimal,fr
|
| 455 |
+
454,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#3EA6C6,5,2,test,code hexadécimal,fr
|
| 456 |
+
455,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#3B74C0,5,2,test,code hexadécimal,fr
|
| 457 |
+
456,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#4F47C6,5,2,test,code hexadécimal,fr
|
| 458 |
+
457,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#7842C5,5,2,test,code hexadécimal,fr
|
| 459 |
+
458,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#AC4AC3,5,2,test,code hexadécimal,fr
|
| 460 |
+
459,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#BB30A4,5,2,test,code hexadécimal,fr
|
| 461 |
+
460,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#E589BF,5,2,test,code hexadécimal,fr
|
| 462 |
+
461,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#BA2B77,5,2,test,code hexadécimal,fr
|
| 463 |
+
462,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#E7E1E9,5,2,test,code hexadécimal,fr
|
| 464 |
+
463,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#938E93,5,2,test,code hexadécimal,fr
|
| 465 |
+
464,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",#2B292B,5,2,test,code hexadécimal,fr
|
| 466 |
+
465,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#E68697,5,2,test,code hexadécimal,fr
|
| 467 |
+
466,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#B92842,5,2,test,code hexadécimal,fr
|
| 468 |
+
467,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#EA9A90,5,2,test,code hexadécimal,fr
|
| 469 |
+
468,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#D7472A,5,2,test,code hexadécimal,fr
|
| 470 |
+
469,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#7A2C26,5,2,test,code hexadécimal,fr
|
| 471 |
+
470,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#DC7D34,5,2,test,code hexadécimal,fr
|
| 472 |
+
471,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#7F4829,5,2,test,code hexadécimal,fr
|
| 473 |
+
472,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#E3A045,5,2,test,code hexadécimal,fr
|
| 474 |
+
473,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#976B39,5,2,test,code hexadécimal,fr
|
| 475 |
+
474,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#D9B451,5,2,test,code hexadécimal,fr
|
| 476 |
+
475,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#7F6129,5,2,test,code hexadécimal,fr
|
| 477 |
+
476,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#D0C445,5,2,test,code hexadécimal,fr
|
| 478 |
+
477,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#72672C,5,2,test,code hexadécimal,fr
|
| 479 |
+
478,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#A0C245,5,2,test,code hexadécimal,fr
|
| 480 |
+
479,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#3E501F,5,2,test,code hexadécimal,fr
|
| 481 |
+
480,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#4AC34D,5,2,test,code hexadécimal,fr
|
| 482 |
+
481,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#4FBF9A,5,2,test,code hexadécimal,fr
|
| 483 |
+
482,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#43BDB8,5,2,test,code hexadécimal,fr
|
| 484 |
+
483,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#3EA6C6,5,2,test,code hexadécimal,fr
|
| 485 |
+
484,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#3B74C0,5,2,test,code hexadécimal,fr
|
| 486 |
+
485,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#4F47C6,5,2,test,code hexadécimal,fr
|
| 487 |
+
486,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#7842C5,5,2,test,code hexadécimal,fr
|
| 488 |
+
487,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#AC4AC3,5,2,test,code hexadécimal,fr
|
| 489 |
+
488,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#BB30A4,5,2,test,code hexadécimal,fr
|
| 490 |
+
489,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#E589BF,5,2,test,code hexadécimal,fr
|
| 491 |
+
490,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#BA2B77,5,2,test,code hexadécimal,fr
|
| 492 |
+
491,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#E7E1E9,5,2,test,code hexadécimal,fr
|
| 493 |
+
492,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#938E93,5,2,test,code hexadécimal,fr
|
| 494 |
+
493,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",#2B292B,5,2,test,code hexadécimal,fr
|
| 495 |
+
494,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#E68697,5,2,test,code hexadécimal,fr
|
| 496 |
+
495,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#B92842,5,2,test,code hexadécimal,fr
|
| 497 |
+
496,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#EA9A90,5,2,test,code hexadécimal,fr
|
| 498 |
+
497,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#D7472A,5,2,test,code hexadécimal,fr
|
| 499 |
+
498,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#7A2C26,5,2,test,code hexadécimal,fr
|
| 500 |
+
499,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#DC7D34,5,2,test,code hexadécimal,fr
|
| 501 |
+
500,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#7F4829,5,2,test,code hexadécimal,fr
|
| 502 |
+
501,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#E3A045,5,2,test,code hexadécimal,fr
|
| 503 |
+
502,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#976B39,5,2,test,code hexadécimal,fr
|
| 504 |
+
503,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#D9B451,5,2,test,code hexadécimal,fr
|
| 505 |
+
504,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#7F6129,5,2,test,code hexadécimal,fr
|
| 506 |
+
505,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#D0C445,5,2,test,code hexadécimal,fr
|
| 507 |
+
506,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#72672C,5,2,test,code hexadécimal,fr
|
| 508 |
+
507,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#A0C245,5,2,test,code hexadécimal,fr
|
| 509 |
+
508,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#3E501F,5,2,test,code hexadécimal,fr
|
| 510 |
+
509,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#4AC34D,5,2,test,code hexadécimal,fr
|
| 511 |
+
510,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#4FBF9A,5,2,test,code hexadécimal,fr
|
| 512 |
+
511,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#43BDB8,5,2,test,code hexadécimal,fr
|
| 513 |
+
512,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#3EA6C6,5,2,test,code hexadécimal,fr
|
| 514 |
+
513,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#3B74C0,5,2,test,code hexadécimal,fr
|
| 515 |
+
514,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#4F47C6,5,2,test,code hexadécimal,fr
|
| 516 |
+
515,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#7842C5,5,2,test,code hexadécimal,fr
|
| 517 |
+
516,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#AC4AC3,5,2,test,code hexadécimal,fr
|
| 518 |
+
517,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#BB30A4,5,2,test,code hexadécimal,fr
|
| 519 |
+
518,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#E589BF,5,2,test,code hexadécimal,fr
|
| 520 |
+
519,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#BA2B77,5,2,test,code hexadécimal,fr
|
| 521 |
+
520,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#E7E1E9,5,2,test,code hexadécimal,fr
|
| 522 |
+
521,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#938E93,5,2,test,code hexadécimal,fr
|
| 523 |
+
522,Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.,#2B292B,5,2,test,code hexadécimal,fr
|
| 524 |
+
523,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#E68697,5,2,test,code hexadécimal,fr
|
| 525 |
+
524,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#B92842,5,2,test,code hexadécimal,fr
|
| 526 |
+
525,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#EA9A90,5,2,test,code hexadécimal,fr
|
| 527 |
+
526,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#D7472A,5,2,test,code hexadécimal,fr
|
| 528 |
+
527,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#7A2C26,5,2,test,code hexadécimal,fr
|
| 529 |
+
528,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#DC7D34,5,2,test,code hexadécimal,fr
|
| 530 |
+
529,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#7F4829,5,2,test,code hexadécimal,fr
|
| 531 |
+
530,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#E3A045,5,2,test,code hexadécimal,fr
|
| 532 |
+
531,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#976B39,5,2,test,code hexadécimal,fr
|
| 533 |
+
532,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#D9B451,5,2,test,code hexadécimal,fr
|
| 534 |
+
533,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#7F6129,5,2,test,code hexadécimal,fr
|
| 535 |
+
534,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#D0C445,5,2,test,code hexadécimal,fr
|
| 536 |
+
535,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#72672C,5,2,test,code hexadécimal,fr
|
| 537 |
+
536,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#A0C245,5,2,test,code hexadécimal,fr
|
| 538 |
+
537,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#3E501F,5,2,test,code hexadécimal,fr
|
| 539 |
+
538,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#4AC34D,5,2,test,code hexadécimal,fr
|
| 540 |
+
539,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#4FBF9A,5,2,test,code hexadécimal,fr
|
| 541 |
+
540,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#43BDB8,5,2,test,code hexadécimal,fr
|
| 542 |
+
541,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#3EA6C6,5,2,test,code hexadécimal,fr
|
| 543 |
+
542,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#3B74C0,5,2,test,code hexadécimal,fr
|
| 544 |
+
543,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#4F47C6,5,2,test,code hexadécimal,fr
|
| 545 |
+
544,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#7842C5,5,2,test,code hexadécimal,fr
|
| 546 |
+
545,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#AC4AC3,5,2,test,code hexadécimal,fr
|
| 547 |
+
546,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#BB30A4,5,2,test,code hexadécimal,fr
|
| 548 |
+
547,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#E589BF,5,2,test,code hexadécimal,fr
|
| 549 |
+
548,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#BA2B77,5,2,test,code hexadécimal,fr
|
| 550 |
+
549,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#E7E1E9,5,2,test,code hexadécimal,fr
|
| 551 |
+
550,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#938E93,5,2,test,code hexadécimal,fr
|
| 552 |
+
551,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",#2B292B,5,2,test,code hexadécimal,fr
|
| 553 |
+
552,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#E68697,5,2,test,code hexadécimal,fr
|
| 554 |
+
553,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#B92842,5,2,test,code hexadécimal,fr
|
| 555 |
+
554,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#EA9A90,5,2,test,code hexadécimal,fr
|
| 556 |
+
555,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#D7472A,5,2,test,code hexadécimal,fr
|
| 557 |
+
556,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#7A2C26,5,2,test,code hexadécimal,fr
|
| 558 |
+
557,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#DC7D34,5,2,test,code hexadécimal,fr
|
| 559 |
+
558,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#7F4829,5,2,test,code hexadécimal,fr
|
| 560 |
+
559,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#E3A045,5,2,test,code hexadécimal,fr
|
| 561 |
+
560,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#976B39,5,2,test,code hexadécimal,fr
|
| 562 |
+
561,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#D9B451,5,2,test,code hexadécimal,fr
|
| 563 |
+
562,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#7F6129,5,2,test,code hexadécimal,fr
|
| 564 |
+
563,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#D0C445,5,2,test,code hexadécimal,fr
|
| 565 |
+
564,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#72672C,5,2,test,code hexadécimal,fr
|
| 566 |
+
565,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#A0C245,5,2,test,code hexadécimal,fr
|
| 567 |
+
566,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#3E501F,5,2,test,code hexadécimal,fr
|
| 568 |
+
567,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#4AC34D,5,2,test,code hexadécimal,fr
|
| 569 |
+
568,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#4FBF9A,5,2,test,code hexadécimal,fr
|
| 570 |
+
569,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#43BDB8,5,2,test,code hexadécimal,fr
|
| 571 |
+
570,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#3EA6C6,5,2,test,code hexadécimal,fr
|
| 572 |
+
571,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#3B74C0,5,2,test,code hexadécimal,fr
|
| 573 |
+
572,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#4F47C6,5,2,test,code hexadécimal,fr
|
| 574 |
+
573,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#7842C5,5,2,test,code hexadécimal,fr
|
| 575 |
+
574,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#AC4AC3,5,2,test,code hexadécimal,fr
|
| 576 |
+
575,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#BB30A4,5,2,test,code hexadécimal,fr
|
| 577 |
+
576,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#E589BF,5,2,test,code hexadécimal,fr
|
| 578 |
+
577,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#BA2B77,5,2,test,code hexadécimal,fr
|
| 579 |
+
578,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#E7E1E9,5,2,test,code hexadécimal,fr
|
| 580 |
+
579,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#938E93,5,2,test,code hexadécimal,fr
|
| 581 |
+
580,Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.,#2B292B,5,2,test,code hexadécimal,fr
|
metadata/Variation_5_Color_3.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/Variation_6_Color_1.csv
ADDED
|
@@ -0,0 +1,261 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,prompt,color_1,variation,color_level,split,color_format
|
| 2 |
+
1,Generate an image with pure color <color_1>.,"rgb(230, 134, 151)",6,1,test,RGB
|
| 3 |
+
2,Generate an image with pure color <color_1>.,"rgb(185, 40, 66)",6,1,test,RGB
|
| 4 |
+
3,Generate an image with pure color <color_1>.,"rgb(220, 125, 52)",6,1,test,RGB
|
| 5 |
+
4,Generate an image with pure color <color_1>.,"rgb(127, 72, 41)",6,1,test,RGB
|
| 6 |
+
5,Generate an image with pure color <color_1>.,"rgb(217, 180, 81)",6,1,test,RGB
|
| 7 |
+
6,Generate an image with pure color <color_1>.,"rgb(114, 103, 44)",6,1,test,RGB
|
| 8 |
+
7,Generate an image with pure color <color_1>.,"rgb(160, 194, 69)",6,1,test,RGB
|
| 9 |
+
8,Generate an image with pure color <color_1>.,"rgb(79, 191, 154)",6,1,test,RGB
|
| 10 |
+
9,Generate an image with pure color <color_1>.,"rgb(59, 116, 192)",6,1,test,RGB
|
| 11 |
+
10,Generate an image with pure color <color_1>.,"rgb(172, 74, 195)",6,1,test,RGB
|
| 12 |
+
11,Generate an image with pure color <color_1>.,"rgb(231, 225, 233)",6,1,test,RGB
|
| 13 |
+
12,Generate an image with pure color <color_1>.,"rgb(147, 142, 147)",6,1,test,RGB
|
| 14 |
+
13,Generate an image with pure color <color_1>.,"rgb(43, 41, 43)",6,1,test,RGB
|
| 15 |
+
14,Create a solid color background in <color_1>.,"rgb(230, 134, 151)",6,1,test,RGB
|
| 16 |
+
15,Create a solid color background in <color_1>.,"rgb(185, 40, 66)",6,1,test,RGB
|
| 17 |
+
16,Create a solid color background in <color_1>.,"rgb(220, 125, 52)",6,1,test,RGB
|
| 18 |
+
17,Create a solid color background in <color_1>.,"rgb(127, 72, 41)",6,1,test,RGB
|
| 19 |
+
18,Create a solid color background in <color_1>.,"rgb(217, 180, 81)",6,1,test,RGB
|
| 20 |
+
19,Create a solid color background in <color_1>.,"rgb(114, 103, 44)",6,1,test,RGB
|
| 21 |
+
20,Create a solid color background in <color_1>.,"rgb(160, 194, 69)",6,1,test,RGB
|
| 22 |
+
21,Create a solid color background in <color_1>.,"rgb(79, 191, 154)",6,1,test,RGB
|
| 23 |
+
22,Create a solid color background in <color_1>.,"rgb(59, 116, 192)",6,1,test,RGB
|
| 24 |
+
23,Create a solid color background in <color_1>.,"rgb(172, 74, 195)",6,1,test,RGB
|
| 25 |
+
24,Create a solid color background in <color_1>.,"rgb(231, 225, 233)",6,1,test,RGB
|
| 26 |
+
25,Create a solid color background in <color_1>.,"rgb(147, 142, 147)",6,1,test,RGB
|
| 27 |
+
26,Create a solid color background in <color_1>.,"rgb(43, 41, 43)",6,1,test,RGB
|
| 28 |
+
27,Create a featureless surface entirely filled with color <color_1>.,"rgb(230, 134, 151)",6,1,test,RGB
|
| 29 |
+
28,Create a featureless surface entirely filled with color <color_1>.,"rgb(185, 40, 66)",6,1,test,RGB
|
| 30 |
+
29,Create a featureless surface entirely filled with color <color_1>.,"rgb(220, 125, 52)",6,1,test,RGB
|
| 31 |
+
30,Create a featureless surface entirely filled with color <color_1>.,"rgb(127, 72, 41)",6,1,test,RGB
|
| 32 |
+
31,Create a featureless surface entirely filled with color <color_1>.,"rgb(217, 180, 81)",6,1,test,RGB
|
| 33 |
+
32,Create a featureless surface entirely filled with color <color_1>.,"rgb(114, 103, 44)",6,1,test,RGB
|
| 34 |
+
33,Create a featureless surface entirely filled with color <color_1>.,"rgb(160, 194, 69)",6,1,test,RGB
|
| 35 |
+
34,Create a featureless surface entirely filled with color <color_1>.,"rgb(79, 191, 154)",6,1,test,RGB
|
| 36 |
+
35,Create a featureless surface entirely filled with color <color_1>.,"rgb(59, 116, 192)",6,1,test,RGB
|
| 37 |
+
36,Create a featureless surface entirely filled with color <color_1>.,"rgb(172, 74, 195)",6,1,test,RGB
|
| 38 |
+
37,Create a featureless surface entirely filled with color <color_1>.,"rgb(231, 225, 233)",6,1,test,RGB
|
| 39 |
+
38,Create a featureless surface entirely filled with color <color_1>.,"rgb(147, 142, 147)",6,1,test,RGB
|
| 40 |
+
39,Create a featureless surface entirely filled with color <color_1>.,"rgb(43, 41, 43)",6,1,test,RGB
|
| 41 |
+
40,Produce a flat backdrop entirely in color <color_1>.,"rgb(230, 134, 151)",6,1,test,RGB
|
| 42 |
+
41,Produce a flat backdrop entirely in color <color_1>.,"rgb(185, 40, 66)",6,1,test,RGB
|
| 43 |
+
42,Produce a flat backdrop entirely in color <color_1>.,"rgb(220, 125, 52)",6,1,test,RGB
|
| 44 |
+
43,Produce a flat backdrop entirely in color <color_1>.,"rgb(127, 72, 41)",6,1,test,RGB
|
| 45 |
+
44,Produce a flat backdrop entirely in color <color_1>.,"rgb(217, 180, 81)",6,1,test,RGB
|
| 46 |
+
45,Produce a flat backdrop entirely in color <color_1>.,"rgb(114, 103, 44)",6,1,test,RGB
|
| 47 |
+
46,Produce a flat backdrop entirely in color <color_1>.,"rgb(160, 194, 69)",6,1,test,RGB
|
| 48 |
+
47,Produce a flat backdrop entirely in color <color_1>.,"rgb(79, 191, 154)",6,1,test,RGB
|
| 49 |
+
48,Produce a flat backdrop entirely in color <color_1>.,"rgb(59, 116, 192)",6,1,test,RGB
|
| 50 |
+
49,Produce a flat backdrop entirely in color <color_1>.,"rgb(172, 74, 195)",6,1,test,RGB
|
| 51 |
+
50,Produce a flat backdrop entirely in color <color_1>.,"rgb(231, 225, 233)",6,1,test,RGB
|
| 52 |
+
51,Produce a flat backdrop entirely in color <color_1>.,"rgb(147, 142, 147)",6,1,test,RGB
|
| 53 |
+
52,Produce a flat backdrop entirely in color <color_1>.,"rgb(43, 41, 43)",6,1,test,RGB
|
| 54 |
+
53,Generate a plain background using color <color_1>.,"rgb(230, 134, 151)",6,1,test,RGB
|
| 55 |
+
54,Generate a plain background using color <color_1>.,"rgb(185, 40, 66)",6,1,test,RGB
|
| 56 |
+
55,Generate a plain background using color <color_1>.,"rgb(220, 125, 52)",6,1,test,RGB
|
| 57 |
+
56,Generate a plain background using color <color_1>.,"rgb(127, 72, 41)",6,1,test,RGB
|
| 58 |
+
57,Generate a plain background using color <color_1>.,"rgb(217, 180, 81)",6,1,test,RGB
|
| 59 |
+
58,Generate a plain background using color <color_1>.,"rgb(114, 103, 44)",6,1,test,RGB
|
| 60 |
+
59,Generate a plain background using color <color_1>.,"rgb(160, 194, 69)",6,1,test,RGB
|
| 61 |
+
60,Generate a plain background using color <color_1>.,"rgb(79, 191, 154)",6,1,test,RGB
|
| 62 |
+
61,Generate a plain background using color <color_1>.,"rgb(59, 116, 192)",6,1,test,RGB
|
| 63 |
+
62,Generate a plain background using color <color_1>.,"rgb(172, 74, 195)",6,1,test,RGB
|
| 64 |
+
63,Generate a plain background using color <color_1>.,"rgb(231, 225, 233)",6,1,test,RGB
|
| 65 |
+
64,Generate a plain background using color <color_1>.,"rgb(147, 142, 147)",6,1,test,RGB
|
| 66 |
+
65,Generate a plain background using color <color_1>.,"rgb(43, 41, 43)",6,1,test,RGB
|
| 67 |
+
66,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(230, 134, 151)",6,1,test,RGB
|
| 68 |
+
67,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(185, 40, 66)",6,1,test,RGB
|
| 69 |
+
68,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(220, 125, 52)",6,1,test,RGB
|
| 70 |
+
69,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(127, 72, 41)",6,1,test,RGB
|
| 71 |
+
70,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(217, 180, 81)",6,1,test,RGB
|
| 72 |
+
71,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(114, 103, 44)",6,1,test,RGB
|
| 73 |
+
72,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(160, 194, 69)",6,1,test,RGB
|
| 74 |
+
73,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(79, 191, 154)",6,1,test,RGB
|
| 75 |
+
74,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(59, 116, 192)",6,1,test,RGB
|
| 76 |
+
75,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(172, 74, 195)",6,1,test,RGB
|
| 77 |
+
76,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(231, 225, 233)",6,1,test,RGB
|
| 78 |
+
77,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(147, 142, 147)",6,1,test,RGB
|
| 79 |
+
78,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(43, 41, 43)",6,1,test,RGB
|
| 80 |
+
79,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(230, 134, 151)",6,1,test,RGB
|
| 81 |
+
80,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(185, 40, 66)",6,1,test,RGB
|
| 82 |
+
81,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(220, 125, 52)",6,1,test,RGB
|
| 83 |
+
82,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(127, 72, 41)",6,1,test,RGB
|
| 84 |
+
83,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(217, 180, 81)",6,1,test,RGB
|
| 85 |
+
84,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(114, 103, 44)",6,1,test,RGB
|
| 86 |
+
85,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(160, 194, 69)",6,1,test,RGB
|
| 87 |
+
86,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(79, 191, 154)",6,1,test,RGB
|
| 88 |
+
87,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(59, 116, 192)",6,1,test,RGB
|
| 89 |
+
88,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(172, 74, 195)",6,1,test,RGB
|
| 90 |
+
89,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(231, 225, 233)",6,1,test,RGB
|
| 91 |
+
90,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(147, 142, 147)",6,1,test,RGB
|
| 92 |
+
91,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(43, 41, 43)",6,1,test,RGB
|
| 93 |
+
92,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(230, 134, 151)",6,1,test,RGB
|
| 94 |
+
93,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(185, 40, 66)",6,1,test,RGB
|
| 95 |
+
94,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(220, 125, 52)",6,1,test,RGB
|
| 96 |
+
95,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(127, 72, 41)",6,1,test,RGB
|
| 97 |
+
96,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(217, 180, 81)",6,1,test,RGB
|
| 98 |
+
97,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(114, 103, 44)",6,1,test,RGB
|
| 99 |
+
98,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(160, 194, 69)",6,1,test,RGB
|
| 100 |
+
99,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(79, 191, 154)",6,1,test,RGB
|
| 101 |
+
100,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(59, 116, 192)",6,1,test,RGB
|
| 102 |
+
101,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(172, 74, 195)",6,1,test,RGB
|
| 103 |
+
102,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(231, 225, 233)",6,1,test,RGB
|
| 104 |
+
103,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(147, 142, 147)",6,1,test,RGB
|
| 105 |
+
104,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(43, 41, 43)",6,1,test,RGB
|
| 106 |
+
105,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(230, 134, 151)",6,1,test,RGB
|
| 107 |
+
106,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(185, 40, 66)",6,1,test,RGB
|
| 108 |
+
107,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(220, 125, 52)",6,1,test,RGB
|
| 109 |
+
108,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(127, 72, 41)",6,1,test,RGB
|
| 110 |
+
109,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(217, 180, 81)",6,1,test,RGB
|
| 111 |
+
110,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(114, 103, 44)",6,1,test,RGB
|
| 112 |
+
111,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(160, 194, 69)",6,1,test,RGB
|
| 113 |
+
112,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(79, 191, 154)",6,1,test,RGB
|
| 114 |
+
113,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(59, 116, 192)",6,1,test,RGB
|
| 115 |
+
114,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(172, 74, 195)",6,1,test,RGB
|
| 116 |
+
115,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(231, 225, 233)",6,1,test,RGB
|
| 117 |
+
116,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(147, 142, 147)",6,1,test,RGB
|
| 118 |
+
117,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(43, 41, 43)",6,1,test,RGB
|
| 119 |
+
118,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(230, 134, 151)",6,1,test,RGB
|
| 120 |
+
119,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(185, 40, 66)",6,1,test,RGB
|
| 121 |
+
120,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(220, 125, 52)",6,1,test,RGB
|
| 122 |
+
121,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(127, 72, 41)",6,1,test,RGB
|
| 123 |
+
122,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(217, 180, 81)",6,1,test,RGB
|
| 124 |
+
123,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(114, 103, 44)",6,1,test,RGB
|
| 125 |
+
124,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(160, 194, 69)",6,1,test,RGB
|
| 126 |
+
125,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(79, 191, 154)",6,1,test,RGB
|
| 127 |
+
126,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(59, 116, 192)",6,1,test,RGB
|
| 128 |
+
127,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(172, 74, 195)",6,1,test,RGB
|
| 129 |
+
128,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(231, 225, 233)",6,1,test,RGB
|
| 130 |
+
129,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(147, 142, 147)",6,1,test,RGB
|
| 131 |
+
130,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(43, 41, 43)",6,1,test,RGB
|
| 132 |
+
131,Generate an image with pure color <color_1>.,"hsl(349, 66%, 71%)",6,1,test,HSL
|
| 133 |
+
132,Generate an image with pure color <color_1>.,"hsl(349, 64%, 44%)",6,1,test,HSL
|
| 134 |
+
133,Generate an image with pure color <color_1>.,"hsl(26, 71%, 53%)",6,1,test,HSL
|
| 135 |
+
134,Generate an image with pure color <color_1>.,"hsl(22, 51%, 33%)",6,1,test,HSL
|
| 136 |
+
135,Generate an image with pure color <color_1>.,"hsl(44, 64%, 58%)",6,1,test,HSL
|
| 137 |
+
136,Generate an image with pure color <color_1>.,"hsl(51, 44%, 31%)",6,1,test,HSL
|
| 138 |
+
137,Generate an image with pure color <color_1>.,"hsl(76, 51%, 52%)",6,1,test,HSL
|
| 139 |
+
138,Generate an image with pure color <color_1>.,"hsl(160, 47%, 53%)",6,1,test,HSL
|
| 140 |
+
139,Generate an image with pure color <color_1>.,"hsl(214, 53%, 49%)",6,1,test,HSL
|
| 141 |
+
140,Generate an image with pure color <color_1>.,"hsl(289, 50%, 53%)",6,1,test,HSL
|
| 142 |
+
141,Generate an image with pure color <color_1>.,"hsl(285, 15%, 90%)",6,1,test,HSL
|
| 143 |
+
142,Generate an image with pure color <color_1>.,"hsl(300, 2%, 57%)",6,1,test,HSL
|
| 144 |
+
143,Generate an image with pure color <color_1>.,"hsl(300, 2%, 16%)",6,1,test,HSL
|
| 145 |
+
144,Create a solid color background in <color_1>.,"hsl(349, 66%, 71%)",6,1,test,HSL
|
| 146 |
+
145,Create a solid color background in <color_1>.,"hsl(349, 64%, 44%)",6,1,test,HSL
|
| 147 |
+
146,Create a solid color background in <color_1>.,"hsl(26, 71%, 53%)",6,1,test,HSL
|
| 148 |
+
147,Create a solid color background in <color_1>.,"hsl(22, 51%, 33%)",6,1,test,HSL
|
| 149 |
+
148,Create a solid color background in <color_1>.,"hsl(44, 64%, 58%)",6,1,test,HSL
|
| 150 |
+
149,Create a solid color background in <color_1>.,"hsl(51, 44%, 31%)",6,1,test,HSL
|
| 151 |
+
150,Create a solid color background in <color_1>.,"hsl(76, 51%, 52%)",6,1,test,HSL
|
| 152 |
+
151,Create a solid color background in <color_1>.,"hsl(160, 47%, 53%)",6,1,test,HSL
|
| 153 |
+
152,Create a solid color background in <color_1>.,"hsl(214, 53%, 49%)",6,1,test,HSL
|
| 154 |
+
153,Create a solid color background in <color_1>.,"hsl(289, 50%, 53%)",6,1,test,HSL
|
| 155 |
+
154,Create a solid color background in <color_1>.,"hsl(285, 15%, 90%)",6,1,test,HSL
|
| 156 |
+
155,Create a solid color background in <color_1>.,"hsl(300, 2%, 57%)",6,1,test,HSL
|
| 157 |
+
156,Create a solid color background in <color_1>.,"hsl(300, 2%, 16%)",6,1,test,HSL
|
| 158 |
+
157,Create a featureless surface entirely filled with color <color_1>.,"hsl(349, 66%, 71%)",6,1,test,HSL
|
| 159 |
+
158,Create a featureless surface entirely filled with color <color_1>.,"hsl(349, 64%, 44%)",6,1,test,HSL
|
| 160 |
+
159,Create a featureless surface entirely filled with color <color_1>.,"hsl(26, 71%, 53%)",6,1,test,HSL
|
| 161 |
+
160,Create a featureless surface entirely filled with color <color_1>.,"hsl(22, 51%, 33%)",6,1,test,HSL
|
| 162 |
+
161,Create a featureless surface entirely filled with color <color_1>.,"hsl(44, 64%, 58%)",6,1,test,HSL
|
| 163 |
+
162,Create a featureless surface entirely filled with color <color_1>.,"hsl(51, 44%, 31%)",6,1,test,HSL
|
| 164 |
+
163,Create a featureless surface entirely filled with color <color_1>.,"hsl(76, 51%, 52%)",6,1,test,HSL
|
| 165 |
+
164,Create a featureless surface entirely filled with color <color_1>.,"hsl(160, 47%, 53%)",6,1,test,HSL
|
| 166 |
+
165,Create a featureless surface entirely filled with color <color_1>.,"hsl(214, 53%, 49%)",6,1,test,HSL
|
| 167 |
+
166,Create a featureless surface entirely filled with color <color_1>.,"hsl(289, 50%, 53%)",6,1,test,HSL
|
| 168 |
+
167,Create a featureless surface entirely filled with color <color_1>.,"hsl(285, 15%, 90%)",6,1,test,HSL
|
| 169 |
+
168,Create a featureless surface entirely filled with color <color_1>.,"hsl(300, 2%, 57%)",6,1,test,HSL
|
| 170 |
+
169,Create a featureless surface entirely filled with color <color_1>.,"hsl(300, 2%, 16%)",6,1,test,HSL
|
| 171 |
+
170,Produce a flat backdrop entirely in color <color_1>.,"hsl(349, 66%, 71%)",6,1,test,HSL
|
| 172 |
+
171,Produce a flat backdrop entirely in color <color_1>.,"hsl(349, 64%, 44%)",6,1,test,HSL
|
| 173 |
+
172,Produce a flat backdrop entirely in color <color_1>.,"hsl(26, 71%, 53%)",6,1,test,HSL
|
| 174 |
+
173,Produce a flat backdrop entirely in color <color_1>.,"hsl(22, 51%, 33%)",6,1,test,HSL
|
| 175 |
+
174,Produce a flat backdrop entirely in color <color_1>.,"hsl(44, 64%, 58%)",6,1,test,HSL
|
| 176 |
+
175,Produce a flat backdrop entirely in color <color_1>.,"hsl(51, 44%, 31%)",6,1,test,HSL
|
| 177 |
+
176,Produce a flat backdrop entirely in color <color_1>.,"hsl(76, 51%, 52%)",6,1,test,HSL
|
| 178 |
+
177,Produce a flat backdrop entirely in color <color_1>.,"hsl(160, 47%, 53%)",6,1,test,HSL
|
| 179 |
+
178,Produce a flat backdrop entirely in color <color_1>.,"hsl(214, 53%, 49%)",6,1,test,HSL
|
| 180 |
+
179,Produce a flat backdrop entirely in color <color_1>.,"hsl(289, 50%, 53%)",6,1,test,HSL
|
| 181 |
+
180,Produce a flat backdrop entirely in color <color_1>.,"hsl(285, 15%, 90%)",6,1,test,HSL
|
| 182 |
+
181,Produce a flat backdrop entirely in color <color_1>.,"hsl(300, 2%, 57%)",6,1,test,HSL
|
| 183 |
+
182,Produce a flat backdrop entirely in color <color_1>.,"hsl(300, 2%, 16%)",6,1,test,HSL
|
| 184 |
+
183,Generate a plain background using color <color_1>.,"hsl(349, 66%, 71%)",6,1,test,HSL
|
| 185 |
+
184,Generate a plain background using color <color_1>.,"hsl(349, 64%, 44%)",6,1,test,HSL
|
| 186 |
+
185,Generate a plain background using color <color_1>.,"hsl(26, 71%, 53%)",6,1,test,HSL
|
| 187 |
+
186,Generate a plain background using color <color_1>.,"hsl(22, 51%, 33%)",6,1,test,HSL
|
| 188 |
+
187,Generate a plain background using color <color_1>.,"hsl(44, 64%, 58%)",6,1,test,HSL
|
| 189 |
+
188,Generate a plain background using color <color_1>.,"hsl(51, 44%, 31%)",6,1,test,HSL
|
| 190 |
+
189,Generate a plain background using color <color_1>.,"hsl(76, 51%, 52%)",6,1,test,HSL
|
| 191 |
+
190,Generate a plain background using color <color_1>.,"hsl(160, 47%, 53%)",6,1,test,HSL
|
| 192 |
+
191,Generate a plain background using color <color_1>.,"hsl(214, 53%, 49%)",6,1,test,HSL
|
| 193 |
+
192,Generate a plain background using color <color_1>.,"hsl(289, 50%, 53%)",6,1,test,HSL
|
| 194 |
+
193,Generate a plain background using color <color_1>.,"hsl(285, 15%, 90%)",6,1,test,HSL
|
| 195 |
+
194,Generate a plain background using color <color_1>.,"hsl(300, 2%, 57%)",6,1,test,HSL
|
| 196 |
+
195,Generate a plain background using color <color_1>.,"hsl(300, 2%, 16%)",6,1,test,HSL
|
| 197 |
+
196,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(349, 66%, 71%)",6,1,test,HSL
|
| 198 |
+
197,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(349, 64%, 44%)",6,1,test,HSL
|
| 199 |
+
198,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(26, 71%, 53%)",6,1,test,HSL
|
| 200 |
+
199,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(22, 51%, 33%)",6,1,test,HSL
|
| 201 |
+
200,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(44, 64%, 58%)",6,1,test,HSL
|
| 202 |
+
201,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(51, 44%, 31%)",6,1,test,HSL
|
| 203 |
+
202,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(76, 51%, 52%)",6,1,test,HSL
|
| 204 |
+
203,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(160, 47%, 53%)",6,1,test,HSL
|
| 205 |
+
204,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(214, 53%, 49%)",6,1,test,HSL
|
| 206 |
+
205,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(289, 50%, 53%)",6,1,test,HSL
|
| 207 |
+
206,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(285, 15%, 90%)",6,1,test,HSL
|
| 208 |
+
207,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(300, 2%, 57%)",6,1,test,HSL
|
| 209 |
+
208,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(300, 2%, 16%)",6,1,test,HSL
|
| 210 |
+
209,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(349, 66%, 71%)",6,1,test,HSL
|
| 211 |
+
210,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(349, 64%, 44%)",6,1,test,HSL
|
| 212 |
+
211,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(26, 71%, 53%)",6,1,test,HSL
|
| 213 |
+
212,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(22, 51%, 33%)",6,1,test,HSL
|
| 214 |
+
213,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(44, 64%, 58%)",6,1,test,HSL
|
| 215 |
+
214,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(51, 44%, 31%)",6,1,test,HSL
|
| 216 |
+
215,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(76, 51%, 52%)",6,1,test,HSL
|
| 217 |
+
216,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(160, 47%, 53%)",6,1,test,HSL
|
| 218 |
+
217,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(214, 53%, 49%)",6,1,test,HSL
|
| 219 |
+
218,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(289, 50%, 53%)",6,1,test,HSL
|
| 220 |
+
219,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(285, 15%, 90%)",6,1,test,HSL
|
| 221 |
+
220,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(300, 2%, 57%)",6,1,test,HSL
|
| 222 |
+
221,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(300, 2%, 16%)",6,1,test,HSL
|
| 223 |
+
222,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(349, 66%, 71%)",6,1,test,HSL
|
| 224 |
+
223,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(349, 64%, 44%)",6,1,test,HSL
|
| 225 |
+
224,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(26, 71%, 53%)",6,1,test,HSL
|
| 226 |
+
225,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(22, 51%, 33%)",6,1,test,HSL
|
| 227 |
+
226,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(44, 64%, 58%)",6,1,test,HSL
|
| 228 |
+
227,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(51, 44%, 31%)",6,1,test,HSL
|
| 229 |
+
228,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(76, 51%, 52%)",6,1,test,HSL
|
| 230 |
+
229,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(160, 47%, 53%)",6,1,test,HSL
|
| 231 |
+
230,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(214, 53%, 49%)",6,1,test,HSL
|
| 232 |
+
231,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(289, 50%, 53%)",6,1,test,HSL
|
| 233 |
+
232,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(285, 15%, 90%)",6,1,test,HSL
|
| 234 |
+
233,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(300, 2%, 57%)",6,1,test,HSL
|
| 235 |
+
234,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(300, 2%, 16%)",6,1,test,HSL
|
| 236 |
+
235,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(349, 66%, 71%)",6,1,test,HSL
|
| 237 |
+
236,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(349, 64%, 44%)",6,1,test,HSL
|
| 238 |
+
237,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(26, 71%, 53%)",6,1,test,HSL
|
| 239 |
+
238,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(22, 51%, 33%)",6,1,test,HSL
|
| 240 |
+
239,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(44, 64%, 58%)",6,1,test,HSL
|
| 241 |
+
240,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(51, 44%, 31%)",6,1,test,HSL
|
| 242 |
+
241,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(76, 51%, 52%)",6,1,test,HSL
|
| 243 |
+
242,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(160, 47%, 53%)",6,1,test,HSL
|
| 244 |
+
243,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(214, 53%, 49%)",6,1,test,HSL
|
| 245 |
+
244,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(289, 50%, 53%)",6,1,test,HSL
|
| 246 |
+
245,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(285, 15%, 90%)",6,1,test,HSL
|
| 247 |
+
246,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(300, 2%, 57%)",6,1,test,HSL
|
| 248 |
+
247,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(300, 2%, 16%)",6,1,test,HSL
|
| 249 |
+
248,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(349, 66%, 71%)",6,1,test,HSL
|
| 250 |
+
249,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(349, 64%, 44%)",6,1,test,HSL
|
| 251 |
+
250,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(26, 71%, 53%)",6,1,test,HSL
|
| 252 |
+
251,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(22, 51%, 33%)",6,1,test,HSL
|
| 253 |
+
252,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(44, 64%, 58%)",6,1,test,HSL
|
| 254 |
+
253,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(51, 44%, 31%)",6,1,test,HSL
|
| 255 |
+
254,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(76, 51%, 52%)",6,1,test,HSL
|
| 256 |
+
255,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(160, 47%, 53%)",6,1,test,HSL
|
| 257 |
+
256,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(214, 53%, 49%)",6,1,test,HSL
|
| 258 |
+
257,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(289, 50%, 53%)",6,1,test,HSL
|
| 259 |
+
258,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(285, 15%, 90%)",6,1,test,HSL
|
| 260 |
+
259,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(300, 2%, 57%)",6,1,test,HSL
|
| 261 |
+
260,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(300, 2%, 16%)",6,1,test,HSL
|
metadata/Variation_6_Color_2.csv
ADDED
|
@@ -0,0 +1,581 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,prompt,color_1,variation,color_level,split,color_format
|
| 2 |
+
1,Generate an image with pure color <color_1>.,"rgb(230, 134, 151)",6,2,test,RGB
|
| 3 |
+
2,Generate an image with pure color <color_1>.,"rgb(185, 40, 66)",6,2,test,RGB
|
| 4 |
+
3,Generate an image with pure color <color_1>.,"rgb(234, 154, 144)",6,2,test,RGB
|
| 5 |
+
4,Generate an image with pure color <color_1>.,"rgb(215, 71, 42)",6,2,test,RGB
|
| 6 |
+
5,Generate an image with pure color <color_1>.,"rgb(122, 44, 38)",6,2,test,RGB
|
| 7 |
+
6,Generate an image with pure color <color_1>.,"rgb(220, 125, 52)",6,2,test,RGB
|
| 8 |
+
7,Generate an image with pure color <color_1>.,"rgb(127, 72, 41)",6,2,test,RGB
|
| 9 |
+
8,Generate an image with pure color <color_1>.,"rgb(227, 160, 69)",6,2,test,RGB
|
| 10 |
+
9,Generate an image with pure color <color_1>.,"rgb(151, 107, 57)",6,2,test,RGB
|
| 11 |
+
10,Generate an image with pure color <color_1>.,"rgb(217, 180, 81)",6,2,test,RGB
|
| 12 |
+
11,Generate an image with pure color <color_1>.,"rgb(127, 97, 41)",6,2,test,RGB
|
| 13 |
+
12,Generate an image with pure color <color_1>.,"rgb(208, 196, 69)",6,2,test,RGB
|
| 14 |
+
13,Generate an image with pure color <color_1>.,"rgb(114, 103, 44)",6,2,test,RGB
|
| 15 |
+
14,Generate an image with pure color <color_1>.,"rgb(160, 194, 69)",6,2,test,RGB
|
| 16 |
+
15,Generate an image with pure color <color_1>.,"rgb(62, 80, 31)",6,2,test,RGB
|
| 17 |
+
16,Generate an image with pure color <color_1>.,"rgb(74, 195, 77)",6,2,test,RGB
|
| 18 |
+
17,Generate an image with pure color <color_1>.,"rgb(79, 191, 154)",6,2,test,RGB
|
| 19 |
+
18,Generate an image with pure color <color_1>.,"rgb(67, 189, 184)",6,2,test,RGB
|
| 20 |
+
19,Generate an image with pure color <color_1>.,"rgb(62, 166, 198)",6,2,test,RGB
|
| 21 |
+
20,Generate an image with pure color <color_1>.,"rgb(59, 116, 192)",6,2,test,RGB
|
| 22 |
+
21,Generate an image with pure color <color_1>.,"rgb(79, 71, 198)",6,2,test,RGB
|
| 23 |
+
22,Generate an image with pure color <color_1>.,"rgb(120, 66, 197)",6,2,test,RGB
|
| 24 |
+
23,Generate an image with pure color <color_1>.,"rgb(172, 74, 195)",6,2,test,RGB
|
| 25 |
+
24,Generate an image with pure color <color_1>.,"rgb(187, 48, 164)",6,2,test,RGB
|
| 26 |
+
25,Generate an image with pure color <color_1>.,"rgb(229, 137, 191)",6,2,test,RGB
|
| 27 |
+
26,Generate an image with pure color <color_1>.,"rgb(186, 43, 119)",6,2,test,RGB
|
| 28 |
+
27,Generate an image with pure color <color_1>.,"rgb(231, 225, 233)",6,2,test,RGB
|
| 29 |
+
28,Generate an image with pure color <color_1>.,"rgb(147, 142, 147)",6,2,test,RGB
|
| 30 |
+
29,Generate an image with pure color <color_1>.,"rgb(43, 41, 43)",6,2,test,RGB
|
| 31 |
+
30,Create a solid color background in <color_1>.,"rgb(230, 134, 151)",6,2,test,RGB
|
| 32 |
+
31,Create a solid color background in <color_1>.,"rgb(185, 40, 66)",6,2,test,RGB
|
| 33 |
+
32,Create a solid color background in <color_1>.,"rgb(234, 154, 144)",6,2,test,RGB
|
| 34 |
+
33,Create a solid color background in <color_1>.,"rgb(215, 71, 42)",6,2,test,RGB
|
| 35 |
+
34,Create a solid color background in <color_1>.,"rgb(122, 44, 38)",6,2,test,RGB
|
| 36 |
+
35,Create a solid color background in <color_1>.,"rgb(220, 125, 52)",6,2,test,RGB
|
| 37 |
+
36,Create a solid color background in <color_1>.,"rgb(127, 72, 41)",6,2,test,RGB
|
| 38 |
+
37,Create a solid color background in <color_1>.,"rgb(227, 160, 69)",6,2,test,RGB
|
| 39 |
+
38,Create a solid color background in <color_1>.,"rgb(151, 107, 57)",6,2,test,RGB
|
| 40 |
+
39,Create a solid color background in <color_1>.,"rgb(217, 180, 81)",6,2,test,RGB
|
| 41 |
+
40,Create a solid color background in <color_1>.,"rgb(127, 97, 41)",6,2,test,RGB
|
| 42 |
+
41,Create a solid color background in <color_1>.,"rgb(208, 196, 69)",6,2,test,RGB
|
| 43 |
+
42,Create a solid color background in <color_1>.,"rgb(114, 103, 44)",6,2,test,RGB
|
| 44 |
+
43,Create a solid color background in <color_1>.,"rgb(160, 194, 69)",6,2,test,RGB
|
| 45 |
+
44,Create a solid color background in <color_1>.,"rgb(62, 80, 31)",6,2,test,RGB
|
| 46 |
+
45,Create a solid color background in <color_1>.,"rgb(74, 195, 77)",6,2,test,RGB
|
| 47 |
+
46,Create a solid color background in <color_1>.,"rgb(79, 191, 154)",6,2,test,RGB
|
| 48 |
+
47,Create a solid color background in <color_1>.,"rgb(67, 189, 184)",6,2,test,RGB
|
| 49 |
+
48,Create a solid color background in <color_1>.,"rgb(62, 166, 198)",6,2,test,RGB
|
| 50 |
+
49,Create a solid color background in <color_1>.,"rgb(59, 116, 192)",6,2,test,RGB
|
| 51 |
+
50,Create a solid color background in <color_1>.,"rgb(79, 71, 198)",6,2,test,RGB
|
| 52 |
+
51,Create a solid color background in <color_1>.,"rgb(120, 66, 197)",6,2,test,RGB
|
| 53 |
+
52,Create a solid color background in <color_1>.,"rgb(172, 74, 195)",6,2,test,RGB
|
| 54 |
+
53,Create a solid color background in <color_1>.,"rgb(187, 48, 164)",6,2,test,RGB
|
| 55 |
+
54,Create a solid color background in <color_1>.,"rgb(229, 137, 191)",6,2,test,RGB
|
| 56 |
+
55,Create a solid color background in <color_1>.,"rgb(186, 43, 119)",6,2,test,RGB
|
| 57 |
+
56,Create a solid color background in <color_1>.,"rgb(231, 225, 233)",6,2,test,RGB
|
| 58 |
+
57,Create a solid color background in <color_1>.,"rgb(147, 142, 147)",6,2,test,RGB
|
| 59 |
+
58,Create a solid color background in <color_1>.,"rgb(43, 41, 43)",6,2,test,RGB
|
| 60 |
+
59,Create a featureless surface entirely filled with color <color_1>.,"rgb(230, 134, 151)",6,2,test,RGB
|
| 61 |
+
60,Create a featureless surface entirely filled with color <color_1>.,"rgb(185, 40, 66)",6,2,test,RGB
|
| 62 |
+
61,Create a featureless surface entirely filled with color <color_1>.,"rgb(234, 154, 144)",6,2,test,RGB
|
| 63 |
+
62,Create a featureless surface entirely filled with color <color_1>.,"rgb(215, 71, 42)",6,2,test,RGB
|
| 64 |
+
63,Create a featureless surface entirely filled with color <color_1>.,"rgb(122, 44, 38)",6,2,test,RGB
|
| 65 |
+
64,Create a featureless surface entirely filled with color <color_1>.,"rgb(220, 125, 52)",6,2,test,RGB
|
| 66 |
+
65,Create a featureless surface entirely filled with color <color_1>.,"rgb(127, 72, 41)",6,2,test,RGB
|
| 67 |
+
66,Create a featureless surface entirely filled with color <color_1>.,"rgb(227, 160, 69)",6,2,test,RGB
|
| 68 |
+
67,Create a featureless surface entirely filled with color <color_1>.,"rgb(151, 107, 57)",6,2,test,RGB
|
| 69 |
+
68,Create a featureless surface entirely filled with color <color_1>.,"rgb(217, 180, 81)",6,2,test,RGB
|
| 70 |
+
69,Create a featureless surface entirely filled with color <color_1>.,"rgb(127, 97, 41)",6,2,test,RGB
|
| 71 |
+
70,Create a featureless surface entirely filled with color <color_1>.,"rgb(208, 196, 69)",6,2,test,RGB
|
| 72 |
+
71,Create a featureless surface entirely filled with color <color_1>.,"rgb(114, 103, 44)",6,2,test,RGB
|
| 73 |
+
72,Create a featureless surface entirely filled with color <color_1>.,"rgb(160, 194, 69)",6,2,test,RGB
|
| 74 |
+
73,Create a featureless surface entirely filled with color <color_1>.,"rgb(62, 80, 31)",6,2,test,RGB
|
| 75 |
+
74,Create a featureless surface entirely filled with color <color_1>.,"rgb(74, 195, 77)",6,2,test,RGB
|
| 76 |
+
75,Create a featureless surface entirely filled with color <color_1>.,"rgb(79, 191, 154)",6,2,test,RGB
|
| 77 |
+
76,Create a featureless surface entirely filled with color <color_1>.,"rgb(67, 189, 184)",6,2,test,RGB
|
| 78 |
+
77,Create a featureless surface entirely filled with color <color_1>.,"rgb(62, 166, 198)",6,2,test,RGB
|
| 79 |
+
78,Create a featureless surface entirely filled with color <color_1>.,"rgb(59, 116, 192)",6,2,test,RGB
|
| 80 |
+
79,Create a featureless surface entirely filled with color <color_1>.,"rgb(79, 71, 198)",6,2,test,RGB
|
| 81 |
+
80,Create a featureless surface entirely filled with color <color_1>.,"rgb(120, 66, 197)",6,2,test,RGB
|
| 82 |
+
81,Create a featureless surface entirely filled with color <color_1>.,"rgb(172, 74, 195)",6,2,test,RGB
|
| 83 |
+
82,Create a featureless surface entirely filled with color <color_1>.,"rgb(187, 48, 164)",6,2,test,RGB
|
| 84 |
+
83,Create a featureless surface entirely filled with color <color_1>.,"rgb(229, 137, 191)",6,2,test,RGB
|
| 85 |
+
84,Create a featureless surface entirely filled with color <color_1>.,"rgb(186, 43, 119)",6,2,test,RGB
|
| 86 |
+
85,Create a featureless surface entirely filled with color <color_1>.,"rgb(231, 225, 233)",6,2,test,RGB
|
| 87 |
+
86,Create a featureless surface entirely filled with color <color_1>.,"rgb(147, 142, 147)",6,2,test,RGB
|
| 88 |
+
87,Create a featureless surface entirely filled with color <color_1>.,"rgb(43, 41, 43)",6,2,test,RGB
|
| 89 |
+
88,Produce a flat backdrop entirely in color <color_1>.,"rgb(230, 134, 151)",6,2,test,RGB
|
| 90 |
+
89,Produce a flat backdrop entirely in color <color_1>.,"rgb(185, 40, 66)",6,2,test,RGB
|
| 91 |
+
90,Produce a flat backdrop entirely in color <color_1>.,"rgb(234, 154, 144)",6,2,test,RGB
|
| 92 |
+
91,Produce a flat backdrop entirely in color <color_1>.,"rgb(215, 71, 42)",6,2,test,RGB
|
| 93 |
+
92,Produce a flat backdrop entirely in color <color_1>.,"rgb(122, 44, 38)",6,2,test,RGB
|
| 94 |
+
93,Produce a flat backdrop entirely in color <color_1>.,"rgb(220, 125, 52)",6,2,test,RGB
|
| 95 |
+
94,Produce a flat backdrop entirely in color <color_1>.,"rgb(127, 72, 41)",6,2,test,RGB
|
| 96 |
+
95,Produce a flat backdrop entirely in color <color_1>.,"rgb(227, 160, 69)",6,2,test,RGB
|
| 97 |
+
96,Produce a flat backdrop entirely in color <color_1>.,"rgb(151, 107, 57)",6,2,test,RGB
|
| 98 |
+
97,Produce a flat backdrop entirely in color <color_1>.,"rgb(217, 180, 81)",6,2,test,RGB
|
| 99 |
+
98,Produce a flat backdrop entirely in color <color_1>.,"rgb(127, 97, 41)",6,2,test,RGB
|
| 100 |
+
99,Produce a flat backdrop entirely in color <color_1>.,"rgb(208, 196, 69)",6,2,test,RGB
|
| 101 |
+
100,Produce a flat backdrop entirely in color <color_1>.,"rgb(114, 103, 44)",6,2,test,RGB
|
| 102 |
+
101,Produce a flat backdrop entirely in color <color_1>.,"rgb(160, 194, 69)",6,2,test,RGB
|
| 103 |
+
102,Produce a flat backdrop entirely in color <color_1>.,"rgb(62, 80, 31)",6,2,test,RGB
|
| 104 |
+
103,Produce a flat backdrop entirely in color <color_1>.,"rgb(74, 195, 77)",6,2,test,RGB
|
| 105 |
+
104,Produce a flat backdrop entirely in color <color_1>.,"rgb(79, 191, 154)",6,2,test,RGB
|
| 106 |
+
105,Produce a flat backdrop entirely in color <color_1>.,"rgb(67, 189, 184)",6,2,test,RGB
|
| 107 |
+
106,Produce a flat backdrop entirely in color <color_1>.,"rgb(62, 166, 198)",6,2,test,RGB
|
| 108 |
+
107,Produce a flat backdrop entirely in color <color_1>.,"rgb(59, 116, 192)",6,2,test,RGB
|
| 109 |
+
108,Produce a flat backdrop entirely in color <color_1>.,"rgb(79, 71, 198)",6,2,test,RGB
|
| 110 |
+
109,Produce a flat backdrop entirely in color <color_1>.,"rgb(120, 66, 197)",6,2,test,RGB
|
| 111 |
+
110,Produce a flat backdrop entirely in color <color_1>.,"rgb(172, 74, 195)",6,2,test,RGB
|
| 112 |
+
111,Produce a flat backdrop entirely in color <color_1>.,"rgb(187, 48, 164)",6,2,test,RGB
|
| 113 |
+
112,Produce a flat backdrop entirely in color <color_1>.,"rgb(229, 137, 191)",6,2,test,RGB
|
| 114 |
+
113,Produce a flat backdrop entirely in color <color_1>.,"rgb(186, 43, 119)",6,2,test,RGB
|
| 115 |
+
114,Produce a flat backdrop entirely in color <color_1>.,"rgb(231, 225, 233)",6,2,test,RGB
|
| 116 |
+
115,Produce a flat backdrop entirely in color <color_1>.,"rgb(147, 142, 147)",6,2,test,RGB
|
| 117 |
+
116,Produce a flat backdrop entirely in color <color_1>.,"rgb(43, 41, 43)",6,2,test,RGB
|
| 118 |
+
117,Generate a plain background using color <color_1>.,"rgb(230, 134, 151)",6,2,test,RGB
|
| 119 |
+
118,Generate a plain background using color <color_1>.,"rgb(185, 40, 66)",6,2,test,RGB
|
| 120 |
+
119,Generate a plain background using color <color_1>.,"rgb(234, 154, 144)",6,2,test,RGB
|
| 121 |
+
120,Generate a plain background using color <color_1>.,"rgb(215, 71, 42)",6,2,test,RGB
|
| 122 |
+
121,Generate a plain background using color <color_1>.,"rgb(122, 44, 38)",6,2,test,RGB
|
| 123 |
+
122,Generate a plain background using color <color_1>.,"rgb(220, 125, 52)",6,2,test,RGB
|
| 124 |
+
123,Generate a plain background using color <color_1>.,"rgb(127, 72, 41)",6,2,test,RGB
|
| 125 |
+
124,Generate a plain background using color <color_1>.,"rgb(227, 160, 69)",6,2,test,RGB
|
| 126 |
+
125,Generate a plain background using color <color_1>.,"rgb(151, 107, 57)",6,2,test,RGB
|
| 127 |
+
126,Generate a plain background using color <color_1>.,"rgb(217, 180, 81)",6,2,test,RGB
|
| 128 |
+
127,Generate a plain background using color <color_1>.,"rgb(127, 97, 41)",6,2,test,RGB
|
| 129 |
+
128,Generate a plain background using color <color_1>.,"rgb(208, 196, 69)",6,2,test,RGB
|
| 130 |
+
129,Generate a plain background using color <color_1>.,"rgb(114, 103, 44)",6,2,test,RGB
|
| 131 |
+
130,Generate a plain background using color <color_1>.,"rgb(160, 194, 69)",6,2,test,RGB
|
| 132 |
+
131,Generate a plain background using color <color_1>.,"rgb(62, 80, 31)",6,2,test,RGB
|
| 133 |
+
132,Generate a plain background using color <color_1>.,"rgb(74, 195, 77)",6,2,test,RGB
|
| 134 |
+
133,Generate a plain background using color <color_1>.,"rgb(79, 191, 154)",6,2,test,RGB
|
| 135 |
+
134,Generate a plain background using color <color_1>.,"rgb(67, 189, 184)",6,2,test,RGB
|
| 136 |
+
135,Generate a plain background using color <color_1>.,"rgb(62, 166, 198)",6,2,test,RGB
|
| 137 |
+
136,Generate a plain background using color <color_1>.,"rgb(59, 116, 192)",6,2,test,RGB
|
| 138 |
+
137,Generate a plain background using color <color_1>.,"rgb(79, 71, 198)",6,2,test,RGB
|
| 139 |
+
138,Generate a plain background using color <color_1>.,"rgb(120, 66, 197)",6,2,test,RGB
|
| 140 |
+
139,Generate a plain background using color <color_1>.,"rgb(172, 74, 195)",6,2,test,RGB
|
| 141 |
+
140,Generate a plain background using color <color_1>.,"rgb(187, 48, 164)",6,2,test,RGB
|
| 142 |
+
141,Generate a plain background using color <color_1>.,"rgb(229, 137, 191)",6,2,test,RGB
|
| 143 |
+
142,Generate a plain background using color <color_1>.,"rgb(186, 43, 119)",6,2,test,RGB
|
| 144 |
+
143,Generate a plain background using color <color_1>.,"rgb(231, 225, 233)",6,2,test,RGB
|
| 145 |
+
144,Generate a plain background using color <color_1>.,"rgb(147, 142, 147)",6,2,test,RGB
|
| 146 |
+
145,Generate a plain background using color <color_1>.,"rgb(43, 41, 43)",6,2,test,RGB
|
| 147 |
+
146,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(230, 134, 151)",6,2,test,RGB
|
| 148 |
+
147,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(185, 40, 66)",6,2,test,RGB
|
| 149 |
+
148,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(234, 154, 144)",6,2,test,RGB
|
| 150 |
+
149,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(215, 71, 42)",6,2,test,RGB
|
| 151 |
+
150,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(122, 44, 38)",6,2,test,RGB
|
| 152 |
+
151,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(220, 125, 52)",6,2,test,RGB
|
| 153 |
+
152,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(127, 72, 41)",6,2,test,RGB
|
| 154 |
+
153,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(227, 160, 69)",6,2,test,RGB
|
| 155 |
+
154,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(151, 107, 57)",6,2,test,RGB
|
| 156 |
+
155,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(217, 180, 81)",6,2,test,RGB
|
| 157 |
+
156,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(127, 97, 41)",6,2,test,RGB
|
| 158 |
+
157,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(208, 196, 69)",6,2,test,RGB
|
| 159 |
+
158,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(114, 103, 44)",6,2,test,RGB
|
| 160 |
+
159,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(160, 194, 69)",6,2,test,RGB
|
| 161 |
+
160,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(62, 80, 31)",6,2,test,RGB
|
| 162 |
+
161,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(74, 195, 77)",6,2,test,RGB
|
| 163 |
+
162,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(79, 191, 154)",6,2,test,RGB
|
| 164 |
+
163,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(67, 189, 184)",6,2,test,RGB
|
| 165 |
+
164,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(62, 166, 198)",6,2,test,RGB
|
| 166 |
+
165,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(59, 116, 192)",6,2,test,RGB
|
| 167 |
+
166,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(79, 71, 198)",6,2,test,RGB
|
| 168 |
+
167,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(120, 66, 197)",6,2,test,RGB
|
| 169 |
+
168,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(172, 74, 195)",6,2,test,RGB
|
| 170 |
+
169,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(187, 48, 164)",6,2,test,RGB
|
| 171 |
+
170,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(229, 137, 191)",6,2,test,RGB
|
| 172 |
+
171,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(186, 43, 119)",6,2,test,RGB
|
| 173 |
+
172,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(231, 225, 233)",6,2,test,RGB
|
| 174 |
+
173,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(147, 142, 147)",6,2,test,RGB
|
| 175 |
+
174,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","rgb(43, 41, 43)",6,2,test,RGB
|
| 176 |
+
175,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(230, 134, 151)",6,2,test,RGB
|
| 177 |
+
176,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(185, 40, 66)",6,2,test,RGB
|
| 178 |
+
177,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(234, 154, 144)",6,2,test,RGB
|
| 179 |
+
178,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(215, 71, 42)",6,2,test,RGB
|
| 180 |
+
179,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(122, 44, 38)",6,2,test,RGB
|
| 181 |
+
180,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(220, 125, 52)",6,2,test,RGB
|
| 182 |
+
181,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(127, 72, 41)",6,2,test,RGB
|
| 183 |
+
182,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(227, 160, 69)",6,2,test,RGB
|
| 184 |
+
183,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(151, 107, 57)",6,2,test,RGB
|
| 185 |
+
184,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(217, 180, 81)",6,2,test,RGB
|
| 186 |
+
185,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(127, 97, 41)",6,2,test,RGB
|
| 187 |
+
186,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(208, 196, 69)",6,2,test,RGB
|
| 188 |
+
187,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(114, 103, 44)",6,2,test,RGB
|
| 189 |
+
188,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(160, 194, 69)",6,2,test,RGB
|
| 190 |
+
189,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(62, 80, 31)",6,2,test,RGB
|
| 191 |
+
190,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(74, 195, 77)",6,2,test,RGB
|
| 192 |
+
191,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(79, 191, 154)",6,2,test,RGB
|
| 193 |
+
192,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(67, 189, 184)",6,2,test,RGB
|
| 194 |
+
193,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(62, 166, 198)",6,2,test,RGB
|
| 195 |
+
194,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(59, 116, 192)",6,2,test,RGB
|
| 196 |
+
195,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(79, 71, 198)",6,2,test,RGB
|
| 197 |
+
196,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(120, 66, 197)",6,2,test,RGB
|
| 198 |
+
197,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(172, 74, 195)",6,2,test,RGB
|
| 199 |
+
198,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(187, 48, 164)",6,2,test,RGB
|
| 200 |
+
199,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(229, 137, 191)",6,2,test,RGB
|
| 201 |
+
200,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(186, 43, 119)",6,2,test,RGB
|
| 202 |
+
201,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(231, 225, 233)",6,2,test,RGB
|
| 203 |
+
202,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(147, 142, 147)",6,2,test,RGB
|
| 204 |
+
203,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","rgb(43, 41, 43)",6,2,test,RGB
|
| 205 |
+
204,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(230, 134, 151)",6,2,test,RGB
|
| 206 |
+
205,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(185, 40, 66)",6,2,test,RGB
|
| 207 |
+
206,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(234, 154, 144)",6,2,test,RGB
|
| 208 |
+
207,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(215, 71, 42)",6,2,test,RGB
|
| 209 |
+
208,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(122, 44, 38)",6,2,test,RGB
|
| 210 |
+
209,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(220, 125, 52)",6,2,test,RGB
|
| 211 |
+
210,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(127, 72, 41)",6,2,test,RGB
|
| 212 |
+
211,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(227, 160, 69)",6,2,test,RGB
|
| 213 |
+
212,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(151, 107, 57)",6,2,test,RGB
|
| 214 |
+
213,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(217, 180, 81)",6,2,test,RGB
|
| 215 |
+
214,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(127, 97, 41)",6,2,test,RGB
|
| 216 |
+
215,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(208, 196, 69)",6,2,test,RGB
|
| 217 |
+
216,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(114, 103, 44)",6,2,test,RGB
|
| 218 |
+
217,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(160, 194, 69)",6,2,test,RGB
|
| 219 |
+
218,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(62, 80, 31)",6,2,test,RGB
|
| 220 |
+
219,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(74, 195, 77)",6,2,test,RGB
|
| 221 |
+
220,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(79, 191, 154)",6,2,test,RGB
|
| 222 |
+
221,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(67, 189, 184)",6,2,test,RGB
|
| 223 |
+
222,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(62, 166, 198)",6,2,test,RGB
|
| 224 |
+
223,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(59, 116, 192)",6,2,test,RGB
|
| 225 |
+
224,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(79, 71, 198)",6,2,test,RGB
|
| 226 |
+
225,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(120, 66, 197)",6,2,test,RGB
|
| 227 |
+
226,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(172, 74, 195)",6,2,test,RGB
|
| 228 |
+
227,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(187, 48, 164)",6,2,test,RGB
|
| 229 |
+
228,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(229, 137, 191)",6,2,test,RGB
|
| 230 |
+
229,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(186, 43, 119)",6,2,test,RGB
|
| 231 |
+
230,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(231, 225, 233)",6,2,test,RGB
|
| 232 |
+
231,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(147, 142, 147)",6,2,test,RGB
|
| 233 |
+
232,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"rgb(43, 41, 43)",6,2,test,RGB
|
| 234 |
+
233,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(230, 134, 151)",6,2,test,RGB
|
| 235 |
+
234,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(185, 40, 66)",6,2,test,RGB
|
| 236 |
+
235,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(234, 154, 144)",6,2,test,RGB
|
| 237 |
+
236,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(215, 71, 42)",6,2,test,RGB
|
| 238 |
+
237,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(122, 44, 38)",6,2,test,RGB
|
| 239 |
+
238,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(220, 125, 52)",6,2,test,RGB
|
| 240 |
+
239,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(127, 72, 41)",6,2,test,RGB
|
| 241 |
+
240,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(227, 160, 69)",6,2,test,RGB
|
| 242 |
+
241,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(151, 107, 57)",6,2,test,RGB
|
| 243 |
+
242,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(217, 180, 81)",6,2,test,RGB
|
| 244 |
+
243,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(127, 97, 41)",6,2,test,RGB
|
| 245 |
+
244,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(208, 196, 69)",6,2,test,RGB
|
| 246 |
+
245,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(114, 103, 44)",6,2,test,RGB
|
| 247 |
+
246,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(160, 194, 69)",6,2,test,RGB
|
| 248 |
+
247,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(62, 80, 31)",6,2,test,RGB
|
| 249 |
+
248,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(74, 195, 77)",6,2,test,RGB
|
| 250 |
+
249,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(79, 191, 154)",6,2,test,RGB
|
| 251 |
+
250,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(67, 189, 184)",6,2,test,RGB
|
| 252 |
+
251,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(62, 166, 198)",6,2,test,RGB
|
| 253 |
+
252,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(59, 116, 192)",6,2,test,RGB
|
| 254 |
+
253,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(79, 71, 198)",6,2,test,RGB
|
| 255 |
+
254,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(120, 66, 197)",6,2,test,RGB
|
| 256 |
+
255,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(172, 74, 195)",6,2,test,RGB
|
| 257 |
+
256,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(187, 48, 164)",6,2,test,RGB
|
| 258 |
+
257,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(229, 137, 191)",6,2,test,RGB
|
| 259 |
+
258,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(186, 43, 119)",6,2,test,RGB
|
| 260 |
+
259,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(231, 225, 233)",6,2,test,RGB
|
| 261 |
+
260,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(147, 142, 147)",6,2,test,RGB
|
| 262 |
+
261,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"rgb(43, 41, 43)",6,2,test,RGB
|
| 263 |
+
262,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(230, 134, 151)",6,2,test,RGB
|
| 264 |
+
263,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(185, 40, 66)",6,2,test,RGB
|
| 265 |
+
264,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(234, 154, 144)",6,2,test,RGB
|
| 266 |
+
265,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(215, 71, 42)",6,2,test,RGB
|
| 267 |
+
266,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(122, 44, 38)",6,2,test,RGB
|
| 268 |
+
267,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(220, 125, 52)",6,2,test,RGB
|
| 269 |
+
268,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(127, 72, 41)",6,2,test,RGB
|
| 270 |
+
269,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(227, 160, 69)",6,2,test,RGB
|
| 271 |
+
270,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(151, 107, 57)",6,2,test,RGB
|
| 272 |
+
271,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(217, 180, 81)",6,2,test,RGB
|
| 273 |
+
272,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(127, 97, 41)",6,2,test,RGB
|
| 274 |
+
273,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(208, 196, 69)",6,2,test,RGB
|
| 275 |
+
274,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(114, 103, 44)",6,2,test,RGB
|
| 276 |
+
275,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(160, 194, 69)",6,2,test,RGB
|
| 277 |
+
276,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(62, 80, 31)",6,2,test,RGB
|
| 278 |
+
277,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(74, 195, 77)",6,2,test,RGB
|
| 279 |
+
278,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(79, 191, 154)",6,2,test,RGB
|
| 280 |
+
279,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(67, 189, 184)",6,2,test,RGB
|
| 281 |
+
280,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(62, 166, 198)",6,2,test,RGB
|
| 282 |
+
281,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(59, 116, 192)",6,2,test,RGB
|
| 283 |
+
282,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(79, 71, 198)",6,2,test,RGB
|
| 284 |
+
283,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(120, 66, 197)",6,2,test,RGB
|
| 285 |
+
284,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(172, 74, 195)",6,2,test,RGB
|
| 286 |
+
285,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(187, 48, 164)",6,2,test,RGB
|
| 287 |
+
286,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(229, 137, 191)",6,2,test,RGB
|
| 288 |
+
287,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(186, 43, 119)",6,2,test,RGB
|
| 289 |
+
288,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(231, 225, 233)",6,2,test,RGB
|
| 290 |
+
289,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(147, 142, 147)",6,2,test,RGB
|
| 291 |
+
290,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"rgb(43, 41, 43)",6,2,test,RGB
|
| 292 |
+
291,Generate an image with pure color <color_1>.,"hsl(349, 66%, 71%)",6,2,test,HSL
|
| 293 |
+
292,Generate an image with pure color <color_1>.,"hsl(349, 64%, 44%)",6,2,test,HSL
|
| 294 |
+
293,Generate an image with pure color <color_1>.,"hsl(7, 68%, 74%)",6,2,test,HSL
|
| 295 |
+
294,Generate an image with pure color <color_1>.,"hsl(10, 68%, 50%)",6,2,test,HSL
|
| 296 |
+
295,Generate an image with pure color <color_1>.,"hsl(4, 53%, 31%)",6,2,test,HSL
|
| 297 |
+
296,Generate an image with pure color <color_1>.,"hsl(26, 71%, 53%)",6,2,test,HSL
|
| 298 |
+
297,Generate an image with pure color <color_1>.,"hsl(22, 51%, 33%)",6,2,test,HSL
|
| 299 |
+
298,Generate an image with pure color <color_1>.,"hsl(35, 74%, 58%)",6,2,test,HSL
|
| 300 |
+
299,Generate an image with pure color <color_1>.,"hsl(32, 45%, 41%)",6,2,test,HSL
|
| 301 |
+
300,Generate an image with pure color <color_1>.,"hsl(44, 64%, 58%)",6,2,test,HSL
|
| 302 |
+
301,Generate an image with pure color <color_1>.,"hsl(39, 51%, 33%)",6,2,test,HSL
|
| 303 |
+
302,Generate an image with pure color <color_1>.,"hsl(55, 60%, 54%)",6,2,test,HSL
|
| 304 |
+
303,Generate an image with pure color <color_1>.,"hsl(51, 44%, 31%)",6,2,test,HSL
|
| 305 |
+
304,Generate an image with pure color <color_1>.,"hsl(76, 51%, 52%)",6,2,test,HSL
|
| 306 |
+
305,Generate an image with pure color <color_1>.,"hsl(82, 44%, 22%)",6,2,test,HSL
|
| 307 |
+
306,Generate an image with pure color <color_1>.,"hsl(121, 50%, 53%)",6,2,test,HSL
|
| 308 |
+
307,Generate an image with pure color <color_1>.,"hsl(160, 47%, 53%)",6,2,test,HSL
|
| 309 |
+
308,Generate an image with pure color <color_1>.,"hsl(178, 48%, 50%)",6,2,test,HSL
|
| 310 |
+
309,Generate an image with pure color <color_1>.,"hsl(194, 54%, 51%)",6,2,test,HSL
|
| 311 |
+
310,Generate an image with pure color <color_1>.,"hsl(214, 53%, 49%)",6,2,test,HSL
|
| 312 |
+
311,Generate an image with pure color <color_1>.,"hsl(244, 53%, 53%)",6,2,test,HSL
|
| 313 |
+
312,Generate an image with pure color <color_1>.,"hsl(265, 53%, 52%)",6,2,test,HSL
|
| 314 |
+
313,Generate an image with pure color <color_1>.,"hsl(289, 50%, 53%)",6,2,test,HSL
|
| 315 |
+
314,Generate an image with pure color <color_1>.,"hsl(310, 59%, 46%)",6,2,test,HSL
|
| 316 |
+
315,Generate an image with pure color <color_1>.,"hsl(325, 64%, 72%)",6,2,test,HSL
|
| 317 |
+
316,Generate an image with pure color <color_1>.,"hsl(328, 62%, 45%)",6,2,test,HSL
|
| 318 |
+
317,Generate an image with pure color <color_1>.,"hsl(285, 15%, 90%)",6,2,test,HSL
|
| 319 |
+
318,Generate an image with pure color <color_1>.,"hsl(300, 2%, 57%)",6,2,test,HSL
|
| 320 |
+
319,Generate an image with pure color <color_1>.,"hsl(300, 2%, 16%)",6,2,test,HSL
|
| 321 |
+
320,Create a solid color background in <color_1>.,"hsl(349, 66%, 71%)",6,2,test,HSL
|
| 322 |
+
321,Create a solid color background in <color_1>.,"hsl(349, 64%, 44%)",6,2,test,HSL
|
| 323 |
+
322,Create a solid color background in <color_1>.,"hsl(7, 68%, 74%)",6,2,test,HSL
|
| 324 |
+
323,Create a solid color background in <color_1>.,"hsl(10, 68%, 50%)",6,2,test,HSL
|
| 325 |
+
324,Create a solid color background in <color_1>.,"hsl(4, 53%, 31%)",6,2,test,HSL
|
| 326 |
+
325,Create a solid color background in <color_1>.,"hsl(26, 71%, 53%)",6,2,test,HSL
|
| 327 |
+
326,Create a solid color background in <color_1>.,"hsl(22, 51%, 33%)",6,2,test,HSL
|
| 328 |
+
327,Create a solid color background in <color_1>.,"hsl(35, 74%, 58%)",6,2,test,HSL
|
| 329 |
+
328,Create a solid color background in <color_1>.,"hsl(32, 45%, 41%)",6,2,test,HSL
|
| 330 |
+
329,Create a solid color background in <color_1>.,"hsl(44, 64%, 58%)",6,2,test,HSL
|
| 331 |
+
330,Create a solid color background in <color_1>.,"hsl(39, 51%, 33%)",6,2,test,HSL
|
| 332 |
+
331,Create a solid color background in <color_1>.,"hsl(55, 60%, 54%)",6,2,test,HSL
|
| 333 |
+
332,Create a solid color background in <color_1>.,"hsl(51, 44%, 31%)",6,2,test,HSL
|
| 334 |
+
333,Create a solid color background in <color_1>.,"hsl(76, 51%, 52%)",6,2,test,HSL
|
| 335 |
+
334,Create a solid color background in <color_1>.,"hsl(82, 44%, 22%)",6,2,test,HSL
|
| 336 |
+
335,Create a solid color background in <color_1>.,"hsl(121, 50%, 53%)",6,2,test,HSL
|
| 337 |
+
336,Create a solid color background in <color_1>.,"hsl(160, 47%, 53%)",6,2,test,HSL
|
| 338 |
+
337,Create a solid color background in <color_1>.,"hsl(178, 48%, 50%)",6,2,test,HSL
|
| 339 |
+
338,Create a solid color background in <color_1>.,"hsl(194, 54%, 51%)",6,2,test,HSL
|
| 340 |
+
339,Create a solid color background in <color_1>.,"hsl(214, 53%, 49%)",6,2,test,HSL
|
| 341 |
+
340,Create a solid color background in <color_1>.,"hsl(244, 53%, 53%)",6,2,test,HSL
|
| 342 |
+
341,Create a solid color background in <color_1>.,"hsl(265, 53%, 52%)",6,2,test,HSL
|
| 343 |
+
342,Create a solid color background in <color_1>.,"hsl(289, 50%, 53%)",6,2,test,HSL
|
| 344 |
+
343,Create a solid color background in <color_1>.,"hsl(310, 59%, 46%)",6,2,test,HSL
|
| 345 |
+
344,Create a solid color background in <color_1>.,"hsl(325, 64%, 72%)",6,2,test,HSL
|
| 346 |
+
345,Create a solid color background in <color_1>.,"hsl(328, 62%, 45%)",6,2,test,HSL
|
| 347 |
+
346,Create a solid color background in <color_1>.,"hsl(285, 15%, 90%)",6,2,test,HSL
|
| 348 |
+
347,Create a solid color background in <color_1>.,"hsl(300, 2%, 57%)",6,2,test,HSL
|
| 349 |
+
348,Create a solid color background in <color_1>.,"hsl(300, 2%, 16%)",6,2,test,HSL
|
| 350 |
+
349,Create a featureless surface entirely filled with color <color_1>.,"hsl(349, 66%, 71%)",6,2,test,HSL
|
| 351 |
+
350,Create a featureless surface entirely filled with color <color_1>.,"hsl(349, 64%, 44%)",6,2,test,HSL
|
| 352 |
+
351,Create a featureless surface entirely filled with color <color_1>.,"hsl(7, 68%, 74%)",6,2,test,HSL
|
| 353 |
+
352,Create a featureless surface entirely filled with color <color_1>.,"hsl(10, 68%, 50%)",6,2,test,HSL
|
| 354 |
+
353,Create a featureless surface entirely filled with color <color_1>.,"hsl(4, 53%, 31%)",6,2,test,HSL
|
| 355 |
+
354,Create a featureless surface entirely filled with color <color_1>.,"hsl(26, 71%, 53%)",6,2,test,HSL
|
| 356 |
+
355,Create a featureless surface entirely filled with color <color_1>.,"hsl(22, 51%, 33%)",6,2,test,HSL
|
| 357 |
+
356,Create a featureless surface entirely filled with color <color_1>.,"hsl(35, 74%, 58%)",6,2,test,HSL
|
| 358 |
+
357,Create a featureless surface entirely filled with color <color_1>.,"hsl(32, 45%, 41%)",6,2,test,HSL
|
| 359 |
+
358,Create a featureless surface entirely filled with color <color_1>.,"hsl(44, 64%, 58%)",6,2,test,HSL
|
| 360 |
+
359,Create a featureless surface entirely filled with color <color_1>.,"hsl(39, 51%, 33%)",6,2,test,HSL
|
| 361 |
+
360,Create a featureless surface entirely filled with color <color_1>.,"hsl(55, 60%, 54%)",6,2,test,HSL
|
| 362 |
+
361,Create a featureless surface entirely filled with color <color_1>.,"hsl(51, 44%, 31%)",6,2,test,HSL
|
| 363 |
+
362,Create a featureless surface entirely filled with color <color_1>.,"hsl(76, 51%, 52%)",6,2,test,HSL
|
| 364 |
+
363,Create a featureless surface entirely filled with color <color_1>.,"hsl(82, 44%, 22%)",6,2,test,HSL
|
| 365 |
+
364,Create a featureless surface entirely filled with color <color_1>.,"hsl(121, 50%, 53%)",6,2,test,HSL
|
| 366 |
+
365,Create a featureless surface entirely filled with color <color_1>.,"hsl(160, 47%, 53%)",6,2,test,HSL
|
| 367 |
+
366,Create a featureless surface entirely filled with color <color_1>.,"hsl(178, 48%, 50%)",6,2,test,HSL
|
| 368 |
+
367,Create a featureless surface entirely filled with color <color_1>.,"hsl(194, 54%, 51%)",6,2,test,HSL
|
| 369 |
+
368,Create a featureless surface entirely filled with color <color_1>.,"hsl(214, 53%, 49%)",6,2,test,HSL
|
| 370 |
+
369,Create a featureless surface entirely filled with color <color_1>.,"hsl(244, 53%, 53%)",6,2,test,HSL
|
| 371 |
+
370,Create a featureless surface entirely filled with color <color_1>.,"hsl(265, 53%, 52%)",6,2,test,HSL
|
| 372 |
+
371,Create a featureless surface entirely filled with color <color_1>.,"hsl(289, 50%, 53%)",6,2,test,HSL
|
| 373 |
+
372,Create a featureless surface entirely filled with color <color_1>.,"hsl(310, 59%, 46%)",6,2,test,HSL
|
| 374 |
+
373,Create a featureless surface entirely filled with color <color_1>.,"hsl(325, 64%, 72%)",6,2,test,HSL
|
| 375 |
+
374,Create a featureless surface entirely filled with color <color_1>.,"hsl(328, 62%, 45%)",6,2,test,HSL
|
| 376 |
+
375,Create a featureless surface entirely filled with color <color_1>.,"hsl(285, 15%, 90%)",6,2,test,HSL
|
| 377 |
+
376,Create a featureless surface entirely filled with color <color_1>.,"hsl(300, 2%, 57%)",6,2,test,HSL
|
| 378 |
+
377,Create a featureless surface entirely filled with color <color_1>.,"hsl(300, 2%, 16%)",6,2,test,HSL
|
| 379 |
+
378,Produce a flat backdrop entirely in color <color_1>.,"hsl(349, 66%, 71%)",6,2,test,HSL
|
| 380 |
+
379,Produce a flat backdrop entirely in color <color_1>.,"hsl(349, 64%, 44%)",6,2,test,HSL
|
| 381 |
+
380,Produce a flat backdrop entirely in color <color_1>.,"hsl(7, 68%, 74%)",6,2,test,HSL
|
| 382 |
+
381,Produce a flat backdrop entirely in color <color_1>.,"hsl(10, 68%, 50%)",6,2,test,HSL
|
| 383 |
+
382,Produce a flat backdrop entirely in color <color_1>.,"hsl(4, 53%, 31%)",6,2,test,HSL
|
| 384 |
+
383,Produce a flat backdrop entirely in color <color_1>.,"hsl(26, 71%, 53%)",6,2,test,HSL
|
| 385 |
+
384,Produce a flat backdrop entirely in color <color_1>.,"hsl(22, 51%, 33%)",6,2,test,HSL
|
| 386 |
+
385,Produce a flat backdrop entirely in color <color_1>.,"hsl(35, 74%, 58%)",6,2,test,HSL
|
| 387 |
+
386,Produce a flat backdrop entirely in color <color_1>.,"hsl(32, 45%, 41%)",6,2,test,HSL
|
| 388 |
+
387,Produce a flat backdrop entirely in color <color_1>.,"hsl(44, 64%, 58%)",6,2,test,HSL
|
| 389 |
+
388,Produce a flat backdrop entirely in color <color_1>.,"hsl(39, 51%, 33%)",6,2,test,HSL
|
| 390 |
+
389,Produce a flat backdrop entirely in color <color_1>.,"hsl(55, 60%, 54%)",6,2,test,HSL
|
| 391 |
+
390,Produce a flat backdrop entirely in color <color_1>.,"hsl(51, 44%, 31%)",6,2,test,HSL
|
| 392 |
+
391,Produce a flat backdrop entirely in color <color_1>.,"hsl(76, 51%, 52%)",6,2,test,HSL
|
| 393 |
+
392,Produce a flat backdrop entirely in color <color_1>.,"hsl(82, 44%, 22%)",6,2,test,HSL
|
| 394 |
+
393,Produce a flat backdrop entirely in color <color_1>.,"hsl(121, 50%, 53%)",6,2,test,HSL
|
| 395 |
+
394,Produce a flat backdrop entirely in color <color_1>.,"hsl(160, 47%, 53%)",6,2,test,HSL
|
| 396 |
+
395,Produce a flat backdrop entirely in color <color_1>.,"hsl(178, 48%, 50%)",6,2,test,HSL
|
| 397 |
+
396,Produce a flat backdrop entirely in color <color_1>.,"hsl(194, 54%, 51%)",6,2,test,HSL
|
| 398 |
+
397,Produce a flat backdrop entirely in color <color_1>.,"hsl(214, 53%, 49%)",6,2,test,HSL
|
| 399 |
+
398,Produce a flat backdrop entirely in color <color_1>.,"hsl(244, 53%, 53%)",6,2,test,HSL
|
| 400 |
+
399,Produce a flat backdrop entirely in color <color_1>.,"hsl(265, 53%, 52%)",6,2,test,HSL
|
| 401 |
+
400,Produce a flat backdrop entirely in color <color_1>.,"hsl(289, 50%, 53%)",6,2,test,HSL
|
| 402 |
+
401,Produce a flat backdrop entirely in color <color_1>.,"hsl(310, 59%, 46%)",6,2,test,HSL
|
| 403 |
+
402,Produce a flat backdrop entirely in color <color_1>.,"hsl(325, 64%, 72%)",6,2,test,HSL
|
| 404 |
+
403,Produce a flat backdrop entirely in color <color_1>.,"hsl(328, 62%, 45%)",6,2,test,HSL
|
| 405 |
+
404,Produce a flat backdrop entirely in color <color_1>.,"hsl(285, 15%, 90%)",6,2,test,HSL
|
| 406 |
+
405,Produce a flat backdrop entirely in color <color_1>.,"hsl(300, 2%, 57%)",6,2,test,HSL
|
| 407 |
+
406,Produce a flat backdrop entirely in color <color_1>.,"hsl(300, 2%, 16%)",6,2,test,HSL
|
| 408 |
+
407,Generate a plain background using color <color_1>.,"hsl(349, 66%, 71%)",6,2,test,HSL
|
| 409 |
+
408,Generate a plain background using color <color_1>.,"hsl(349, 64%, 44%)",6,2,test,HSL
|
| 410 |
+
409,Generate a plain background using color <color_1>.,"hsl(7, 68%, 74%)",6,2,test,HSL
|
| 411 |
+
410,Generate a plain background using color <color_1>.,"hsl(10, 68%, 50%)",6,2,test,HSL
|
| 412 |
+
411,Generate a plain background using color <color_1>.,"hsl(4, 53%, 31%)",6,2,test,HSL
|
| 413 |
+
412,Generate a plain background using color <color_1>.,"hsl(26, 71%, 53%)",6,2,test,HSL
|
| 414 |
+
413,Generate a plain background using color <color_1>.,"hsl(22, 51%, 33%)",6,2,test,HSL
|
| 415 |
+
414,Generate a plain background using color <color_1>.,"hsl(35, 74%, 58%)",6,2,test,HSL
|
| 416 |
+
415,Generate a plain background using color <color_1>.,"hsl(32, 45%, 41%)",6,2,test,HSL
|
| 417 |
+
416,Generate a plain background using color <color_1>.,"hsl(44, 64%, 58%)",6,2,test,HSL
|
| 418 |
+
417,Generate a plain background using color <color_1>.,"hsl(39, 51%, 33%)",6,2,test,HSL
|
| 419 |
+
418,Generate a plain background using color <color_1>.,"hsl(55, 60%, 54%)",6,2,test,HSL
|
| 420 |
+
419,Generate a plain background using color <color_1>.,"hsl(51, 44%, 31%)",6,2,test,HSL
|
| 421 |
+
420,Generate a plain background using color <color_1>.,"hsl(76, 51%, 52%)",6,2,test,HSL
|
| 422 |
+
421,Generate a plain background using color <color_1>.,"hsl(82, 44%, 22%)",6,2,test,HSL
|
| 423 |
+
422,Generate a plain background using color <color_1>.,"hsl(121, 50%, 53%)",6,2,test,HSL
|
| 424 |
+
423,Generate a plain background using color <color_1>.,"hsl(160, 47%, 53%)",6,2,test,HSL
|
| 425 |
+
424,Generate a plain background using color <color_1>.,"hsl(178, 48%, 50%)",6,2,test,HSL
|
| 426 |
+
425,Generate a plain background using color <color_1>.,"hsl(194, 54%, 51%)",6,2,test,HSL
|
| 427 |
+
426,Generate a plain background using color <color_1>.,"hsl(214, 53%, 49%)",6,2,test,HSL
|
| 428 |
+
427,Generate a plain background using color <color_1>.,"hsl(244, 53%, 53%)",6,2,test,HSL
|
| 429 |
+
428,Generate a plain background using color <color_1>.,"hsl(265, 53%, 52%)",6,2,test,HSL
|
| 430 |
+
429,Generate a plain background using color <color_1>.,"hsl(289, 50%, 53%)",6,2,test,HSL
|
| 431 |
+
430,Generate a plain background using color <color_1>.,"hsl(310, 59%, 46%)",6,2,test,HSL
|
| 432 |
+
431,Generate a plain background using color <color_1>.,"hsl(325, 64%, 72%)",6,2,test,HSL
|
| 433 |
+
432,Generate a plain background using color <color_1>.,"hsl(328, 62%, 45%)",6,2,test,HSL
|
| 434 |
+
433,Generate a plain background using color <color_1>.,"hsl(285, 15%, 90%)",6,2,test,HSL
|
| 435 |
+
434,Generate a plain background using color <color_1>.,"hsl(300, 2%, 57%)",6,2,test,HSL
|
| 436 |
+
435,Generate a plain background using color <color_1>.,"hsl(300, 2%, 16%)",6,2,test,HSL
|
| 437 |
+
436,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(349, 66%, 71%)",6,2,test,HSL
|
| 438 |
+
437,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(349, 64%, 44%)",6,2,test,HSL
|
| 439 |
+
438,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(7, 68%, 74%)",6,2,test,HSL
|
| 440 |
+
439,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(10, 68%, 50%)",6,2,test,HSL
|
| 441 |
+
440,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(4, 53%, 31%)",6,2,test,HSL
|
| 442 |
+
441,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(26, 71%, 53%)",6,2,test,HSL
|
| 443 |
+
442,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(22, 51%, 33%)",6,2,test,HSL
|
| 444 |
+
443,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(35, 74%, 58%)",6,2,test,HSL
|
| 445 |
+
444,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(32, 45%, 41%)",6,2,test,HSL
|
| 446 |
+
445,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(44, 64%, 58%)",6,2,test,HSL
|
| 447 |
+
446,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(39, 51%, 33%)",6,2,test,HSL
|
| 448 |
+
447,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(55, 60%, 54%)",6,2,test,HSL
|
| 449 |
+
448,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(51, 44%, 31%)",6,2,test,HSL
|
| 450 |
+
449,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(76, 51%, 52%)",6,2,test,HSL
|
| 451 |
+
450,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(82, 44%, 22%)",6,2,test,HSL
|
| 452 |
+
451,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(121, 50%, 53%)",6,2,test,HSL
|
| 453 |
+
452,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(160, 47%, 53%)",6,2,test,HSL
|
| 454 |
+
453,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(178, 48%, 50%)",6,2,test,HSL
|
| 455 |
+
454,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(194, 54%, 51%)",6,2,test,HSL
|
| 456 |
+
455,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(214, 53%, 49%)",6,2,test,HSL
|
| 457 |
+
456,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(244, 53%, 53%)",6,2,test,HSL
|
| 458 |
+
457,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(265, 53%, 52%)",6,2,test,HSL
|
| 459 |
+
458,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(289, 50%, 53%)",6,2,test,HSL
|
| 460 |
+
459,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(310, 59%, 46%)",6,2,test,HSL
|
| 461 |
+
460,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(325, 64%, 72%)",6,2,test,HSL
|
| 462 |
+
461,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(328, 62%, 45%)",6,2,test,HSL
|
| 463 |
+
462,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(285, 15%, 90%)",6,2,test,HSL
|
| 464 |
+
463,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(300, 2%, 57%)",6,2,test,HSL
|
| 465 |
+
464,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows.","hsl(300, 2%, 16%)",6,2,test,HSL
|
| 466 |
+
465,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(349, 66%, 71%)",6,2,test,HSL
|
| 467 |
+
466,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(349, 64%, 44%)",6,2,test,HSL
|
| 468 |
+
467,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(7, 68%, 74%)",6,2,test,HSL
|
| 469 |
+
468,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(10, 68%, 50%)",6,2,test,HSL
|
| 470 |
+
469,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(4, 53%, 31%)",6,2,test,HSL
|
| 471 |
+
470,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(26, 71%, 53%)",6,2,test,HSL
|
| 472 |
+
471,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(22, 51%, 33%)",6,2,test,HSL
|
| 473 |
+
472,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(35, 74%, 58%)",6,2,test,HSL
|
| 474 |
+
473,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(32, 45%, 41%)",6,2,test,HSL
|
| 475 |
+
474,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(44, 64%, 58%)",6,2,test,HSL
|
| 476 |
+
475,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(39, 51%, 33%)",6,2,test,HSL
|
| 477 |
+
476,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(55, 60%, 54%)",6,2,test,HSL
|
| 478 |
+
477,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(51, 44%, 31%)",6,2,test,HSL
|
| 479 |
+
478,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(76, 51%, 52%)",6,2,test,HSL
|
| 480 |
+
479,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(82, 44%, 22%)",6,2,test,HSL
|
| 481 |
+
480,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(121, 50%, 53%)",6,2,test,HSL
|
| 482 |
+
481,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(160, 47%, 53%)",6,2,test,HSL
|
| 483 |
+
482,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(178, 48%, 50%)",6,2,test,HSL
|
| 484 |
+
483,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(194, 54%, 51%)",6,2,test,HSL
|
| 485 |
+
484,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(214, 53%, 49%)",6,2,test,HSL
|
| 486 |
+
485,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(244, 53%, 53%)",6,2,test,HSL
|
| 487 |
+
486,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(265, 53%, 52%)",6,2,test,HSL
|
| 488 |
+
487,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(289, 50%, 53%)",6,2,test,HSL
|
| 489 |
+
488,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(310, 59%, 46%)",6,2,test,HSL
|
| 490 |
+
489,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(325, 64%, 72%)",6,2,test,HSL
|
| 491 |
+
490,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(328, 62%, 45%)",6,2,test,HSL
|
| 492 |
+
491,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(285, 15%, 90%)",6,2,test,HSL
|
| 493 |
+
492,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(300, 2%, 57%)",6,2,test,HSL
|
| 494 |
+
493,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation.","hsl(300, 2%, 16%)",6,2,test,HSL
|
| 495 |
+
494,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(349, 66%, 71%)",6,2,test,HSL
|
| 496 |
+
495,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(349, 64%, 44%)",6,2,test,HSL
|
| 497 |
+
496,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(7, 68%, 74%)",6,2,test,HSL
|
| 498 |
+
497,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(10, 68%, 50%)",6,2,test,HSL
|
| 499 |
+
498,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(4, 53%, 31%)",6,2,test,HSL
|
| 500 |
+
499,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(26, 71%, 53%)",6,2,test,HSL
|
| 501 |
+
500,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(22, 51%, 33%)",6,2,test,HSL
|
| 502 |
+
501,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(35, 74%, 58%)",6,2,test,HSL
|
| 503 |
+
502,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(32, 45%, 41%)",6,2,test,HSL
|
| 504 |
+
503,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(44, 64%, 58%)",6,2,test,HSL
|
| 505 |
+
504,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(39, 51%, 33%)",6,2,test,HSL
|
| 506 |
+
505,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(55, 60%, 54%)",6,2,test,HSL
|
| 507 |
+
506,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(51, 44%, 31%)",6,2,test,HSL
|
| 508 |
+
507,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(76, 51%, 52%)",6,2,test,HSL
|
| 509 |
+
508,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(82, 44%, 22%)",6,2,test,HSL
|
| 510 |
+
509,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(121, 50%, 53%)",6,2,test,HSL
|
| 511 |
+
510,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(160, 47%, 53%)",6,2,test,HSL
|
| 512 |
+
511,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(178, 48%, 50%)",6,2,test,HSL
|
| 513 |
+
512,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(194, 54%, 51%)",6,2,test,HSL
|
| 514 |
+
513,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(214, 53%, 49%)",6,2,test,HSL
|
| 515 |
+
514,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(244, 53%, 53%)",6,2,test,HSL
|
| 516 |
+
515,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(265, 53%, 52%)",6,2,test,HSL
|
| 517 |
+
516,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(289, 50%, 53%)",6,2,test,HSL
|
| 518 |
+
517,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(310, 59%, 46%)",6,2,test,HSL
|
| 519 |
+
518,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(325, 64%, 72%)",6,2,test,HSL
|
| 520 |
+
519,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(328, 62%, 45%)",6,2,test,HSL
|
| 521 |
+
520,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(285, 15%, 90%)",6,2,test,HSL
|
| 522 |
+
521,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(300, 2%, 57%)",6,2,test,HSL
|
| 523 |
+
522,Render a solid background using color <color_1>. The output must be consistent across the entire image.,"hsl(300, 2%, 16%)",6,2,test,HSL
|
| 524 |
+
523,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(349, 66%, 71%)",6,2,test,HSL
|
| 525 |
+
524,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(349, 64%, 44%)",6,2,test,HSL
|
| 526 |
+
525,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(7, 68%, 74%)",6,2,test,HSL
|
| 527 |
+
526,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(10, 68%, 50%)",6,2,test,HSL
|
| 528 |
+
527,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(4, 53%, 31%)",6,2,test,HSL
|
| 529 |
+
528,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(26, 71%, 53%)",6,2,test,HSL
|
| 530 |
+
529,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(22, 51%, 33%)",6,2,test,HSL
|
| 531 |
+
530,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(35, 74%, 58%)",6,2,test,HSL
|
| 532 |
+
531,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(32, 45%, 41%)",6,2,test,HSL
|
| 533 |
+
532,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(44, 64%, 58%)",6,2,test,HSL
|
| 534 |
+
533,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(39, 51%, 33%)",6,2,test,HSL
|
| 535 |
+
534,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(55, 60%, 54%)",6,2,test,HSL
|
| 536 |
+
535,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(51, 44%, 31%)",6,2,test,HSL
|
| 537 |
+
536,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(76, 51%, 52%)",6,2,test,HSL
|
| 538 |
+
537,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(82, 44%, 22%)",6,2,test,HSL
|
| 539 |
+
538,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(121, 50%, 53%)",6,2,test,HSL
|
| 540 |
+
539,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(160, 47%, 53%)",6,2,test,HSL
|
| 541 |
+
540,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(178, 48%, 50%)",6,2,test,HSL
|
| 542 |
+
541,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(194, 54%, 51%)",6,2,test,HSL
|
| 543 |
+
542,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(214, 53%, 49%)",6,2,test,HSL
|
| 544 |
+
543,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(244, 53%, 53%)",6,2,test,HSL
|
| 545 |
+
544,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(265, 53%, 52%)",6,2,test,HSL
|
| 546 |
+
545,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(289, 50%, 53%)",6,2,test,HSL
|
| 547 |
+
546,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(310, 59%, 46%)",6,2,test,HSL
|
| 548 |
+
547,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(325, 64%, 72%)",6,2,test,HSL
|
| 549 |
+
548,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(328, 62%, 45%)",6,2,test,HSL
|
| 550 |
+
549,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(285, 15%, 90%)",6,2,test,HSL
|
| 551 |
+
550,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(300, 2%, 57%)",6,2,test,HSL
|
| 552 |
+
551,Produce a seamless fill of color <color_1>. The specified values must be matched exactly.,"hsl(300, 2%, 16%)",6,2,test,HSL
|
| 553 |
+
552,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(349, 66%, 71%)",6,2,test,HSL
|
| 554 |
+
553,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(349, 64%, 44%)",6,2,test,HSL
|
| 555 |
+
554,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(7, 68%, 74%)",6,2,test,HSL
|
| 556 |
+
555,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(10, 68%, 50%)",6,2,test,HSL
|
| 557 |
+
556,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(4, 53%, 31%)",6,2,test,HSL
|
| 558 |
+
557,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(26, 71%, 53%)",6,2,test,HSL
|
| 559 |
+
558,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(22, 51%, 33%)",6,2,test,HSL
|
| 560 |
+
559,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(35, 74%, 58%)",6,2,test,HSL
|
| 561 |
+
560,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(32, 45%, 41%)",6,2,test,HSL
|
| 562 |
+
561,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(44, 64%, 58%)",6,2,test,HSL
|
| 563 |
+
562,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(39, 51%, 33%)",6,2,test,HSL
|
| 564 |
+
563,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(55, 60%, 54%)",6,2,test,HSL
|
| 565 |
+
564,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(51, 44%, 31%)",6,2,test,HSL
|
| 566 |
+
565,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(76, 51%, 52%)",6,2,test,HSL
|
| 567 |
+
566,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(82, 44%, 22%)",6,2,test,HSL
|
| 568 |
+
567,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(121, 50%, 53%)",6,2,test,HSL
|
| 569 |
+
568,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(160, 47%, 53%)",6,2,test,HSL
|
| 570 |
+
569,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(178, 48%, 50%)",6,2,test,HSL
|
| 571 |
+
570,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(194, 54%, 51%)",6,2,test,HSL
|
| 572 |
+
571,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(214, 53%, 49%)",6,2,test,HSL
|
| 573 |
+
572,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(244, 53%, 53%)",6,2,test,HSL
|
| 574 |
+
573,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(265, 53%, 52%)",6,2,test,HSL
|
| 575 |
+
574,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(289, 50%, 53%)",6,2,test,HSL
|
| 576 |
+
575,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(310, 59%, 46%)",6,2,test,HSL
|
| 577 |
+
576,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(325, 64%, 72%)",6,2,test,HSL
|
| 578 |
+
577,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(328, 62%, 45%)",6,2,test,HSL
|
| 579 |
+
578,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(285, 15%, 90%)",6,2,test,HSL
|
| 580 |
+
579,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(300, 2%, 57%)",6,2,test,HSL
|
| 581 |
+
580,Generate a uniform surface in color <color_1>. The color must be perfectly solid.,"hsl(300, 2%, 16%)",6,2,test,HSL
|
metadata/Variation_6_Color_3.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw_config/Color_Level_1.csv
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,name,r,g,b,hex
|
| 2 |
+
1,Pink,230,134,151,#E68697
|
| 3 |
+
2,Red,185,40,66,#B92842
|
| 4 |
+
3,Orange,220,125,52,#DC7D34
|
| 5 |
+
4,Brown,127,72,41,#7F4829
|
| 6 |
+
5,Yellow,217,180,81,#D9B451
|
| 7 |
+
6,Olive,114,103,44,#72672C
|
| 8 |
+
7,Yellow green,160,194,69,#A0C245
|
| 9 |
+
8,Green,79,191,154,#4FBF9A
|
| 10 |
+
9,Blue,59,116,192,#3B74C0
|
| 11 |
+
10,Purple,172,74,195,#AC4AC3
|
| 12 |
+
11,White,231,225,233,#E7E1E9
|
| 13 |
+
12,Gray,147,142,147,#938E93
|
| 14 |
+
13,Black,43,41,43,#2B292B
|
raw_config/Color_Level_2.csv
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,name,r,g,b,hex
|
| 2 |
+
1,Pink,230,134,151,#E68697
|
| 3 |
+
2,Red,185,40,66,#B92842
|
| 4 |
+
3,Yellowish pink,234,154,144,#EA9A90
|
| 5 |
+
4,Reddish orange,215,71,42,#D7472A
|
| 6 |
+
5,Reddish brown,122,44,38,#7A2C26
|
| 7 |
+
6,Orange,220,125,52,#DC7D34
|
| 8 |
+
7,Brown,127,72,41,#7F4829
|
| 9 |
+
8,Orange yellow,227,160,69,#E3A045
|
| 10 |
+
9,Yellowish brown,151,107,57,#976B39
|
| 11 |
+
10,Yellow,217,180,81,#D9B451
|
| 12 |
+
11,Olive brown,127,97,41,#7F6129
|
| 13 |
+
12,Greenish yellow,208,196,69,#D0C445
|
| 14 |
+
13,Olive,114,103,44,#72672C
|
| 15 |
+
14,Yellow green,160,194,69,#A0C245
|
| 16 |
+
15,Olive green,62,80,31,#3E501F
|
| 17 |
+
16,Yellowish green,74,195,77,#4AC34D
|
| 18 |
+
17,Green,79,191,154,#4FBF9A
|
| 19 |
+
18,Bluish green,67,189,184,#43BDB8
|
| 20 |
+
19,Greenish blue,62,166,198,#3EA6C6
|
| 21 |
+
20,Blue,59,116,192,#3B74C0
|
| 22 |
+
21,Purplish blue,79,71,198,#4F47C6
|
| 23 |
+
22,Violet,120,66,197,#7842C5
|
| 24 |
+
23,Purple,172,74,195,#AC4AC3
|
| 25 |
+
24,Reddish purple,187,48,164,#BB30A4
|
| 26 |
+
25,Purplish pink,229,137,191,#E589BF
|
| 27 |
+
26,Purplish red,186,43,119,#BA2B77
|
| 28 |
+
27,White,231,225,233,#E7E1E9
|
| 29 |
+
28,Gray,147,142,147,#938E93
|
| 30 |
+
29,Black,43,41,43,#2B292B
|
raw_config/Color_Level_3.csv
ADDED
|
@@ -0,0 +1,261 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,name,r,g,b,hex
|
| 2 |
+
1,Vivid pink,253,121,146,#FD7992
|
| 3 |
+
2,Strong pink,244,143,160,#F48FA0
|
| 4 |
+
3,Deep pink,230,105,128,#E66980
|
| 5 |
+
4,Light pink,248,195,206,#F8C3CE
|
| 6 |
+
5,Moderate pink,226,163,174,#E2A3AE
|
| 7 |
+
6,Dark pink,197,128,138,#C5808A
|
| 8 |
+
7,Pale pink,239,209,220,#EFD1DC
|
| 9 |
+
8,Grayish pink,203,173,183,#CBADB7
|
| 10 |
+
9,Pinkish white,239,221,229,#EFDDE5
|
| 11 |
+
10,Pinkish gray,199,182,189,#C7B6BD
|
| 12 |
+
11,Vivid red,213,28,60,#D51C3C
|
| 13 |
+
12,Strong red,191,52,75,#BF344B
|
| 14 |
+
13,Deep red,135,18,45,#87122D
|
| 15 |
+
14,Very deep red,92,6,37,#5C0625
|
| 16 |
+
15,Moderate red,177,73,85,#B14955
|
| 17 |
+
16,Dark red,116,36,52,#742434
|
| 18 |
+
17,Very dark red,72,17,39,#481127
|
| 19 |
+
18,Light grayish red,180,136,141,#B4888D
|
| 20 |
+
19,Grayish red,152,93,98,#985D62
|
| 21 |
+
20,Dark grayish red,83,56,62,#53383E
|
| 22 |
+
21,Blackish red,51,33,39,#332127
|
| 23 |
+
22,Reddish gray,146,129,134,#928186
|
| 24 |
+
23,Dark reddish gray,93,78,83,#5D4E53
|
| 25 |
+
24,Reddish black,48,38,43,#30262B
|
| 26 |
+
25,Vivid yellowish pink,253,126,93,#FD7E5D
|
| 27 |
+
26,Strong yellowish pink,245,144,128,#F59080
|
| 28 |
+
27,Deep yellowish pink,239,99,102,#EF6366
|
| 29 |
+
28,Light yellowish pink,248,196,182,#F8C4B6
|
| 30 |
+
29,Moderate yellowish pink,226,166,152,#E2A698
|
| 31 |
+
30,Dark yellowish pink,201,128,126,#C9807E
|
| 32 |
+
31,Pale yellowish pink,241,211,209,#F1D3D1
|
| 33 |
+
32,Grayish yellowish pink,203,172,172,#CBACAC
|
| 34 |
+
33,Brownish pink,203,175,167,#CBAFA7
|
| 35 |
+
34,Vivid reddish orange,232,59,27,#E83B1B
|
| 36 |
+
35,Strong reddish orange,219,93,59,#DB5D3B
|
| 37 |
+
36,Deep reddish orange,175,51,24,#AF3318
|
| 38 |
+
37,Moderate reddish orange,205,105,82,#CD6952
|
| 39 |
+
38,Dark reddish orange,162,64,43,#A2402B
|
| 40 |
+
39,Grayish reddish orange,185,117,101,#B97565
|
| 41 |
+
40,Strong reddish brown,139,28,14,#8B1C0E
|
| 42 |
+
41,Deep reddish brown,97,15,18,#610F12
|
| 43 |
+
42,Light reddish brown,172,122,115,#AC7A73
|
| 44 |
+
43,Moderate reddish brown,125,66,59,#7D423B
|
| 45 |
+
44,Dark reddish brown,70,29,30,#461D1E
|
| 46 |
+
45,Light grayish reddish brown,158,127,122,#9E7F7A
|
| 47 |
+
46,Grayish reddish brown,108,77,75,#6C4D4B
|
| 48 |
+
47,Dark grayish reddish brown,67,41,42,#43292A
|
| 49 |
+
48,Vivid orange,247,118,11,#F7760B
|
| 50 |
+
50,Strong orange,234,129,39,#EA8127
|
| 51 |
+
51,Deep orange,194,96,18,#C26012
|
| 52 |
+
52,Light orange,251,175,130,#FBAF82
|
| 53 |
+
53,Moderate orange,222,141,92,#DE8D5C
|
| 54 |
+
54,Brownish orange,178,102,51,#B26633
|
| 55 |
+
55,Strong brown,138,68,22,#8A4416
|
| 56 |
+
56,Deep brown,87,26,7,#571A07
|
| 57 |
+
57,Light brown,173,124,99,#AD7C63
|
| 58 |
+
58,Moderate brown,114,74,56,#724A38
|
| 59 |
+
59,Dark brown,68,33,18,#442112
|
| 60 |
+
60,Light grayish brown,153,127,117,#997F75
|
| 61 |
+
61,Grayish brown,103,79,72,#674F48
|
| 62 |
+
62,Dark grayish brown,62,44,40,#3E2C28
|
| 63 |
+
63,Light brownish gray,146,130,129,#928281
|
| 64 |
+
64,Brownish gray,96,82,81,#605251
|
| 65 |
+
65,Brownish black,43,33,30,#2B211E
|
| 66 |
+
67,Brilliant orange yellow,255,190,80,#FFBE50
|
| 67 |
+
68,Strong orange yellow,240,161,33,#F0A121
|
| 68 |
+
69,Deep orange yellow,208,133,17,#D08511
|
| 69 |
+
70,Light orange yellow,252,194,124,#FCC27C
|
| 70 |
+
71,Moderate orange yellow,231,167,93,#E7A75D
|
| 71 |
+
72,Dark orange yellow,195,134,57,#C38639
|
| 72 |
+
73,Pale orange yellow,238,198,166,#EEC6A6
|
| 73 |
+
74,Strong yellowish brown,158,103,29,#9E671D
|
| 74 |
+
75,Deep yellowish brown,103,63,11,#673F0B
|
| 75 |
+
76,Light yellowish brown,196,154,116,#C49A74
|
| 76 |
+
77,Moderate yellowish brown,136,102,72,#886648
|
| 77 |
+
78,Dark yellowish brown,80,52,26,#50341A
|
| 78 |
+
79,Light grayish yellowish brown,180,155,141,#B49B8D
|
| 79 |
+
80,Grayish yellowish brown,126,105,93,#7E695D
|
| 80 |
+
81,Dark grayish yellowish brown,77,61,51,#4D3D33
|
| 81 |
+
82,Vivid yellow,241,191,21,#F1BF15
|
| 82 |
+
83,Brilliant yellow,247,206,80,#F7CE50
|
| 83 |
+
84,Strong yellow,217,174,47,#D9AE2F
|
| 84 |
+
85,Deep yellow,184,143,22,#B88F16
|
| 85 |
+
86,Light yellow,244,210,132,#F4D284
|
| 86 |
+
87,Moderate yellow,210,175,99,#D2AF63
|
| 87 |
+
88,Dark yellow,176,143,66,#B08F42
|
| 88 |
+
89,Pale yellow,239,215,178,#EFD7B2
|
| 89 |
+
90,Grayish yellow,200,177,139,#C8B18B
|
| 90 |
+
91,Dark grayish yellow,169,144,102,#A99066
|
| 91 |
+
92,Yellowish white,238,223,218,#EEDFDA
|
| 92 |
+
93,Yellowish gray,198,185,177,#C6B9B1
|
| 93 |
+
94,Light olive brown,153,119,54,#997736
|
| 94 |
+
95,Moderate olive brown,112,84,32,#705420
|
| 95 |
+
96,Dark olive brown,63,44,16,#3F2C10
|
| 96 |
+
97,Vivid greenish yellow,235,221,33,#EBDD21
|
| 97 |
+
98,Brilliant greenish yellow,233,220,85,#E9DC55
|
| 98 |
+
99,Strong greenish yellow,196,184,39,#C4B827
|
| 99 |
+
100,Deep greenish yellow,162,152,18,#A29812
|
| 100 |
+
101,Light greenish yellow,233,221,138,#E9DD8A
|
| 101 |
+
102,Moderate greenish yellow,192,181,94,#C0B55E
|
| 102 |
+
103,Dark greenish yellow,158,149,60,#9E953C
|
| 103 |
+
104,Pale greenish yellow,230,220,171,#E6DCAB
|
| 104 |
+
105,Grayish greenish yellow,190,181,132,#BEB584
|
| 105 |
+
106,Light olive,139,125,46,#8B7D2E
|
| 106 |
+
107,Moderate olive,100,89,26,#64591A
|
| 107 |
+
108,Dark olive,53,46,10,#352E0A
|
| 108 |
+
109,Light grayish olive,142,133,111,#8E856F
|
| 109 |
+
110,Grayish olive,93,85,63,#5D553F
|
| 110 |
+
111,Dark grayish olive,53,48,28,#35301C
|
| 111 |
+
112,Light olive gray,143,135,127,#8F877F
|
| 112 |
+
113,Olive gray,88,81,74,#58514A
|
| 113 |
+
114,Olive black,35,33,28,#23211C
|
| 114 |
+
115,Vivid yellow green,167,220,38,#A7DC26
|
| 115 |
+
116,Brilliant yellow green,195,223,105,#C3DF69
|
| 116 |
+
117,Strong yellow green,130,161,43,#82A12B
|
| 117 |
+
118,Deep yellow green,72,108,14,#486C0E
|
| 118 |
+
119,Light yellow green,206,219,159,#CEDB9F
|
| 119 |
+
120,Moderate yellow green,139,154,95,#8B9A5F
|
| 120 |
+
121,Pale yellow green,215,215,193,#D7D7C1
|
| 121 |
+
122,Grayish yellow green,151,154,133,#979A85
|
| 122 |
+
123,Strong olive green,44,85,6,#2C5506
|
| 123 |
+
125,Moderate olive green,73,91,34,#495B22
|
| 124 |
+
126,Dark olive green,32,52,11,#20340B
|
| 125 |
+
127,Grayish olive green,84,89,71,#545947
|
| 126 |
+
128,Dark grayish olive green,47,51,38,#2F3326
|
| 127 |
+
129,Vivid yellowish green,63,215,64,#3FD740
|
| 128 |
+
130,Brilliant yellowish green,135,217,137,#87D989
|
| 129 |
+
131,Strong yellowish green,57,150,74,#39964A
|
| 130 |
+
132,Deep yellowish green,23,106,30,#176A1E
|
| 131 |
+
133,Very deep yellowish green,5,66,8,#054208
|
| 132 |
+
134,Very light yellowish green,197,237,196,#C5EDC4
|
| 133 |
+
135,Light yellowish green,156,198,156,#9CC69C
|
| 134 |
+
136,Moderate yellowish green,102,144,105,#669069
|
| 135 |
+
137,Dark yellowish green,47,93,58,#2F5D3A
|
| 136 |
+
138,Very dark yellowish green,16,54,26,#10361A
|
| 137 |
+
139,Vivid green,35,234,165,#23EAA5
|
| 138 |
+
140,Brilliant green,73,208,163,#49D0A3
|
| 139 |
+
141,Strong green,21,138,102,#158A66
|
| 140 |
+
143,Very light green,166,226,202,#A6E2CA
|
| 141 |
+
144,Light green,111,172,149,#6FAC95
|
| 142 |
+
145,Moderate green,51,119,98,#337762
|
| 143 |
+
146,Dark green,22,78,61,#164E3D
|
| 144 |
+
147,Very dark green,12,46,36,#0C2E24
|
| 145 |
+
148,Very pale green,199,217,214,#C7D9D6
|
| 146 |
+
149,Pale green,148,166,163,#94A6A3
|
| 147 |
+
150,Grayish green,97,113,110,#61716E
|
| 148 |
+
151,Dark grayish green,57,71,70,#394746
|
| 149 |
+
152,Blackish green,31,42,42,#1F2A2A
|
| 150 |
+
153,Greenish white,224,226,229,#E0E2E5
|
| 151 |
+
154,Light greenish gray,186,190,193,#BABEC1
|
| 152 |
+
155,Greenish gray,132,136,136,#848888
|
| 153 |
+
156,Dark greenish gray,84,88,88,#545858
|
| 154 |
+
157,Greenish black,33,38,38,#212626
|
| 155 |
+
158,Vivid bluish green,19,252,213,#13FCD5
|
| 156 |
+
159,Brilliant bluish green,53,215,206,#35D7CE
|
| 157 |
+
160,Strong bluish green,13,143,130,#0D8F82
|
| 158 |
+
162,Very light bluish green,152,225,224,#98E1E0
|
| 159 |
+
163,Light bluish green,95,171,171,#5FABAB
|
| 160 |
+
164,Moderate bluish green,41,122,123,#297A7B
|
| 161 |
+
165,Dark bluish green,21,75,77,#154B4D
|
| 162 |
+
166,Very dark bluish green,10,45,46,#0A2D2E
|
| 163 |
+
168,Brilliant greenish blue,45,188,226,#2DBCE2
|
| 164 |
+
169,Strong greenish blue,19,133,175,#1385AF
|
| 165 |
+
171,Very light greenish blue,148,214,239,#94D6EF
|
| 166 |
+
172,Light greenish blue,101,168,195,#65A8C3
|
| 167 |
+
173,Moderate greenish blue,42,118,145,#2A7691
|
| 168 |
+
174,Dark greenish blue,19,74,96,#134A60
|
| 169 |
+
175,Very dark greenish blue,11,44,59,#0B2C3B
|
| 170 |
+
176,Vivid blue,27,92,215,#1B5CD7
|
| 171 |
+
177,Brilliant blue,65,157,237,#419DED
|
| 172 |
+
178,Strong blue,39,108,189,#276CBD
|
| 173 |
+
179,Deep blue,17,48,116,#113074
|
| 174 |
+
180,Very light blue,153,198,249,#99C6F9
|
| 175 |
+
181,Light blue,115,164,220,#73A4DC
|
| 176 |
+
182,Moderate blue,52,104,158,#34689E
|
| 177 |
+
183,Dark blue,23,52,89,#173459
|
| 178 |
+
184,Very pale blue,194,210,236,#C2D2EC
|
| 179 |
+
185,Pale blue,145,162,187,#91A2BB
|
| 180 |
+
186,Grayish blue,84,104,127,#54687F
|
| 181 |
+
187,Dark grayish blue,50,63,78,#323F4E
|
| 182 |
+
188,Blackish blue,30,37,49,#1E2531
|
| 183 |
+
189,Bluish white,225,225,241,#E1E1F1
|
| 184 |
+
190,Light bluish gray,183,184,198,#B7B8C6
|
| 185 |
+
191,Bluish gray,131,135,147,#838793
|
| 186 |
+
192,Dark bluish gray,80,84,95,#50545F
|
| 187 |
+
193,Bluish black,36,39,46,#24272E
|
| 188 |
+
194,Vivid purplish blue,68,54,209,#4436D1
|
| 189 |
+
195,Brilliant purplish blue,128,136,226,#8088E2
|
| 190 |
+
196,Strong purplish blue,83,89,181,#5359B5
|
| 191 |
+
197,Deep purplish blue,42,40,111,#2A286F
|
| 192 |
+
198,Very light purplish blue,183,192,248,#B7C0F8
|
| 193 |
+
199,Light purplish blue,137,145,203,#8991CB
|
| 194 |
+
200,Moderate purplish blue,77,78,135,#4D4E87
|
| 195 |
+
201,Dark purplish blue,34,34,72,#222248
|
| 196 |
+
202,Very pale purplish blue,197,201,240,#C5C9F0
|
| 197 |
+
203,Pale purplish blue,142,146,183,#8E92B7
|
| 198 |
+
204,Grayish purplish blue,73,77,113,#494D71
|
| 199 |
+
205,Vivid violet,121,49,211,#7931D3
|
| 200 |
+
206,Brilliant violet,152,127,220,#987FDC
|
| 201 |
+
207,Strong violet,97,65,156,#61419C
|
| 202 |
+
208,Deep violet,60,22,104,#3C1668
|
| 203 |
+
209,Very light violet,201,186,248,#C9BAF8
|
| 204 |
+
210,Light violet,155,140,202,#9B8CCA
|
| 205 |
+
211,Moderate violet,92,73,133,#5C4985
|
| 206 |
+
212,Dark violet,52,37,77,#34254D
|
| 207 |
+
213,Very pale violet,208,198,239,#D0C6EF
|
| 208 |
+
214,Pale violet,154,144,181,#9A90B5
|
| 209 |
+
215,Grayish violet,88,78,114,#584E72
|
| 210 |
+
216,Vivid purple,185,53,213,#B935D5
|
| 211 |
+
217,Brilliant purple,206,140,227,#CE8CE3
|
| 212 |
+
218,Strong purple,147,82,168,#9352A8
|
| 213 |
+
219,Deep purple,101,34,119,#652277
|
| 214 |
+
220,Very deep purple,70,10,85,#460A55
|
| 215 |
+
221,Very light purple,228,185,243,#E4B9F3
|
| 216 |
+
222,Light purple,188,147,204,#BC93CC
|
| 217 |
+
223,Moderate purple,135,94,150,#875E96
|
| 218 |
+
224,Dark purple,86,55,98,#563762
|
| 219 |
+
225,Very dark purple,55,27,65,#371B41
|
| 220 |
+
226,Very pale purple,224,203,235,#E0CBEB
|
| 221 |
+
227,Pale purple,173,151,179,#AD97B3
|
| 222 |
+
228,Grayish purple,123,102,126,#7B667E
|
| 223 |
+
229,Dark grayish purple,81,63,81,#513F51
|
| 224 |
+
230,Blackish purple,47,34,49,#2F2231
|
| 225 |
+
231,Purplish white,235,223,239,#EBDFEF
|
| 226 |
+
232,Light purplish gray,195,183,198,#C3B7C6
|
| 227 |
+
233,Purplish gray,143,132,144,#8F8490
|
| 228 |
+
234,Dark purplish gray,92,82,94,#5C525E
|
| 229 |
+
235,Purplish black,43,38,48,#2B2630
|
| 230 |
+
236,Vivid reddish purple,212,41,185,#D429B9
|
| 231 |
+
237,Strong reddish purple,167,73,148,#A74994
|
| 232 |
+
238,Deep reddish purple,118,26,106,#761A6A
|
| 233 |
+
239,Very deep reddish purple,79,9,74,#4F094A
|
| 234 |
+
240,Light reddish purple,189,128,174,#BD80AE
|
| 235 |
+
241,Moderate reddish purple,150,88,136,#965888
|
| 236 |
+
242,Dark reddish purple,95,52,88,#5F3458
|
| 237 |
+
243,Very dark reddish purple,63,24,60,#3F183C
|
| 238 |
+
244,Pale reddish purple,173,137,165,#AD89A5
|
| 239 |
+
245,Grayish reddish purple,134,98,126,#86627E
|
| 240 |
+
246,Brilliant purplish pink,252,161,231,#FCA1E7
|
| 241 |
+
247,Strong purplish pink,244,131,205,#F483CD
|
| 242 |
+
248,Deep purplish pink,223,106,172,#DF6AAC
|
| 243 |
+
249,Light purplish pink,245,178,219,#F5B2DB
|
| 244 |
+
250,Moderate purplish pink,222,152,191,#DE98BF
|
| 245 |
+
251,Dark purplish pink,198,125,157,#C67D9D
|
| 246 |
+
252,Pale purplish pink,235,200,223,#EBC8DF
|
| 247 |
+
253,Grayish purplish pink,199,163,185,#C7A3B9
|
| 248 |
+
254,Vivid purplish red,221,35,136,#DD2388
|
| 249 |
+
255,Strong purplish red,184,55,115,#B83773
|
| 250 |
+
256,Deep purplish red,136,16,85,#881055
|
| 251 |
+
257,Very deep purplish red,84,6,60,#54063C
|
| 252 |
+
258,Moderate purplish red,171,75,116,#AB4B74
|
| 253 |
+
259,Dark purplish red,110,41,76,#6E294C
|
| 254 |
+
260,Very dark purplish red,67,20,50,#431432
|
| 255 |
+
261,Light grayish purplish red,178,135,155,#B2879B
|
| 256 |
+
262,Grayish purplish red,148,92,115,#945C73
|
| 257 |
+
263,White,231,225,233,#E7E1E9
|
| 258 |
+
264,Light gray,189,183,191,#BDB7BF
|
| 259 |
+
265,Medium gray,138,132,137,#8A8489
|
| 260 |
+
266,Dark gray,88,84,88,#585458
|
| 261 |
+
267,Black,43,41,43,#2B292B
|
raw_config/Variation_1.csv
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,prompt
|
| 2 |
+
1,"Generate an image with pure color <color_1> (<color_format>)."
|
| 3 |
+
2,"Create a solid color background in <color_1> (<color_format>)."
|
| 4 |
+
3,"Create a featureless surface entirely filled with color <color_1> (<color_format>)."
|
| 5 |
+
4,"Produce a flat backdrop entirely in color <color_1> (<color_format>)."
|
| 6 |
+
5,"Generate a plain background using color <color_1> (<color_format>)."
|
| 7 |
+
6,"Generate a perfectly uniform image in color <color_1> (<color_format>). No texture, no gradient, no shadows."
|
| 8 |
+
7,"Create a flat surface in color <color_1> (<color_format>). Ensure the color is exact, without any variation."
|
| 9 |
+
8,"Render a solid background using color <color_1> (<color_format>). The output must be consistent across the entire image."
|
| 10 |
+
9,"Produce a seamless fill of color <color_1> (<color_format>). The specified values must be matched exactly."
|
| 11 |
+
10,"Generate a uniform surface in color <color_1> (<color_format>). The color must be perfectly solid."
|
raw_config/Variation_2.csv
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,prompt
|
| 2 |
+
1,"Specified in <color_format>, create a flat surface divided horizontally into two equal halves: upper color <color_1>, lower color <color_2>."
|
| 3 |
+
2,"Represented in <color_format>, render an image with left half colored <color_1>, right half colored <color_2>."
|
| 4 |
+
3,"Specified in <color_format>, produce a background divided horizontally into two equal halves: top color <color_1> and bottom color <color_2>."
|
| 5 |
+
4,"Represented in <color_format>, generate a featureless surface split evenly into two colors: left half color <color_1>, right half color <color_2>."
|
| 6 |
+
5,"Specified in <color_format>, create an image divided vertically into two even halves: left color <color_1>, right color <color_2>."
|
| 7 |
+
6,"Represented in <color_format>, create a flat surface divided horizontally into two equal halves: upper color <color_1>, lower color <color_2>. No texture or variation."
|
| 8 |
+
7,"Specified in <color_format>, render an image with left half colored <color_1>, right half colored <color_2>. The colors must be exact and meet directly."
|
| 9 |
+
8,"Represented in <color_format>, produce a background with top half color <color_1>, bottom half color <color_2>. Colors must remain flat and consistent throughout."
|
| 10 |
+
9,"Specified in <color_format>, generate a seamless fill divided vertically into two equal halves: the left side in color <color_1>, the right side in color <color_2>. Ensure sharp division, no extra lines."
|
| 11 |
+
10,"Represented in <color_format>, create an image divided horizontally into two even halves: upper color <color_1>, lower color <color_2>. The colors should touch directly, no borders."
|
| 12 |
+
11,"Specified in <color_format>, generate an image split horizontally: bottom half color <color_2>, top half color <color_1>."
|
| 13 |
+
12,"Represented in <color_format>, create a background divided horizontally: lower half colored <color_2>, upper half colored <color_1>."
|
| 14 |
+
13,"Specified in <color_format>, produce a featureless surface with two equal halves: right side colored <color_2>, left side colored <color_1>."
|
| 15 |
+
14,"Represented in <color_format>, produce an image with two equal halves: right color <color_2>, left color <color_1>."
|
| 16 |
+
15,"Specified in <color_format>, generate a background split vertically into two equal halves: right color <color_2>, left color <color_1>."
|
| 17 |
+
16,"Represented in <color_format>, generate an image split horizontally into two equal halves, each with a perfectly flat, uniform color: bottom half in color <color_2>, top half in color <color_1>. No gradients or shadows."
|
| 18 |
+
17,"Specified in <color_format>, create a flat background divided horizontally: lower half colored <color_2>, upper half colored <color_1>. Each section should remain perfectly solid."
|
| 19 |
+
18,"Represented in <color_format>, produce a solid surface with a vertical split evenly into two halves: right side colored <color_2>, left side colored <color_1>. Division must be seamless, with no overlap."
|
| 20 |
+
19,"Specified in <color_format>, produce an image with two even halves: right color <color_2>, left color <color_1>. Colors must stay flat, without variation."
|
| 21 |
+
20,"Represented in <color_format>, generate a background split horizontally into two halves: bottom color <color_2>, top color <color_1>. Ensure precise 50/50 division across the image."
|
raw_config/Variation_3.csv
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,prompt
|
| 2 |
+
1,"Specified in <color_format>, generate an image divided into four quadrants: top-left color <color_1>, top-right color <color_2>, bottom-left color <color_3>, bottom-right color <color_4>. No gradients or shadows."
|
| 3 |
+
2,"Represented in <color_format>, create a flat canvas split into four equal sections: upper-left colored <color_1>, upper-right colored <color_2>, lower-left colored <color_3>, lower-right colored <color_4>. The colors should meet directly, no extra lines."
|
| 4 |
+
3,"Specified in <color_format>, render a background with four quadrants: top-left color <color_1>, top-right color <color_2>, bottom-left color <color_3>, bottom-right color <color_4>. The fills must be uniform."
|
| 5 |
+
4,"Represented in <color_format>, produce an image divided into four equal parts: left-top colored <color_1>, right-top colored <color_2>, left-bottom colored <color_3>, right-bottom colored <color_4>. No blending allowed."
|
| 6 |
+
5,"Specified in <color_format>, generate a flat canvas split into four quadrants: TL color <color_1>, TR color <color_2>, BL color <color_3>, BR color <color_4>. The colors should touch directly, no borders."
|
| 7 |
+
6,"Represented in <color_format>, create a background with four equal rectangles: TL colored <color_1>, TR colored <color_2>, BL colored <color_3>, BR colored <color_4>. No texture or variation."
|
| 8 |
+
7,"Specified in <color_format>, render an image divided into four quadrants: TL color <color_1>, TR color <color_2>, BL color <color_3>, BR color <color_4>. The colors must be exact."
|
| 9 |
+
8,"Represented in <color_format>, produce a flat canvas with four even sections: TL colored <color_1>, TR colored <color_2>, BL colored <color_3>, BR colored <color_4>. Ensure precise division, no extra lines."
|
| 10 |
+
9,"Specified in <color_format>, generate a background split evenly into four quadrants: TL color <color_1>, TR color <color_2>, BL color <color_3>, BR color <color_4>. No gradients or shadows."
|
| 11 |
+
10,"Represented in <color_format>, create an image with four equal parts: TL colored <color_1>, TR colored <color_2>, BL colored <color_3>, BR colored <color_4>. The colors should meet directly, no borders."
|
| 12 |
+
11,"Specified in <color_format>, generate an image divided into four quadrants: bottom-right color <color_4>, bottom-left color <color_3>, top-right color <color_2>, top-left color <color_1>. Boundaries must be sharp."
|
| 13 |
+
12,"Represented in <color_format>, create a flat canvas split into four equal sections: BR colored <color_4>, BL colored <color_3>, TR colored <color_2>, TL colored <color_1>. Ensure seamless fills."
|
| 14 |
+
13,"Specified in <color_format>, render a background with four quadrants: BR color <color_4>, BL color <color_3>, TR color <color_2>, TL color <color_1>. The colors must remain solid."
|
| 15 |
+
14,"Represented in <color_format>, produce an image divided into four even parts: BR colored <color_4>, BL colored <color_3>, TR colored <color_2>, TL colored <color_1>. No blending or gradients allowed."
|
| 16 |
+
15,"Specified in <color_format>, generate an image divided into four quadrants: top-right color <color_2>, top-left color <color_1>, bottom-right color <color_4>, bottom-left color <color_3>."
|
| 17 |
+
16,"Represented in <color_format>, create a flat canvas split into four equal sections: TR colored <color_2>, TL colored <color_1>, BR colored <color_4>, BL colored <color_3>. The colors must be exact."
|
| 18 |
+
17,"Specified in <color_format>, render a background with four quadrants: TR color <color_2>, TL color <color_1>, BR color <color_4>, BL color <color_3>. Ensure precise division, no extra lines."
|
| 19 |
+
18,"Represented in <color_format>, produce an image divided into four equal parts: TR colored <color_2>, TL colored <color_1>, BR colored <color_4>, BL colored <color_3>. No blending allowed."
|
| 20 |
+
19,"Specified in <color_format>, generate an image divided into four quadrants: bottom-left color <color_3>, bottom-right color <color_4>, top-left color <color_1>, top-right color <color_2>. Ensure clean division."
|
| 21 |
+
20,"Represented in <color_format>, create a flat canvas split into four equal sections: BL colored <color_3>, BR colored <color_4>, TL colored <color_1>, TR colored <color_2>. The colors must be solid."
|
| 22 |
+
21,"Specified in <color_format>, render a background with four quadrants: BL color <color_3>, BR color <color_4>, TL color <color_1>, TR color <color_2>. No borders should appear."
|
| 23 |
+
22,"Represented in <color_format>, produce an image divided into four equal parts: BL colored <color_3>, BR colored <color_4>, TL colored <color_1>, TR colored <color_2>. Uniform fill required."
|
| 24 |
+
23,"Specified in <color_format>, generate an image divided into four quadrants: bottom-right color <color_4>, top-right color <color_2>, bottom-left color <color_3>, top-left color <color_1>. Ensure precise quadrant boundaries."
|
| 25 |
+
24,"Represented in <color_format>, create a flat canvas split evenly into four sections: BR colored <color_4>, TR colored <color_2>, BL colored <color_3>, TL colored <color_1>. The colors should meet directly."
|
| 26 |
+
25,"Specified in <color_format>, render a background with four quadrants: BR color <color_4>, TR color <color_2>, BL color <color_3>, TL color <color_1>. Ensure uniform fill."
|
| 27 |
+
26,"Represented in <color_format>, produce an image divided into four even parts: BR colored <color_4>, TR colored <color_2>, BL colored <color_3>, TL colored <color_1>. No gradients or shadows."
|
| 28 |
+
27,"Specified in <color_format>, generate an image divided into four quadrants: top-right color <color_2>, bottom-right color <color_4>, top-left color <color_1>, bottom-left color <color_3>."
|
| 29 |
+
28,"Represented in <color_format>, create a flat canvas split into four equal sections: TR colored <color_2>, BR colored <color_4>, TL colored <color_1>, BL colored <color_3>. Ensure precise division."
|
| 30 |
+
29,"Specified in <color_format>, render a background with four quadrants: TR color <color_2>, BR color <color_4>, TL color <color_1>, BL color <color_3>. The fills must be uniform."
|
| 31 |
+
30,"Represented in <color_format>, produce an image divided into four equal parts: TR colored <color_2>, BR colored <color_4>, TL colored <color_1>, BL colored <color_3>. The colors should meet directly, no borders."
|
raw_config/Variation_4.csv
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,prompt
|
| 2 |
+
1,"Specified in <color_format>, generate an image in a single solid color within the range of <color_1> and <color_2>."
|
| 3 |
+
2,"Represented in <color_format>, create a uniform solid background in a single color strictly between <color_1> and <color_2>."
|
| 4 |
+
3,"Specified in <color_format>, render a uniform surface filled with a single color found between <color_1> and <color_2>."
|
| 5 |
+
4,"Represented in <color_format>, produce a consistent backdrop entirely in one solid color between <color_1> and <color_2>."
|
| 6 |
+
5,"Specified in <color_format>, generate a plain, textureless background using a solid color selected from the interval between <color_1> and <color_2>."
|
| 7 |
+
6,"Represented in <color_format>, generate a perfectly uniform image in a single flat solid color between <color_1> and <color_2>. No texture, no gradient, no shadows."
|
| 8 |
+
7,"Specified in <color_format>, create a flat surface in a homogeneous color between <color_1> and <color_2>. Ensure the color is exact, without any variation."
|
| 9 |
+
8,"Represented in <color_format>, render a solid background with a uniform fill of a solid color between <color_1> and <color_2>. The output must be consistent across the entire image."
|
| 10 |
+
9,"Specified in <color_format>, produce a seamless fill of a single solid color within the range of <color_1> and <color_2>. The chosen color must be exact and consistent."
|
| 11 |
+
10,"Represented in <color_format>, generate a uniform surface in a fully opaque solid color between <color_1> and <color_2>. The color must be perfectly solid throughout."
|
raw_config/Variation_5.csv
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,prompt,lang
|
| 2 |
+
1,"生成一张颜色为 <color_1>(<color_format>)的纯色图像。",zh
|
| 3 |
+
2,"使用颜色 <color_1>(<color_format>)创建一个纯色背景。",zh
|
| 4 |
+
3,"在画面上铺满颜色为 <color_1>(<color_format>)的纯色。",zh
|
| 5 |
+
4,"生成一个平面背景,颜色为 <color_1>(<color_format>)。",zh
|
| 6 |
+
5,"用颜色 <color_1>(<color_format>)生成一个简洁的纯色背景。",zh
|
| 7 |
+
6,"生成一张颜色均匀的图像,颜色为 <color_1>(<color_format>)。无纹理、无渐变、无阴影。",zh
|
| 8 |
+
7,"填充整张画面,颜色为 <color_1>(<color_format>)。确保颜色完全一致,没有任何变化。",zh
|
| 9 |
+
8,"绘制一个纯色背景,颜色为 <color_1>(<color_format>)。输出必须在整张图像中保持一致。",zh
|
| 10 |
+
9,"生成一张无缝填充的图像,颜色为 <color_1>(<color_format>)。颜色必须完全符合指定值。",zh
|
| 11 |
+
10,"生成一幅画面,颜色为 <color_1>(<color_format>)。颜色必须完全均匀且纯净。",zh
|
| 12 |
+
11,"Générez une image en couleur unie <color_1> (<color_format>).",fr
|
| 13 |
+
12,"Créez un fond uni avec la couleur <color_1> (<color_format>).",fr
|
| 14 |
+
13,"Réalisez une image remplie entièrement de la couleur <color_1> (<color_format>).",fr
|
| 15 |
+
14,"Produisez un arrière-plan plat en couleur <color_1> (<color_format>).",fr
|
| 16 |
+
15,"Générez un fond simple utilisant la couleur <color_1> (<color_format>).",fr
|
| 17 |
+
16,"Générez une image parfaitement uniforme en couleur <color_1> (<color_format>). Pas de texture, pas de dégradé, pas d’ombre.",fr
|
| 18 |
+
17,"Créez une image plate en couleur <color_1> (<color_format>). Assurez-vous que la couleur est exacte, sans variation.",fr
|
| 19 |
+
18,"Réalisez un fond uni en couleur <color_1> (<color_format>). Le rendu doit être cohérent sur toute l’image.",fr
|
| 20 |
+
19,"Produisez une surface plane, unie et homogène en couleur <color_1> (<color_format>), sans texture ni dégradé.",fr
|
| 21 |
+
20,"Générez une image uniforme en couleur <color_1> (<color_format>). La couleur doit être parfaitement unie.",fr
|
raw_config/Variation_6.csv
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,prompt
|
| 2 |
+
1,"Generate an image with pure color <color_1>."
|
| 3 |
+
2,"Create a solid color background in <color_1>."
|
| 4 |
+
3,"Create a featureless surface entirely filled with color <color_1>."
|
| 5 |
+
4,"Produce a flat backdrop entirely in color <color_1>."
|
| 6 |
+
5,"Generate a plain background using color <color_1>."
|
| 7 |
+
6,"Generate a perfectly uniform image in color <color_1>. No texture, no gradient, no shadows."
|
| 8 |
+
7,"Create a flat surface in color <color_1>. Ensure the color is exact, without any variation."
|
| 9 |
+
8,"Render a solid background using color <color_1>. The output must be consistent across the entire image."
|
| 10 |
+
9,"Produce a seamless fill of color <color_1>. The specified values must be matched exactly."
|
| 11 |
+
10,"Generate a uniform surface in color <color_1>. The color must be perfectly solid."
|
scripts/generate_image_Variation_1.py
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import csv
|
| 2 |
+
import os
|
| 3 |
+
from PIL import Image
|
| 4 |
+
|
| 5 |
+
def normalize_hex(hex_color: str) -> str:
|
| 6 |
+
"""Make sure the hex color starts with #"""
|
| 7 |
+
if not hex_color:
|
| 8 |
+
return "#000000"
|
| 9 |
+
hex_color = hex_color.strip()
|
| 10 |
+
return hex_color if hex_color.startswith("#") else f"#{hex_color}"
|
| 11 |
+
|
| 12 |
+
def replace_placeholders(prompt: str, row: dict) -> str:
|
| 13 |
+
"""Replace the placeholder in prompt"""
|
| 14 |
+
color_format = row.get("color_format", "").strip() or "Hex code"
|
| 15 |
+
mapping = {
|
| 16 |
+
"<color_format>": color_format,
|
| 17 |
+
"<color_1>": normalize_hex(row.get("color_1", "")),
|
| 18 |
+
"<color_2>": normalize_hex(row.get("color_2", "")),
|
| 19 |
+
"<color_3>": normalize_hex(row.get("color_3", "")),
|
| 20 |
+
"<color_4>": normalize_hex(row.get("color_4", "")),
|
| 21 |
+
}
|
| 22 |
+
out = prompt
|
| 23 |
+
for k, v in mapping.items():
|
| 24 |
+
if k in out and v:
|
| 25 |
+
out = out.replace(k, v)
|
| 26 |
+
return out
|
| 27 |
+
|
| 28 |
+
def generate_images_and_prompts_with_split(csv_file, base_dir, size=(256, 256)):
|
| 29 |
+
with open(csv_file, "r", encoding="utf-8") as f:
|
| 30 |
+
reader = csv.DictReader(f)
|
| 31 |
+
rows = list(reader)
|
| 32 |
+
|
| 33 |
+
for row in rows:
|
| 34 |
+
id_val = row["id"].strip()
|
| 35 |
+
hex_color = normalize_hex(row.get("color_1", ""))
|
| 36 |
+
prompt_raw = row.get("prompt", "").strip()
|
| 37 |
+
# split = (row.get("split") or "train").strip()
|
| 38 |
+
|
| 39 |
+
# Replace the placeholder in prompt
|
| 40 |
+
prompt_filled = replace_placeholders(prompt_raw, row)
|
| 41 |
+
|
| 42 |
+
# out_dir = os.path.join(base_dir, split)
|
| 43 |
+
out_dir = base_dir
|
| 44 |
+
os.makedirs(out_dir, exist_ok=True)
|
| 45 |
+
|
| 46 |
+
# file path
|
| 47 |
+
img_path = os.path.join(out_dir, f"id_{id_val}.png")
|
| 48 |
+
txt_path = os.path.join(out_dir, f"id_{id_val}.txt")
|
| 49 |
+
|
| 50 |
+
# generate image
|
| 51 |
+
img = Image.new("RGB", size, hex_color)
|
| 52 |
+
img.save(img_path)
|
| 53 |
+
|
| 54 |
+
# write prompt
|
| 55 |
+
with open(txt_path, "w", encoding="utf-8") as f:
|
| 56 |
+
f.write(prompt_filled)
|
| 57 |
+
|
| 58 |
+
|
| 59 |
+
|
| 60 |
+
generate_images_and_prompts_with_split(
|
| 61 |
+
"metadata/Variation_1_Color_1.csv",
|
| 62 |
+
base_dir="data/Variation_1/Color_Level_1"
|
| 63 |
+
)
|
| 64 |
+
generate_images_and_prompts_with_split(
|
| 65 |
+
"metadata/Variation_1_Color_2.csv",
|
| 66 |
+
base_dir="data/Variation_1/Color_Level_2"
|
| 67 |
+
)
|
| 68 |
+
generate_images_and_prompts_with_split(
|
| 69 |
+
"metadata/Variation_1_Color_3.csv",
|
| 70 |
+
base_dir="data/Variation_1/Color_Level_3"
|
| 71 |
+
)
|
scripts/generate_image_Variation_2.py
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
import csv
|
| 3 |
+
import os
|
| 4 |
+
from PIL import Image
|
| 5 |
+
|
| 6 |
+
def normalize_hex(hex_color: str) -> str:
|
| 7 |
+
"""Make sure the hex color starts with #"""
|
| 8 |
+
if not hex_color:
|
| 9 |
+
return "#000000"
|
| 10 |
+
hex_color = hex_color.strip()
|
| 11 |
+
return hex_color if hex_color.startswith("#") else f"#{hex_color}"
|
| 12 |
+
|
| 13 |
+
def replace_placeholders(prompt: str, row: dict) -> str:
|
| 14 |
+
"""Replace the placeholder in prompt"""
|
| 15 |
+
color_format = row.get("color_format", "").strip() or "Hex code"
|
| 16 |
+
mapping = {
|
| 17 |
+
"<color_format>": color_format,
|
| 18 |
+
"<color_1>": normalize_hex(row.get("color_1", "")),
|
| 19 |
+
"<color_2>": normalize_hex(row.get("color_2", "")),
|
| 20 |
+
}
|
| 21 |
+
out = prompt
|
| 22 |
+
for k, v in mapping.items():
|
| 23 |
+
if k in out and v:
|
| 24 |
+
out = out.replace(k, v)
|
| 25 |
+
return out
|
| 26 |
+
|
| 27 |
+
def generate_two_color_images_with_split(csv_file, base_dir, size=(256, 256)):
|
| 28 |
+
with open(csv_file, "r", encoding="utf-8") as f:
|
| 29 |
+
reader = csv.DictReader(f)
|
| 30 |
+
rows = list(reader)
|
| 31 |
+
|
| 32 |
+
for row in rows:
|
| 33 |
+
id_val = row["id"].strip()
|
| 34 |
+
hex1 = normalize_hex(row.get("color_1", ""))
|
| 35 |
+
hex2 = normalize_hex(row.get("color_2", ""))
|
| 36 |
+
prompt_raw = row.get("prompt", "").strip()
|
| 37 |
+
split = (row.get("split") or "train").strip()
|
| 38 |
+
direction = row.get("direction", "").strip()
|
| 39 |
+
|
| 40 |
+
# Replace the placeholder in prompt
|
| 41 |
+
prompt_filled = replace_placeholders(prompt_raw, row)
|
| 42 |
+
|
| 43 |
+
|
| 44 |
+
# out_dir = os.path.join(base_dir, split)
|
| 45 |
+
out_dir = base_dir
|
| 46 |
+
os.makedirs(out_dir, exist_ok=True)
|
| 47 |
+
|
| 48 |
+
# file path
|
| 49 |
+
img_path = os.path.join(out_dir, f"id_{id_val}.png")
|
| 50 |
+
txt_path = os.path.join(out_dir, f"id_{id_val}.txt")
|
| 51 |
+
|
| 52 |
+
# Create a blank drawing
|
| 53 |
+
img = Image.new("RGB", size)
|
| 54 |
+
|
| 55 |
+
# direction
|
| 56 |
+
if direction=="h": # horizontal Top and bottom split
|
| 57 |
+
top = Image.new("RGB", (size[0], size[1] // 2), hex1)
|
| 58 |
+
bottom = Image.new("RGB", (size[0], size[1] // 2), hex2)
|
| 59 |
+
img.paste(top, (0, 0))
|
| 60 |
+
img.paste(bottom, (0, size[1] // 2))
|
| 61 |
+
elif direction=="v": # vertical Left and right split
|
| 62 |
+
left = Image.new("RGB", (size[0] // 2, size[1]), hex1)
|
| 63 |
+
right = Image.new("RGB", (size[0] // 2, size[1]), hex2)
|
| 64 |
+
img.paste(left, (0, 0))
|
| 65 |
+
img.paste(right, (size[0] // 2, 0))
|
| 66 |
+
else:
|
| 67 |
+
img = Image.new("RGB", size, hex1)
|
| 68 |
+
|
| 69 |
+
img.save(img_path)
|
| 70 |
+
|
| 71 |
+
# write prompt
|
| 72 |
+
with open(txt_path, "w", encoding="utf-8") as f:
|
| 73 |
+
f.write(prompt_filled)
|
| 74 |
+
|
| 75 |
+
print(f"Generate: {img_path}, {txt_path} (split={split}, colors={hex1},{hex2})")
|
| 76 |
+
|
| 77 |
+
|
| 78 |
+
generate_two_color_images_with_split(
|
| 79 |
+
"metadata/Variation_2_Color_1.csv",
|
| 80 |
+
base_dir="data/Variation_2/Color_Level_1"
|
| 81 |
+
)
|
| 82 |
+
generate_two_color_images_with_split(
|
| 83 |
+
"metadata/Variation_2_Color_2.csv",
|
| 84 |
+
base_dir="data/Variation_2/Color_Level_2"
|
| 85 |
+
)
|
| 86 |
+
generate_two_color_images_with_split(
|
| 87 |
+
"metadata/Variation_2_Color_3.csv",
|
| 88 |
+
base_dir="data/Variation_2/Color_Level_3"
|
| 89 |
+
)
|
scripts/generate_image_Variation_3.py
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
import csv
|
| 3 |
+
import os
|
| 4 |
+
from PIL import Image
|
| 5 |
+
|
| 6 |
+
def normalize_hex(hex_color: str) -> str:
|
| 7 |
+
"""Make sure the hex color starts with #"""
|
| 8 |
+
if not hex_color:
|
| 9 |
+
return "#000000"
|
| 10 |
+
hex_color = hex_color.strip()
|
| 11 |
+
return hex_color if hex_color.startswith("#") else f"#{hex_color}"
|
| 12 |
+
|
| 13 |
+
def replace_placeholders(prompt: str, row: dict) -> str:
|
| 14 |
+
"""Replace the placeholder in prompt"""
|
| 15 |
+
color_format = row.get("color_format", "").strip() or "Hex code"
|
| 16 |
+
mapping = {
|
| 17 |
+
"<color_format>": color_format,
|
| 18 |
+
"<color_1>": normalize_hex(row.get("color_1", "")),
|
| 19 |
+
"<color_2>": normalize_hex(row.get("color_2", "")),
|
| 20 |
+
"<color_3>": normalize_hex(row.get("color_3", "")),
|
| 21 |
+
"<color_4>": normalize_hex(row.get("color_4", "")),
|
| 22 |
+
}
|
| 23 |
+
out = prompt
|
| 24 |
+
for k, v in mapping.items():
|
| 25 |
+
if k in out and v:
|
| 26 |
+
out = out.replace(k, v)
|
| 27 |
+
return out
|
| 28 |
+
|
| 29 |
+
def generate_four_color_images_with_split(csv_file, base_dir, size=(256, 256)):
|
| 30 |
+
with open(csv_file, "r", encoding="utf-8") as f:
|
| 31 |
+
reader = csv.DictReader(f)
|
| 32 |
+
rows = list(reader)
|
| 33 |
+
|
| 34 |
+
for row in rows:
|
| 35 |
+
id_val = row["id"].strip()
|
| 36 |
+
hex1 = normalize_hex(row.get("color_1", ""))
|
| 37 |
+
hex2 = normalize_hex(row.get("color_2", ""))
|
| 38 |
+
hex3 = normalize_hex(row.get("color_3", ""))
|
| 39 |
+
hex4 = normalize_hex(row.get("color_4", ""))
|
| 40 |
+
prompt_raw = row.get("prompt", "").strip()
|
| 41 |
+
split = (row.get("split") or "train").strip()
|
| 42 |
+
|
| 43 |
+
# Replace the placeholder in prompt
|
| 44 |
+
prompt_filled = replace_placeholders(prompt_raw, row)
|
| 45 |
+
|
| 46 |
+
# out_dir = os.path.join(base_dir, split)
|
| 47 |
+
out_dir = base_dir
|
| 48 |
+
os.makedirs(out_dir, exist_ok=True)
|
| 49 |
+
|
| 50 |
+
# file path
|
| 51 |
+
img_path = os.path.join(out_dir, f"id_{id_val}.png")
|
| 52 |
+
txt_path = os.path.join(out_dir, f"id_{id_val}.txt")
|
| 53 |
+
|
| 54 |
+
# Create a blank drawing
|
| 55 |
+
img = Image.new("RGB", size)
|
| 56 |
+
|
| 57 |
+
# Size of the four quadrants: 128x128
|
| 58 |
+
tl = Image.new("RGB", (size[0] // 2, size[1] // 2), hex1) # top-left
|
| 59 |
+
tr = Image.new("RGB", (size[0] // 2, size[1] // 2), hex2) # top-right
|
| 60 |
+
bl = Image.new("RGB", (size[0] // 2, size[1] // 2), hex3) # bottom-left
|
| 61 |
+
br = Image.new("RGB", (size[0] // 2, size[1] // 2), hex4) # bottom-right
|
| 62 |
+
|
| 63 |
+
# stitched together into a larger image
|
| 64 |
+
img.paste(tl, (0, 0))
|
| 65 |
+
img.paste(tr, (size[0] // 2, 0))
|
| 66 |
+
img.paste(bl, (0, size[1] // 2))
|
| 67 |
+
img.paste(br, (size[0] // 2, size[1] // 2))
|
| 68 |
+
|
| 69 |
+
img.save(img_path)
|
| 70 |
+
|
| 71 |
+
# write prompt
|
| 72 |
+
with open(txt_path, "w", encoding="utf-8") as f:
|
| 73 |
+
f.write(prompt_filled)
|
| 74 |
+
|
| 75 |
+
print(f"Generate: {img_path}, {txt_path} (split={split}, colors={hex1},{hex2},{hex3},{hex4})")
|
| 76 |
+
|
| 77 |
+
|
| 78 |
+
generate_four_color_images_with_split(
|
| 79 |
+
"metadata/Variation_3_Color_1.csv",
|
| 80 |
+
base_dir="data/Variation_3/Color_Level_1"
|
| 81 |
+
)
|
| 82 |
+
generate_four_color_images_with_split(
|
| 83 |
+
"metadata/Variation_3_Color_2.csv",
|
| 84 |
+
base_dir="data/Variation_3/Color_Level_2"
|
| 85 |
+
)
|
| 86 |
+
generate_four_color_images_with_split(
|
| 87 |
+
"metadata/Variation_3_Color_3.csv",
|
| 88 |
+
base_dir="data/Variation_3/Color_Level_3"
|
| 89 |
+
)
|
scripts/generate_image_Variation_4.py
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
import csv
|
| 3 |
+
import os
|
| 4 |
+
from PIL import Image
|
| 5 |
+
|
| 6 |
+
def normalize_hex(hex_color: str) -> str:
|
| 7 |
+
"""Make sure the hex color starts with #"""
|
| 8 |
+
if not hex_color:
|
| 9 |
+
return "#000000"
|
| 10 |
+
hex_color = hex_color.strip()
|
| 11 |
+
return hex_color if hex_color.startswith("#") else f"#{hex_color}"
|
| 12 |
+
|
| 13 |
+
def replace_placeholders(prompt: str, row: dict) -> str:
|
| 14 |
+
"""Replace the placeholder in prompt"""
|
| 15 |
+
color_format = row.get("color_format", "").strip() or "Hex code"
|
| 16 |
+
mapping = {
|
| 17 |
+
"<color_format>": color_format,
|
| 18 |
+
"<color_target>": normalize_hex(row.get("color_target", "")),
|
| 19 |
+
"<color_1>": normalize_hex(row.get("color_1", "")),
|
| 20 |
+
"<color_2>": normalize_hex(row.get("color_2", "")),
|
| 21 |
+
"<color_3>": normalize_hex(row.get("color_3", "")),
|
| 22 |
+
"<color_4>": normalize_hex(row.get("color_4", "")),
|
| 23 |
+
}
|
| 24 |
+
out = prompt
|
| 25 |
+
for k, v in mapping.items():
|
| 26 |
+
if k in out and v:
|
| 27 |
+
out = out.replace(k, v)
|
| 28 |
+
return out
|
| 29 |
+
|
| 30 |
+
def generate_images_and_prompts_with_split(csv_file, base_dir, size=(256, 256)):
|
| 31 |
+
with open(csv_file, "r", encoding="utf-8") as f:
|
| 32 |
+
reader = csv.DictReader(f)
|
| 33 |
+
rows = list(reader)
|
| 34 |
+
|
| 35 |
+
for row in rows:
|
| 36 |
+
id_val = row["id"].strip()
|
| 37 |
+
prompt_raw = row.get("prompt", "").strip()
|
| 38 |
+
split = (row.get("split") or "train").strip()
|
| 39 |
+
|
| 40 |
+
# Replace the placeholder in prompt
|
| 41 |
+
prompt_filled = replace_placeholders(prompt_raw, row)
|
| 42 |
+
|
| 43 |
+
|
| 44 |
+
# out_dir = os.path.join(base_dir, split)
|
| 45 |
+
out_dir = base_dir
|
| 46 |
+
os.makedirs(out_dir, exist_ok=True)
|
| 47 |
+
|
| 48 |
+
# file path
|
| 49 |
+
img_path = os.path.join(out_dir, f"id_{id_val}.png")
|
| 50 |
+
txt_path = os.path.join(out_dir, f"id_{id_val}.txt")
|
| 51 |
+
|
| 52 |
+
# Generate a midpoint color image
|
| 53 |
+
hex_target = normalize_hex(row.get("color_target", row.get("color_1", "")))
|
| 54 |
+
img = Image.new("RGB", size, hex_target)
|
| 55 |
+
img.save(img_path)
|
| 56 |
+
|
| 57 |
+
|
| 58 |
+
# write prompt
|
| 59 |
+
with open(txt_path, "w", encoding="utf-8") as f:
|
| 60 |
+
f.write(prompt_filled)
|
| 61 |
+
|
| 62 |
+
# print(f"Generate: {img_path}, {txt_path} (split={split})")
|
| 63 |
+
|
| 64 |
+
|
| 65 |
+
generate_images_and_prompts_with_split(
|
| 66 |
+
"metadata/Variation_4_Color_1.csv",
|
| 67 |
+
base_dir="data/Variation_4/Color_Level_1"
|
| 68 |
+
)
|
| 69 |
+
generate_images_and_prompts_with_split(
|
| 70 |
+
"metadata/Variation_4_Color_2.csv",
|
| 71 |
+
base_dir="data/Variation_4/Color_Level_2"
|
| 72 |
+
)
|
| 73 |
+
generate_images_and_prompts_with_split(
|
| 74 |
+
"metadata/Variation_4_Color_3.csv",
|
| 75 |
+
base_dir="data/Variation_4/Color_Level_3"
|
| 76 |
+
)
|
scripts/generate_image_Variation_5.py
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import csv
|
| 2 |
+
import os
|
| 3 |
+
from PIL import Image
|
| 4 |
+
|
| 5 |
+
def normalize_hex(hex_color: str) -> str:
|
| 6 |
+
"""Make sure the hex color starts with #"""
|
| 7 |
+
if not hex_color:
|
| 8 |
+
return "#000000"
|
| 9 |
+
hex_color = hex_color.strip()
|
| 10 |
+
return hex_color if hex_color.startswith("#") else f"#{hex_color}"
|
| 11 |
+
|
| 12 |
+
def replace_placeholders(prompt: str, row: dict) -> str:
|
| 13 |
+
"""Replace the placeholder in prompt"""
|
| 14 |
+
color_format = row.get("color_format", "").strip() or "Hex code"
|
| 15 |
+
mapping = {
|
| 16 |
+
"<color_format>": color_format,
|
| 17 |
+
"<color_1>": normalize_hex(row.get("color_1", "")),
|
| 18 |
+
"<color_2>": normalize_hex(row.get("color_2", "")),
|
| 19 |
+
"<color_3>": normalize_hex(row.get("color_3", "")),
|
| 20 |
+
"<color_4>": normalize_hex(row.get("color_4", "")),
|
| 21 |
+
}
|
| 22 |
+
out = prompt
|
| 23 |
+
for k, v in mapping.items():
|
| 24 |
+
if k in out and v:
|
| 25 |
+
out = out.replace(k, v)
|
| 26 |
+
return out
|
| 27 |
+
|
| 28 |
+
def generate_images_and_prompts_with_split(csv_file, base_dir, size=(256, 256)):
|
| 29 |
+
with open(csv_file, "r", encoding="utf-8") as f:
|
| 30 |
+
reader = csv.DictReader(f)
|
| 31 |
+
rows = list(reader)
|
| 32 |
+
|
| 33 |
+
for row in rows:
|
| 34 |
+
id_val = row["id"].strip()
|
| 35 |
+
hex_color = normalize_hex(row.get("color_1", ""))
|
| 36 |
+
prompt_raw = row.get("prompt", "").strip()
|
| 37 |
+
split = (row.get("split") or "train").strip()
|
| 38 |
+
|
| 39 |
+
# Replace the placeholder in prompt
|
| 40 |
+
prompt_filled = replace_placeholders(prompt_raw, row)
|
| 41 |
+
|
| 42 |
+
# out_dir = os.path.join(base_dir, split)
|
| 43 |
+
out_dir = base_dir
|
| 44 |
+
os.makedirs(out_dir, exist_ok=True)
|
| 45 |
+
|
| 46 |
+
img_path = os.path.join(out_dir, f"id_{id_val}.png")
|
| 47 |
+
txt_path = os.path.join(out_dir, f"id_{id_val}.txt")
|
| 48 |
+
|
| 49 |
+
# Create a blank image
|
| 50 |
+
img = Image.new("RGB", size, hex_color)
|
| 51 |
+
img.save(img_path)
|
| 52 |
+
|
| 53 |
+
# write prompt
|
| 54 |
+
with open(txt_path, "w", encoding="utf-8") as f:
|
| 55 |
+
f.write(prompt_filled)
|
| 56 |
+
|
| 57 |
+
# print(f"Generate: {img_path}, {txt_path} (split={split})")
|
| 58 |
+
|
| 59 |
+
generate_images_and_prompts_with_split(
|
| 60 |
+
"metadata/Variation_5_Color_1.csv",
|
| 61 |
+
base_dir="data/Variation_5/Color_Level_1"
|
| 62 |
+
)
|
| 63 |
+
generate_images_and_prompts_with_split(
|
| 64 |
+
"metadata/Variation_5_Color_2.csv",
|
| 65 |
+
base_dir="data/Variation_5/Color_Level_2"
|
| 66 |
+
)
|
| 67 |
+
generate_images_and_prompts_with_split(
|
| 68 |
+
"metadata/Variation_5_Color_3.csv",
|
| 69 |
+
base_dir="data/Variation_5/Color_Level_3"
|
| 70 |
+
)
|
scripts/generate_image_Variation_6.py
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import csv
|
| 2 |
+
import os
|
| 3 |
+
from PIL import Image
|
| 4 |
+
|
| 5 |
+
def normalize_hex(hex_color: str) -> str:
|
| 6 |
+
"""Make sure the hex color starts with #"""
|
| 7 |
+
if not hex_color:
|
| 8 |
+
return "#000000"
|
| 9 |
+
hex_color = hex_color.strip()
|
| 10 |
+
return hex_color
|
| 11 |
+
|
| 12 |
+
def replace_placeholders(prompt: str, row: dict) -> str:
|
| 13 |
+
"""Replace the placeholder in prompt"""
|
| 14 |
+
color_format = row.get("color_format", "").strip() or "Hex code"
|
| 15 |
+
mapping = {
|
| 16 |
+
"<color_format>": color_format,
|
| 17 |
+
"<color_1>": normalize_hex(row.get("color_1", "")),
|
| 18 |
+
"<color_2>": normalize_hex(row.get("color_2", "")),
|
| 19 |
+
"<color_3>": normalize_hex(row.get("color_3", "")),
|
| 20 |
+
"<color_4>": normalize_hex(row.get("color_4", "")),
|
| 21 |
+
}
|
| 22 |
+
out = prompt
|
| 23 |
+
for k, v in mapping.items():
|
| 24 |
+
if k in out and v:
|
| 25 |
+
out = out.replace(k, v)
|
| 26 |
+
return out
|
| 27 |
+
|
| 28 |
+
def generate_images_and_prompts_with_split(csv_file, base_dir, size=(256, 256)):
|
| 29 |
+
with open(csv_file, "r", encoding="utf-8") as f:
|
| 30 |
+
reader = csv.DictReader(f)
|
| 31 |
+
rows = list(reader)
|
| 32 |
+
|
| 33 |
+
for row in rows:
|
| 34 |
+
id_val = row["id"].strip()
|
| 35 |
+
hex_color = normalize_hex(row.get("color_1", ""))
|
| 36 |
+
prompt_raw = row.get("prompt", "").strip()
|
| 37 |
+
split = (row.get("split") or "train").strip()
|
| 38 |
+
|
| 39 |
+
# Replace the placeholder in prompt
|
| 40 |
+
prompt_filled = replace_placeholders(prompt_raw, row)
|
| 41 |
+
|
| 42 |
+
# out_dir = os.path.join(base_dir, split)
|
| 43 |
+
out_dir = base_dir
|
| 44 |
+
os.makedirs(out_dir, exist_ok=True)
|
| 45 |
+
|
| 46 |
+
img_path = os.path.join(out_dir, f"id_{id_val}.png")
|
| 47 |
+
txt_path = os.path.join(out_dir, f"id_{id_val}.txt")
|
| 48 |
+
|
| 49 |
+
# Create a blank image
|
| 50 |
+
img = Image.new("RGB", size, hex_color)
|
| 51 |
+
img.save(img_path)
|
| 52 |
+
|
| 53 |
+
# write prompt
|
| 54 |
+
with open(txt_path, "w", encoding="utf-8") as f:
|
| 55 |
+
f.write(prompt_filled)
|
| 56 |
+
|
| 57 |
+
#print(f"Generate: {img_path}, {txt_path} (split={split})")
|
| 58 |
+
|
| 59 |
+
|
| 60 |
+
generate_images_and_prompts_with_split(
|
| 61 |
+
"metadata/Variation_6_Color_1.csv",
|
| 62 |
+
base_dir="data/Variation_6/Color_Level_1"
|
| 63 |
+
)
|
| 64 |
+
generate_images_and_prompts_with_split(
|
| 65 |
+
"metadata/Variation_6_Color_2.csv",
|
| 66 |
+
base_dir="data/Variation_6/Color_Level_2"
|
| 67 |
+
)
|
| 68 |
+
generate_images_and_prompts_with_split(
|
| 69 |
+
"metadata/Variation_6_Color_3.csv",
|
| 70 |
+
base_dir="data/Variation_6/Color_Level_3"
|
| 71 |
+
)
|
scripts/generate_metadata_Variation_1.py
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import csv
|
| 2 |
+
import os
|
| 3 |
+
|
| 4 |
+
def merge_prompt_with_colors(prompt_file, color_file, output_file, variation=1, color_level=1):
|
| 5 |
+
# read prompt file
|
| 6 |
+
with open(prompt_file, "r", encoding="utf-8") as f:
|
| 7 |
+
reader = csv.DictReader(f)
|
| 8 |
+
prompts = list(reader)
|
| 9 |
+
|
| 10 |
+
# read color file
|
| 11 |
+
with open(color_file, "r", encoding="utf-8") as f:
|
| 12 |
+
reader = csv.DictReader(f)
|
| 13 |
+
colors = list(reader)
|
| 14 |
+
|
| 15 |
+
merged_rows = []
|
| 16 |
+
id_counter = 1
|
| 17 |
+
for prompt in prompts:
|
| 18 |
+
prompt_text = prompt["prompt"]
|
| 19 |
+
for color in colors:
|
| 20 |
+
hex_val = color.get("hex") or color.get("color") or ""
|
| 21 |
+
merged_rows.append({
|
| 22 |
+
"id": id_counter,
|
| 23 |
+
"prompt": prompt_text,
|
| 24 |
+
"color_1": hex_val,
|
| 25 |
+
"variation": variation,
|
| 26 |
+
"color_level": color_level,
|
| 27 |
+
"split": "test",
|
| 28 |
+
"color_format": "Hex code",
|
| 29 |
+
})
|
| 30 |
+
id_counter += 1
|
| 31 |
+
|
| 32 |
+
output_dir = os.path.dirname(output_file)
|
| 33 |
+
if output_dir and not os.path.exists(output_dir):
|
| 34 |
+
os.makedirs(output_dir, exist_ok=True)
|
| 35 |
+
# write csv
|
| 36 |
+
with open(output_file, "w", newline="", encoding="utf-8") as f:
|
| 37 |
+
writer = csv.DictWriter(f, fieldnames=["id","prompt","color_1","variation","color_level","split","color_format"])
|
| 38 |
+
writer.writeheader()
|
| 39 |
+
writer.writerows(merged_rows)
|
| 40 |
+
|
| 41 |
+
print(f"Generation complete: {output_file}")
|
| 42 |
+
|
| 43 |
+
|
| 44 |
+
merge_prompt_with_colors("raw_config/Variation_1.csv", "raw_config/Color_Level_1.csv", "metadata/Variation_1_Color_1.csv", variation=1, color_level=1)
|
| 45 |
+
merge_prompt_with_colors("raw_config/Variation_1.csv", "raw_config/Color_Level_2.csv", "metadata/Variation_1_Color_2.csv", variation=1, color_level=2)
|
| 46 |
+
merge_prompt_with_colors("raw_config/Variation_1.csv", "raw_config/Color_Level_3.csv", "metadata/Variation_1_Color_3.csv", variation=1, color_level=3)
|
scripts/generate_metadata_Variation_2.py
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import csv
|
| 2 |
+
import random
|
| 3 |
+
import os
|
| 4 |
+
|
| 5 |
+
def merge_prompt_with_two_colors(prompt_file, color_file, output_file, variation=2, color_level=2):
|
| 6 |
+
# read prompt file
|
| 7 |
+
with open(prompt_file, "r", encoding="utf-8") as f:
|
| 8 |
+
reader = csv.DictReader(f)
|
| 9 |
+
prompts = list(reader)
|
| 10 |
+
|
| 11 |
+
# read color file
|
| 12 |
+
with open(color_file, "r", encoding="utf-8") as f:
|
| 13 |
+
reader = csv.DictReader(f)
|
| 14 |
+
colors = list(reader)
|
| 15 |
+
|
| 16 |
+
merged_rows = []
|
| 17 |
+
id_counter = 1
|
| 18 |
+
|
| 19 |
+
for prompt in prompts:
|
| 20 |
+
prompt_text = prompt["prompt"]
|
| 21 |
+
|
| 22 |
+
# Determine direction based on prompt
|
| 23 |
+
lower_text = prompt_text.lower()
|
| 24 |
+
#print(lower_text)
|
| 25 |
+
if any(word in lower_text for word in ["upper", "lower", "top", "bottom"]):
|
| 26 |
+
direction = "h"
|
| 27 |
+
|
| 28 |
+
elif any(word in lower_text for word in ["left", "right"]):
|
| 29 |
+
direction = "v"
|
| 30 |
+
|
| 31 |
+
else:
|
| 32 |
+
#print("unknown",prompt)
|
| 33 |
+
direction = "u" # unknown
|
| 34 |
+
|
| 35 |
+
# Traverse the first color
|
| 36 |
+
for color1 in colors:
|
| 37 |
+
hex1 = color1.get("hex") or color1.get("color") or ""
|
| 38 |
+
|
| 39 |
+
# Randomly select two different color_2
|
| 40 |
+
color2_choices = random.sample(colors, 2)
|
| 41 |
+
|
| 42 |
+
for color2 in color2_choices:
|
| 43 |
+
hex2 = color2.get("hex") or color2.get("color") or ""
|
| 44 |
+
|
| 45 |
+
merged_rows.append({
|
| 46 |
+
"id": id_counter,
|
| 47 |
+
"prompt": prompt_text,
|
| 48 |
+
"direction": direction,
|
| 49 |
+
"color_1": hex1,
|
| 50 |
+
"color_2": hex2,
|
| 51 |
+
"variation": variation,
|
| 52 |
+
"color_level": color_level,
|
| 53 |
+
"split": "test",
|
| 54 |
+
"color_format": "Hex code",
|
| 55 |
+
})
|
| 56 |
+
id_counter += 1
|
| 57 |
+
|
| 58 |
+
|
| 59 |
+
output_dir = os.path.dirname(output_file)
|
| 60 |
+
if output_dir and not os.path.exists(output_dir):
|
| 61 |
+
os.makedirs(output_dir, exist_ok=True)
|
| 62 |
+
# write CSV
|
| 63 |
+
with open(output_file, "w", newline="", encoding="utf-8") as f:
|
| 64 |
+
writer = csv.DictWriter(f, fieldnames=["id","prompt","direction","color_1","color_2","variation","color_level","split","color_format"])
|
| 65 |
+
writer.writeheader()
|
| 66 |
+
writer.writerows(merged_rows)
|
| 67 |
+
|
| 68 |
+
print(f"Generation complete: {output_file}")
|
| 69 |
+
|
| 70 |
+
|
| 71 |
+
random.seed(42)
|
| 72 |
+
merge_prompt_with_two_colors("raw_config/Variation_2.csv", "raw_config/Color_Level_1.csv", "metadata/Variation_2_Color_1.csv", variation=2, color_level=1)
|
| 73 |
+
merge_prompt_with_two_colors("raw_config/Variation_2.csv", "raw_config/Color_Level_2.csv", "metadata/Variation_2_Color_2.csv", variation=2, color_level=2)
|
| 74 |
+
merge_prompt_with_two_colors("raw_config/Variation_2.csv", "raw_config/Color_Level_3.csv", "metadata/Variation_2_Color_3.csv", variation=2, color_level=3)
|
scripts/generate_metadata_Variation_3.py
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import csv
|
| 2 |
+
import random
|
| 3 |
+
import os
|
| 4 |
+
|
| 5 |
+
def merge_prompt_with_four_colors(
|
| 6 |
+
prompt_file,
|
| 7 |
+
color_file,
|
| 8 |
+
output_file,
|
| 9 |
+
variation=3,
|
| 10 |
+
color_level=3,
|
| 11 |
+
samples_per_color1=2 # Choose two different colors_2 for each color_1
|
| 12 |
+
):
|
| 13 |
+
# read prompt
|
| 14 |
+
with open(prompt_file, "r", encoding="utf-8") as f:
|
| 15 |
+
reader = csv.DictReader(f)
|
| 16 |
+
prompts = list(reader)
|
| 17 |
+
|
| 18 |
+
# read color
|
| 19 |
+
with open(color_file, "r", encoding="utf-8") as f:
|
| 20 |
+
reader = csv.DictReader(f)
|
| 21 |
+
colors = list(reader)
|
| 22 |
+
|
| 23 |
+
if len(colors) < samples_per_color1:
|
| 24 |
+
raise ValueError("There are not enough colors to choose two different second colors.")
|
| 25 |
+
|
| 26 |
+
merged_rows = []
|
| 27 |
+
id_counter = 1
|
| 28 |
+
|
| 29 |
+
for prompt in prompts:
|
| 30 |
+
prompt_text = prompt["prompt"]
|
| 31 |
+
|
| 32 |
+
# Iterate through the first color (color_1).
|
| 33 |
+
for color1 in colors:
|
| 34 |
+
hex1 = color1.get("hex") or color1.get("color") or ""
|
| 35 |
+
clean_hex1 = hex1.replace("#", "")
|
| 36 |
+
|
| 37 |
+
# Randomly select two different colors_2 for color_1 (they can be equal to color_1, but they must be different from each other).
|
| 38 |
+
color2_choices = random.sample(colors, samples_per_color1)
|
| 39 |
+
|
| 40 |
+
for color2 in color2_choices:
|
| 41 |
+
hex2 = color2.get("hex") or color2.get("color") or ""
|
| 42 |
+
clean_hex2 = hex2.replace("#", "")
|
| 43 |
+
|
| 44 |
+
# color_3 and color_4 are randomly selected with replacement.
|
| 45 |
+
rand3 = random.choice(colors)
|
| 46 |
+
rand4 = random.choice(colors)
|
| 47 |
+
hex3 = rand3.get("hex") or rand3.get("color") or ""
|
| 48 |
+
hex4 = rand4.get("hex") or rand4.get("color") or ""
|
| 49 |
+
clean_hex3 = hex3.replace("#", "")
|
| 50 |
+
clean_hex4 = hex4.replace("#", "")
|
| 51 |
+
|
| 52 |
+
|
| 53 |
+
merged_rows.append({
|
| 54 |
+
"id": id_counter,
|
| 55 |
+
"prompt": prompt_text,
|
| 56 |
+
"color_1": hex1,
|
| 57 |
+
"color_2": hex2,
|
| 58 |
+
"color_3": hex3,
|
| 59 |
+
"color_4": hex4,
|
| 60 |
+
"variation": variation,
|
| 61 |
+
"color_level": color_level,
|
| 62 |
+
"split": "test",
|
| 63 |
+
"color_format": "Hex code"
|
| 64 |
+
})
|
| 65 |
+
id_counter += 1
|
| 66 |
+
|
| 67 |
+
|
| 68 |
+
output_dir = os.path.dirname(output_file)
|
| 69 |
+
if output_dir and not os.path.exists(output_dir):
|
| 70 |
+
os.makedirs(output_dir, exist_ok=True)
|
| 71 |
+
|
| 72 |
+
# write CSV
|
| 73 |
+
with open(output_file, "w", newline="", encoding="utf-8") as f:
|
| 74 |
+
writer = csv.DictWriter(f, fieldnames=[
|
| 75 |
+
"id","prompt",
|
| 76 |
+
"color_1","color_2","color_3","color_4",
|
| 77 |
+
"variation","color_level","split","color_format"
|
| 78 |
+
])
|
| 79 |
+
writer.writeheader()
|
| 80 |
+
writer.writerows(merged_rows)
|
| 81 |
+
|
| 82 |
+
print(f"Generation complete: {output_file}")
|
| 83 |
+
|
| 84 |
+
random.seed(42)
|
| 85 |
+
merge_prompt_with_four_colors("raw_config/Variation_3.csv", "raw_config/Color_Level_1.csv", "metadata/Variation_3_Color_1.csv", variation=3, color_level=1)
|
| 86 |
+
merge_prompt_with_four_colors("raw_config/Variation_3.csv", "raw_config/Color_Level_2.csv", "metadata/Variation_3_Color_2.csv", variation=3, color_level=2)
|
| 87 |
+
merge_prompt_with_four_colors("raw_config/Variation_3.csv", "raw_config/Color_Level_3.csv", "metadata/Variation_3_Color_3.csv", variation=3, color_level=3)
|
| 88 |
+
|
scripts/generate_metadata_Variation_4.py
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
import csv
|
| 3 |
+
import colorsys
|
| 4 |
+
import os
|
| 5 |
+
|
| 6 |
+
def adjust_lightness(hex_val, factor):
|
| 7 |
+
"""Adjust the brightness based on a given hex color; the factor can be a positive or negative ratio."""
|
| 8 |
+
hex_val = hex_val.lstrip('#')
|
| 9 |
+
r, g, b = tuple(int(hex_val[i:i+2], 16) for i in (0, 2, 4))
|
| 10 |
+
# Convert to HLS
|
| 11 |
+
h, l, s = colorsys.rgb_to_hls(r/255.0, g/255.0, b/255.0)
|
| 12 |
+
# Adjust brightness
|
| 13 |
+
l = max(0, min(1, l + factor))
|
| 14 |
+
r, g, b = colorsys.hls_to_rgb(h, l, s)
|
| 15 |
+
return "#{:02X}{:02X}{:02X}".format(int(round(r*255)), int(round(g*255)), int(round(b*255)))
|
| 16 |
+
|
| 17 |
+
def merge_prompt_with_colors(prompt_file, color_file, output_file, variation=1, color_level=1, range_factor=0.1):
|
| 18 |
+
# read prompt
|
| 19 |
+
with open(prompt_file, "r", encoding="utf-8") as f:
|
| 20 |
+
reader = csv.DictReader(f)
|
| 21 |
+
prompts = list(reader)
|
| 22 |
+
|
| 23 |
+
# read color
|
| 24 |
+
with open(color_file, "r", encoding="utf-8") as f:
|
| 25 |
+
reader = csv.DictReader(f)
|
| 26 |
+
colors = list(reader)
|
| 27 |
+
|
| 28 |
+
merged_rows = []
|
| 29 |
+
id_counter = 1
|
| 30 |
+
for prompt in prompts:
|
| 31 |
+
prompt_text = prompt["prompt"]
|
| 32 |
+
for color in colors:
|
| 33 |
+
hex_val = color.get("hex") or color.get("color") or ""
|
| 34 |
+
split_val = "test"
|
| 35 |
+
merged_rows.append({
|
| 36 |
+
"id": id_counter,
|
| 37 |
+
"prompt": prompt_text,
|
| 38 |
+
"color_target": hex_val, # midpoint of the range
|
| 39 |
+
"color_1": adjust_lightness(hex_val, -range_factor), # lower limit
|
| 40 |
+
"color_2": adjust_lightness(hex_val, +range_factor), # upper limit
|
| 41 |
+
"variation": variation,
|
| 42 |
+
"color_level": color_level,
|
| 43 |
+
"split": split_val,
|
| 44 |
+
"color_format": "Hex code"
|
| 45 |
+
})
|
| 46 |
+
id_counter += 1
|
| 47 |
+
|
| 48 |
+
|
| 49 |
+
output_dir = os.path.dirname(output_file)
|
| 50 |
+
if output_dir and not os.path.exists(output_dir):
|
| 51 |
+
os.makedirs(output_dir, exist_ok=True)
|
| 52 |
+
# write CSV
|
| 53 |
+
with open(output_file, "w", newline="", encoding="utf-8") as f:
|
| 54 |
+
writer = csv.DictWriter(f, fieldnames=["id","prompt","color_target","color_1","color_2","variation","color_level","split","color_format"])
|
| 55 |
+
writer.writeheader()
|
| 56 |
+
writer.writerows(merged_rows)
|
| 57 |
+
|
| 58 |
+
print(f"Generation complete: {output_file}")
|
| 59 |
+
|
| 60 |
+
|
| 61 |
+
merge_prompt_with_colors("raw_config/Variation_4.csv", "raw_config/Color_Level_1.csv", "metadata/Variation_4_Color_1.csv", variation=4, color_level=1)
|
| 62 |
+
merge_prompt_with_colors("raw_config/Variation_4.csv", "raw_config/Color_Level_2.csv", "metadata/Variation_4_Color_2.csv", variation=4, color_level=2)
|
| 63 |
+
merge_prompt_with_colors("raw_config/Variation_4.csv", "raw_config/Color_Level_3.csv", "metadata/Variation_4_Color_3.csv", variation=4, color_level=3)
|
scripts/generate_metadata_Variation_5.py
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
import csv
|
| 3 |
+
import os
|
| 4 |
+
|
| 5 |
+
format_map = {
|
| 6 |
+
"zh": "十六进制代码",
|
| 7 |
+
"fr": "code hexadécimal",
|
| 8 |
+
"en": "Hex code"
|
| 9 |
+
}
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
def merge_prompt_with_colors(prompt_file, color_file, output_file, variation=1, color_level=1):
|
| 13 |
+
format_map = {
|
| 14 |
+
"zh": "十六进制代码",
|
| 15 |
+
"fr": "code hexadécimal",
|
| 16 |
+
"en": "Hex code"
|
| 17 |
+
}
|
| 18 |
+
|
| 19 |
+
# read prompt
|
| 20 |
+
with open(prompt_file, "r", encoding="utf-8") as f:
|
| 21 |
+
reader = csv.DictReader(f)
|
| 22 |
+
prompts = list(reader)
|
| 23 |
+
|
| 24 |
+
# read color
|
| 25 |
+
with open(color_file, "r", encoding="utf-8") as f:
|
| 26 |
+
reader = csv.DictReader(f)
|
| 27 |
+
colors = list(reader)
|
| 28 |
+
|
| 29 |
+
merged_rows = []
|
| 30 |
+
id_counter = 1
|
| 31 |
+
for prompt in prompts:
|
| 32 |
+
prompt_text = prompt["prompt"]
|
| 33 |
+
lang_val = prompt.get("lang", "en").lower()
|
| 34 |
+
localized_format = format_map.get(lang_val, "Hex code")
|
| 35 |
+
|
| 36 |
+
for color in colors:
|
| 37 |
+
hex_val = color.get("hex") or color.get("color") or ""
|
| 38 |
+
split_val = "test"
|
| 39 |
+
|
| 40 |
+
merged_rows.append({
|
| 41 |
+
"id": id_counter,
|
| 42 |
+
"prompt": prompt_text,
|
| 43 |
+
"color_1": hex_val,
|
| 44 |
+
"variation": variation,
|
| 45 |
+
"color_level": color_level,
|
| 46 |
+
"split": split_val,
|
| 47 |
+
"color_format": localized_format,
|
| 48 |
+
"lang": lang_val
|
| 49 |
+
})
|
| 50 |
+
id_counter += 1
|
| 51 |
+
|
| 52 |
+
fieldnames = ["id", "prompt", "color_1", "variation", "color_level", "split", "color_format", "lang"]
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
output_dir = os.path.dirname(output_file)
|
| 56 |
+
if output_dir and not os.path.exists(output_dir):
|
| 57 |
+
os.makedirs(output_dir, exist_ok=True)
|
| 58 |
+
|
| 59 |
+
# write CSV
|
| 60 |
+
with open(output_file, "w", newline="", encoding="utf-8") as f:
|
| 61 |
+
writer = csv.DictWriter(f, fieldnames=fieldnames)
|
| 62 |
+
writer.writeheader()
|
| 63 |
+
writer.writerows(merged_rows)
|
| 64 |
+
|
| 65 |
+
print(f"Generation complete: {output_file} (Contain {id_counter-1} data entries).")
|
| 66 |
+
|
| 67 |
+
|
| 68 |
+
merge_prompt_with_colors("raw_config/Variation_5.csv", "raw_config/Color_Level_1.csv", "metadata/Variation_5_Color_1.csv", variation=5, color_level=1)
|
| 69 |
+
merge_prompt_with_colors("raw_config/Variation_5.csv", "raw_config/Color_Level_2.csv", "metadata/Variation_5_Color_2.csv", variation=5, color_level=2)
|
| 70 |
+
merge_prompt_with_colors("raw_config/Variation_5.csv", "raw_config/Color_Level_3.csv", "metadata/Variation_5_Color_3.csv", variation=5, color_level=3)
|
| 71 |
+
|
scripts/generate_metadata_Variation_6.py
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Variation 6 color_format RGB and HSL
|
| 2 |
+
import csv
|
| 3 |
+
import os
|
| 4 |
+
|
| 5 |
+
import colorsys
|
| 6 |
+
|
| 7 |
+
def hex_to_rgb(hex_val):
|
| 8 |
+
"""#RRGGBB -> rgb(R,G,B)"""
|
| 9 |
+
hex_val = hex_val.lstrip('#')
|
| 10 |
+
r, g, b = tuple(int(hex_val[i:i+2], 16) for i in (0, 2, 4))
|
| 11 |
+
return f"rgb({r}, {g}, {b})"
|
| 12 |
+
|
| 13 |
+
def hex_to_hsl(hex_val):
|
| 14 |
+
"""#RRGGBB -> hsl(H,S%,L%)"""
|
| 15 |
+
hex_val = hex_val.lstrip('#')
|
| 16 |
+
r, g, b = tuple(int(hex_val[i:i+2], 16) for i in (0, 2, 4))
|
| 17 |
+
h, l, s = colorsys.rgb_to_hls(r/255.0, g/255.0, b/255.0)
|
| 18 |
+
# Convert to common HSL representation: H 0–360, S/L 0–100%
|
| 19 |
+
h = int(round(h*360))
|
| 20 |
+
s = int(round(s*100))
|
| 21 |
+
l = int(round(l*100))
|
| 22 |
+
return f"hsl({h}, {s}%, {l}%)"
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
def merge_prompt_with_colors(prompt_file, color_file, output_file, variation=1, color_level=1):
|
| 27 |
+
# read prompt
|
| 28 |
+
with open(prompt_file, "r", encoding="utf-8") as f:
|
| 29 |
+
reader = csv.DictReader(f)
|
| 30 |
+
prompts = list(reader)
|
| 31 |
+
|
| 32 |
+
# read color
|
| 33 |
+
with open(color_file, "r", encoding="utf-8") as f:
|
| 34 |
+
reader = csv.DictReader(f)
|
| 35 |
+
colors = list(reader)
|
| 36 |
+
|
| 37 |
+
merged_rows = []
|
| 38 |
+
id_counter = 1
|
| 39 |
+
for prompt in prompts:
|
| 40 |
+
prompt_text = prompt["prompt"]
|
| 41 |
+
for color in colors:
|
| 42 |
+
hex_val = color.get("hex") or color.get("color") or ""
|
| 43 |
+
|
| 44 |
+
merged_rows.append({
|
| 45 |
+
"id": id_counter,
|
| 46 |
+
"prompt": prompt_text,
|
| 47 |
+
"color_1": hex_to_rgb(hex_val),
|
| 48 |
+
"variation": variation,
|
| 49 |
+
"color_level": color_level,
|
| 50 |
+
"split": "test",
|
| 51 |
+
"color_format": "RGB",
|
| 52 |
+
})
|
| 53 |
+
id_counter += 1
|
| 54 |
+
|
| 55 |
+
for prompt in prompts:
|
| 56 |
+
prompt_text = prompt["prompt"]
|
| 57 |
+
for color in colors:
|
| 58 |
+
hex_val = color.get("hex") or color.get("color") or ""
|
| 59 |
+
|
| 60 |
+
merged_rows.append({
|
| 61 |
+
"id": id_counter,
|
| 62 |
+
"prompt": prompt_text,
|
| 63 |
+
"color_1": hex_to_hsl(hex_val),
|
| 64 |
+
"variation": variation,
|
| 65 |
+
"color_level": color_level,
|
| 66 |
+
"split": "test",
|
| 67 |
+
"color_format": "HSL",
|
| 68 |
+
})
|
| 69 |
+
id_counter += 1
|
| 70 |
+
|
| 71 |
+
output_dir = os.path.dirname(output_file)
|
| 72 |
+
if output_dir and not os.path.exists(output_dir):
|
| 73 |
+
os.makedirs(output_dir, exist_ok=True)
|
| 74 |
+
# write CSV
|
| 75 |
+
with open(output_file, "w", newline="", encoding="utf-8") as f:
|
| 76 |
+
writer = csv.DictWriter(f, fieldnames=["id","prompt","color_1","variation","color_level","split","color_format"])
|
| 77 |
+
writer.writeheader()
|
| 78 |
+
writer.writerows(merged_rows)
|
| 79 |
+
|
| 80 |
+
print(f"Generation complete: {output_file}")
|
| 81 |
+
|
| 82 |
+
|
| 83 |
+
merge_prompt_with_colors("raw_config/Variation_6.csv", "raw_config/Color_Level_1.csv", "metadata/Variation_6_Color_1.csv", variation=6, color_level=1)
|
| 84 |
+
merge_prompt_with_colors("raw_config/Variation_6.csv", "raw_config/Color_Level_2.csv", "metadata/Variation_6_Color_2.csv", variation=6, color_level=2)
|
| 85 |
+
merge_prompt_with_colors("raw_config/Variation_6.csv", "raw_config/Color_Level_3.csv", "metadata/Variation_6_Color_3.csv", variation=6, color_level=3)
|
scripts/make_metadata.py
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import os
|
| 2 |
+
import json
|
| 3 |
+
from tqdm import tqdm
|
| 4 |
+
import re
|
| 5 |
+
|
| 6 |
+
def build_final_metadata():
|
| 7 |
+
base_data_dir = "data"
|
| 8 |
+
output_jsonl = os.path.join(base_data_dir, "metadata.jsonl")
|
| 9 |
+
|
| 10 |
+
entries = []
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
for var_idx in range(1, 7):
|
| 14 |
+
var_dir = os.path.join(base_data_dir, f"Variation_{var_idx}")
|
| 15 |
+
if not os.path.exists(var_dir): continue
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
for lvl_idx in range(1, 4):
|
| 19 |
+
lvl_dir = os.path.join(var_dir, f"Color_Level_{lvl_idx}")
|
| 20 |
+
if not os.path.exists(lvl_dir): continue
|
| 21 |
+
|
| 22 |
+
#print(f"Processing Variation {var_idx}, Color_Level {lvl_idx}...")
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
files = [f for f in os.listdir(lvl_dir) if f.endswith(".png")]
|
| 26 |
+
|
| 27 |
+
# Use lambda to extract the numerical parts and sort them.
|
| 28 |
+
files.sort(key=lambda f: int(re.search(r'\d+', f).group()))
|
| 29 |
+
|
| 30 |
+
for f in tqdm(files):
|
| 31 |
+
id_name = f.replace(".png", "")
|
| 32 |
+
txt_file = os.path.join(lvl_dir, f"{id_name}.txt")
|
| 33 |
+
|
| 34 |
+
# Read the corresponding txt content as a prompt
|
| 35 |
+
prompt_content = ""
|
| 36 |
+
if os.path.exists(txt_file):
|
| 37 |
+
with open(txt_file, "r", encoding="utf-8") as tf:
|
| 38 |
+
prompt_content = tf.read().strip()
|
| 39 |
+
|
| 40 |
+
rel_path = f"Variation_{var_idx}/Color_Level_{lvl_idx}/{f}"
|
| 41 |
+
|
| 42 |
+
entries.append({
|
| 43 |
+
"file_name": rel_path,
|
| 44 |
+
"text": prompt_content,
|
| 45 |
+
"variation": var_idx,
|
| 46 |
+
"color_level": lvl_idx,
|
| 47 |
+
"id": id_name,
|
| 48 |
+
"split": "test"
|
| 49 |
+
})
|
| 50 |
+
|
| 51 |
+
with open(output_jsonl, "w", encoding="utf-8") as out:
|
| 52 |
+
for entry in entries:
|
| 53 |
+
out.write(json.dumps(entry, ensure_ascii=False) + "\n")
|
| 54 |
+
|
| 55 |
+
print(f"total {len(entries)} entries in {output_jsonl}")
|
| 56 |
+
|
| 57 |
+
if __name__ == "__main__":
|
| 58 |
+
build_final_metadata()
|
scripts/run_all.py
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import subprocess
|
| 2 |
+
import os
|
| 3 |
+
|
| 4 |
+
# all scripts
|
| 5 |
+
generation_scripts = [
|
| 6 |
+
"generate_metadata_Variation_1.py",
|
| 7 |
+
"generate_metadata_Variation_2.py",
|
| 8 |
+
"generate_metadata_Variation_3.py",
|
| 9 |
+
"generate_metadata_Variation_4.py",
|
| 10 |
+
"generate_metadata_Variation_5.py",
|
| 11 |
+
"generate_metadata_Variation_6.py",
|
| 12 |
+
"generate_image_Variation_1.py",
|
| 13 |
+
"generate_image_Variation_2.py",
|
| 14 |
+
"generate_image_Variation_3.py",
|
| 15 |
+
"generate_image_Variation_4.py",
|
| 16 |
+
"generate_image_Variation_5.py",
|
| 17 |
+
"generate_image_Variation_6.py",
|
| 18 |
+
"make_metadata.py",
|
| 19 |
+
]
|
| 20 |
+
|
| 21 |
+
print("🚀 Start generating VIOLIN datasets with one click...")
|
| 22 |
+
|
| 23 |
+
for script in generation_scripts:
|
| 24 |
+
script_path = os.path.join("scripts", script)
|
| 25 |
+
print(f"Running: {script} ...")
|
| 26 |
+
|
| 27 |
+
# Use subprocess to run, just like typing python scripts/xxx.py in the terminal.
|
| 28 |
+
result = subprocess.run(["python", script_path], capture_output=True, text=True)
|
| 29 |
+
|
| 30 |
+
if result.returncode == 0:
|
| 31 |
+
print(f"✅ {script} Run successfully")
|
| 32 |
+
else:
|
| 33 |
+
print(f"❌ {script} Run failed! Error message:\n{result.stderr}")
|
| 34 |
+
break
|
| 35 |
+
|
scripts/to_parquet.py
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import pandas as pd
|
| 2 |
+
from datasets import Dataset, Image
|
| 3 |
+
import os
|
| 4 |
+
|
| 5 |
+
|
| 6 |
+
df = pd.read_json("data/metadata.jsonl", lines=True)
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
def full_path(path):
|
| 10 |
+
return os.path.join(os.getcwd(), path)
|
| 11 |
+
|
| 12 |
+
df['image'] = df['file_name'].apply(full_path)
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
ds = Dataset.from_pandas(df)
|
| 16 |
+
ds = ds.cast_column("image", Image())
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
ds.to_parquet("violin-test.parquet", batch_size=10000)
|
violin-test.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38719a71d8a28bcdf74ebac8ed7413b42e1cd8b648f0456ebc856f222c91f9bc
|
| 3 |
+
size 1980276
|