Datasets:
Update dataset to version 2
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +1 -5
- README.md +15 -22
- croissant.json +7 -0
- metadata/Task_Color_Var1_metadata.csv +436 -0
- metadata/Task_Color_Var2_metadata.csv +0 -0
- metadata/Task_Geometric_metadata.csv +0 -0
- metadata/Task_Image_Mask_inpainting_metadata.csv +0 -0
- metadata/Task_Image_Mask_outpainting_metadata.csv +0 -0
- metadata/Task_Image_Mask_random_metadata.csv +0 -0
- metadata/Variation_1_Color_1.csv +0 -131
- metadata/Variation_1_Color_2.csv +0 -291
- 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 +0 -131
- metadata/Variation_4_Color_2.csv +0 -291
- metadata/Variation_4_Color_3.csv +0 -0
- metadata/Variation_5_Color_1.csv +0 -261
- metadata/Variation_5_Color_2.csv +0 -581
- metadata/Variation_5_Color_3.csv +0 -0
- metadata/Variation_6_Color_1.csv +0 -261
- metadata/Variation_6_Color_2.csv +0 -581
- metadata/Variation_6_Color_3.csv +0 -0
- metadata/mapping_file.json +0 -0
- raw_config/Color_Level_1.csv +0 -14
- raw_config/Color_Level_3.csv +0 -261
- raw_config/Task_Color_Var1.csv +16 -0
- raw_config/Task_Color_Var2.csv +21 -0
- raw_config/Task_Geometric.csv +11 -0
- raw_config/Task_Image_Mask.csv +4 -0
- raw_config/Variation_1.csv +0 -11
- raw_config/Variation_2.csv +0 -21
- raw_config/Variation_3.csv +0 -31
- raw_config/Variation_4.csv +0 -11
- raw_config/Variation_5.csv +0 -21
- raw_config/Variation_6.csv +0 -11
- scripts/Task_Image_Mask_extract_mask.py +94 -0
- scripts/Task_Image_Mask_random_mask.py +116 -0
- scripts/{generate_image_Variation_1.py → generate_image_Task_Color_Var1.py} +12 -37
- scripts/{generate_image_Variation_2.py → generate_image_Task_Color_Var2.py} +11 -34
- scripts/generate_image_Task_Geometric.py +55 -0
- scripts/generate_image_Task_Image_Mask.py +52 -0
- scripts/generate_image_Variation_3.py +0 -89
- scripts/generate_image_Variation_4.py +0 -76
- scripts/generate_image_Variation_5.py +0 -70
- scripts/generate_image_Variation_6.py +0 -71
.gitattributes
CHANGED
|
@@ -58,8 +58,4 @@ 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
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
*.txt 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 |
+
*.txt filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
README.md
CHANGED
|
@@ -4,24 +4,26 @@ task_categories:
|
|
| 4 |
- text-to-image
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
-
- zh
|
| 8 |
-
- fr
|
| 9 |
tags:
|
| 10 |
- vision
|
| 11 |
-
- color
|
| 12 |
- evaluation
|
| 13 |
- diagnostic
|
| 14 |
- AI-Obedience
|
| 15 |
pretty_name: VIOLIN
|
| 16 |
size_categories:
|
| 17 |
-
-
|
| 18 |
-
|
| 19 |
configs:
|
| 20 |
- config_name: default
|
| 21 |
data_files:
|
| 22 |
- split: test
|
| 23 |
path: "violin-test.parquet"
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
---
|
| 26 |
|
| 27 |
<div align="left" style="display: flex; align-items: center; gap: 12px; margin-bottom: 5px;">
|
|
@@ -47,7 +49,7 @@ configs:
|
|
| 47 |
</p>
|
| 48 |
|
| 49 |
|
| 50 |
-
**VIOLIN** (VIsual Obedience Level-4 EvaluatIoN) is a diagnostic benchmark designed to assess the **Level-4 Instructional Obedience** of text-to-image generative models.
|
| 51 |
|
| 52 |
While state-of-the-art models can render complex semantic scenes (e.g., "Cyberpunk cityscapes"), they often fail at the most fundamental deterministic tasks: generating a perfectly pure, texture-less color image. VIOLIN provides a rigorous framework to measure this "Paradox of Simplicity."
|
| 53 |
|
|
@@ -59,24 +61,15 @@ Our research identifies two primary obstacles in current generative AI:
|
|
| 59 |
- **Semantic Gravity**: The bias where models follow instructions better when they align with common visual knowledge but fail when context is random or conflicting.
|
| 60 |
|
| 61 |
## 📊 Dataset Structure
|
| 62 |
-
The dataset comprises over 42,000 text-image pairs across 6 variations:
|
| 63 |
|
| 64 |
-
|
|
| 65 |
| :--- | :--- | :--- |
|
| 66 |
-
| **
|
| 67 |
-
| **
|
| 68 |
-
| **
|
| 69 |
-
| **
|
| 70 |
-
| **Variation 5** | Multilingual | Robustness across English, Chinese, and French |
|
| 71 |
-
| **Variation 6** | Color Spaces | Cross-format understanding (Hex, RGB, HSL) |
|
| 72 |
-
|
| 73 |
|
| 74 |
|
| 75 |
-
## 📐 Evaluation Metrics
|
| 76 |
-
We propose a dual-metric approach for evaluating "Minimum Viable Obedience":
|
| 77 |
-
1. **Color Precision**: Measuring the ΔE (CIEDE2000) or Euclidean distance between the generated pixels and the ground truth.
|
| 78 |
-
2. **Color Purity**: Assessing the presence of artifacts, gradients, or unintended textures using variance-based analysis.
|
| 79 |
-
|
| 80 |
## 📁 How to Use
|
| 81 |
You can load the dataset directly via the Hugging Face `datasets` library:
|
| 82 |
|
|
@@ -99,4 +92,4 @@ If you find this dataset or our research helpful, please consider citing our pap
|
|
| 99 |
journal={arXiv preprint arXiv:2603.00166},
|
| 100 |
year={2026}
|
| 101 |
}
|
| 102 |
-
```
|
|
|
|
| 4 |
- text-to-image
|
| 5 |
language:
|
| 6 |
- en
|
|
|
|
|
|
|
| 7 |
tags:
|
| 8 |
- vision
|
|
|
|
| 9 |
- evaluation
|
| 10 |
- diagnostic
|
| 11 |
- AI-Obedience
|
| 12 |
pretty_name: VIOLIN
|
| 13 |
size_categories:
|
| 14 |
+
- 1K<n<10K
|
|
|
|
| 15 |
configs:
|
| 16 |
- config_name: default
|
| 17 |
data_files:
|
| 18 |
- split: test
|
| 19 |
path: "violin-test.parquet"
|
| 20 |
+
rai:
|
| 21 |
+
dataLimitations: "This dataset is focused on specific color/shape combinations and may not cover all real-world visual scenarios."
|
| 22 |
+
dataBiases: "The images are synthetic and may reflect biases inherent in the generative models used."
|
| 23 |
+
personalSensitiveInformation: "None. The dataset contains no PII (Personally Identifiable Information)."
|
| 24 |
+
dataUseCases: "Research on visual reasoning and color-object association in multimodal models."
|
| 25 |
+
dataSocialImpact: "Provides a benchmark for evaluating model alignment with human-centric visual concepts."
|
| 26 |
+
hasSyntheticData: true
|
| 27 |
---
|
| 28 |
|
| 29 |
<div align="left" style="display: flex; align-items: center; gap: 12px; margin-bottom: 5px;">
|
|
|
|
| 49 |
</p>
|
| 50 |
|
| 51 |
|
| 52 |
+
**VIOLIN** (VIsual Obedience Level-4 EvaluatIoN) is a diagnostic benchmark designed to assess the **Level-4 Instructional Obedience** of text-to-image generative models.
|
| 53 |
|
| 54 |
While state-of-the-art models can render complex semantic scenes (e.g., "Cyberpunk cityscapes"), they often fail at the most fundamental deterministic tasks: generating a perfectly pure, texture-less color image. VIOLIN provides a rigorous framework to measure this "Paradox of Simplicity."
|
| 55 |
|
|
|
|
| 61 |
- **Semantic Gravity**: The bias where models follow instructions better when they align with common visual knowledge but fail when context is random or conflicting.
|
| 62 |
|
| 63 |
## 📊 Dataset Structure
|
|
|
|
| 64 |
|
| 65 |
+
| Task | Description | Metrics |
|
| 66 |
| :--- | :--- | :--- |
|
| 67 |
+
| **1. Color purity (single block)** | Full-frame uniform color from ISCC–NBS Level-2. | rgb-ed, lab-00, sd, ced, hf |
|
| 68 |
+
| **2. Color purity (two blocks)** | Two solid regions with horizontal or vertical split. | rgb-ed, lab-00, sd, ced, hf |
|
| 69 |
+
| **3. Geometric shape** | Shapes at fixed position and scale vs. image geometry. | diou, ddist, dsize, dshape, dpure |
|
| 70 |
+
| **4. Image masking** | Apply mask on image. Based on the image in TencentARC [BrushNet](https://github.com/TencentARC/BrushNet). | diou, dbiou, dleak, ddist, dedge |
|
|
|
|
|
|
|
|
|
|
| 71 |
|
| 72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 73 |
## 📁 How to Use
|
| 74 |
You can load the dataset directly via the Hugging Face `datasets` library:
|
| 75 |
|
|
|
|
| 92 |
journal={arXiv preprint arXiv:2603.00166},
|
| 93 |
year={2026}
|
| 94 |
}
|
| 95 |
+
```
|
croissant.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"@context":{"@language":"en","@vocab":"https://schema.org/","arrayShape":"cr:arrayShape","citeAs":"cr:citeAs","column":"cr:column","conformsTo":"dct:conformsTo","containedIn":"cr:containedIn","cr":"http://mlcommons.org/croissant/","data":{"@id":"cr:data","@type":"@json"},"dataBiases":"cr:dataBiases","dataCollection":"cr:dataCollection","dataType":{"@id":"cr:dataType","@type":"@vocab"},"dct":"http://purl.org/dc/terms/","extract":"cr:extract","field":"cr:field","fileProperty":"cr:fileProperty","fileObject":"cr:fileObject","fileSet":"cr:fileSet","format":"cr:format","includes":"cr:includes","isArray":"cr:isArray","isLiveDataset":"cr:isLiveDataset","jsonPath":"cr:jsonPath","key":"cr:key","md5":"cr:md5","parentField":"cr:parentField","path":"cr:path","personalSensitiveInformation":"cr:personalSensitiveInformation","recordSet":"cr:recordSet","references":"cr:references","regex":"cr:regex","repeated":"cr:repeated","replace":"cr:replace","sc":"https://schema.org/","separator":"cr:separator","source":"cr:source","subField":"cr:subField","transform":"cr:transform"},"@type":"sc:Dataset","distribution":[{"@type":"cr:FileObject","@id":"repo","name":"repo","description":"The Hugging Face git repository.","contentUrl":"https://huggingface.co/datasets/Obedience-Violin/Violin/tree/refs%2Fconvert%2Fparquet","encodingFormat":"git+https","sha256":"https://github.com/mlcommons/croissant/issues/80"},{"@type":"cr:FileSet","@id":"parquet-files-for-config-default","containedIn":{"@id":"repo"},"encodingFormat":"application/x-parquet","includes":"default/*/*.parquet"}],"recordSet":[{"@type":"cr:RecordSet","dataType":"cr:Split","key":{"@id":"default_splits/split_name"},"@id":"default_splits","name":"default_splits","description":"Splits for the default config.","field":[{"@type":"cr:Field","@id":"default_splits/split_name","dataType":"sc:Text"}],"data":[{"default_splits/split_name":"test"}]},{"@type":"cr:RecordSet","@id":"default","description":"Obedience-Violin/Violin - 'default' subset","field":[{"@type":"cr:Field","@id":"default/split","dataType":"sc:Text","source":{"fileSet":{"@id":"parquet-files-for-config-default"},"extract":{"fileProperty":"fullpath"},"transform":{"regex":"default/(?:partial-)?(test)/.+parquet$"}},"references":{"field":{"@id":"default_splits/split_name"}}},{"@type":"cr:Field","@id":"default/id","dataType":"sc:Text","source":{"fileSet":{"@id":"parquet-files-for-config-default"},"extract":{"column":"id"}}},{"@type":"cr:Field","@id":"default/prompt","dataType":"sc:Text","source":{"fileSet":{"@id":"parquet-files-for-config-default"},"extract":{"column":"prompt"}}},{"@type":"cr:Field","@id":"default/variation","dataType":"cr:Int64","source":{"fileSet":{"@id":"parquet-files-for-config-default"},"extract":{"column":"variation"}}},{"@type":"cr:Field","@id":"default/ground_truth","dataType":"sc:ImageObject","source":{"fileSet":{"@id":"parquet-files-for-config-default"},"extract":{"column":"ground_truth"},"transform":{"jsonPath":"bytes"}}},{"@type":"cr:Field","@id":"default/color_1","dataType":"sc:Text","source":{"fileSet":{"@id":"parquet-files-for-config-default"},"extract":{"column":"color_1"}}},{"@type":"cr:Field","@id":"default/color_2","dataType":"sc:Text","source":{"fileSet":{"@id":"parquet-files-for-config-default"},"extract":{"column":"color_2"}}},{"@type":"cr:Field","@id":"default/hex_val_1","dataType":"sc:Text","source":{"fileSet":{"@id":"parquet-files-for-config-default"},"extract":{"column":"hex_val_1"}}},{"@type":"cr:Field","@id":"default/hex_val_2","dataType":"sc:Text","source":{"fileSet":{"@id":"parquet-files-for-config-default"},"extract":{"column":"hex_val_2"}}},{"@type":"cr:Field","@id":"default/direction","dataType":"sc:Text","source":{"fileSet":{"@id":"parquet-files-for-config-default"},"extract":{"column":"direction"}}},{"@type":"cr:Field","@id":"default/shape","dataType":"sc:Text","source":{"fileSet":{"@id":"parquet-files-for-config-default"},"extract":{"column":"shape"}}},{"@type":"cr:Field","@id":"default/position","dataType":"sc:Text","source":{"fileSet":{"@id":"parquet-files-for-config-default"},"extract":{"column":"position"}}},{"@type":"cr:Field","@id":"default/size_ratio","dataType":"sc:Text","source":{"fileSet":{"@id":"parquet-files-for-config-default"},"extract":{"column":"size_ratio"}}},{"@type":"cr:Field","@id":"default/center_x","dataType":"sc:Text","source":{"fileSet":{"@id":"parquet-files-for-config-default"},"extract":{"column":"center_x"}}},{"@type":"cr:Field","@id":"default/center_y","dataType":"sc:Text","source":{"fileSet":{"@id":"parquet-files-for-config-default"},"extract":{"column":"center_y"}}},{"@type":"cr:Field","@id":"default/mask_type","dataType":"sc:Text","source":{"fileSet":{"@id":"parquet-files-for-config-default"},"extract":{"column":"mask_type"}}},{"@type":"cr:Field","@id":"default/image_id","dataType":"sc:Text","source":{"fileSet":{"@id":"parquet-files-for-config-default"},"extract":{"column":"image_id"}}},{"@type":"cr:Field","@id":"default/image1_path","dataType":"sc:ImageObject","source":{"fileSet":{"@id":"parquet-files-for-config-default"},"extract":{"column":"image1_path"},"transform":{"jsonPath":"bytes"}}},{"@type":"cr:Field","@id":"default/image2_path","dataType":"sc:ImageObject","source":{"fileSet":{"@id":"parquet-files-for-config-default"},"extract":{"column":"image2_path"},"transform":{"jsonPath":"bytes"}}}]}],"conformsTo":"http://mlcommons.org/croissant/1.1","name":"Violin","description":"Obedience-Violin/Violin dataset hosted on Hugging Face and contributed by the HF Datasets community","alternateName":["Obedience-Violin/Violin","VIOLIN"],"creator":{"@type":"Person","name":"Violin","url":"https://huggingface.co/Obedience-Violin"},"keywords":["text-to-image","English","cc-by-4.0","1K - 10K","parquet","Image","Text","Datasets","pandas","Polars","Croissant","🇺🇸 Region: US","vision","evaluation","diagnostic","AI-Obedience"],"license":"https://choosealicense.com/licenses/cc-by-4.0/","url":"https://huggingface.co/datasets/Obedience-Violin/Violin",
|
| 2 |
+
"rai:dataLimitations": "This dataset is focused on specific color/shape combinations and may not cover all real-world visual scenarios.",
|
| 3 |
+
"rai:dataBiases": "The images are synthetic and may reflect biases inherent in the generative models used.",
|
| 4 |
+
"rai:personalSensitiveInformation": "None. The dataset contains no PII (Personally Identifiable Information).",
|
| 5 |
+
"rai:dataUseCases": "Research on visual reasoning and color-object association in multimodal models.",
|
| 6 |
+
"rai:dataSocialImpact": "Provides a benchmark for evaluating model alignment with human-centric visual concepts.",
|
| 7 |
+
"rai:hasSyntheticData": true}
|
metadata/Task_Color_Var1_metadata.csv
ADDED
|
@@ -0,0 +1,436 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,prompt,color_1,task,hex_val_1
|
| 2 |
+
1,Generate an image with pure pink color.,pink color,1,#E68697
|
| 3 |
+
2,Generate an image with pure red color.,red color,1,#B92842
|
| 4 |
+
3,Generate an image with pure yellowish pink.,yellowish pink,1,#EA9A90
|
| 5 |
+
4,Generate an image with pure reddish orange.,reddish orange,1,#D7472A
|
| 6 |
+
5,Generate an image with pure reddish brown.,reddish brown,1,#7A2C26
|
| 7 |
+
6,Generate an image with pure orange color.,orange color,1,#DC7D34
|
| 8 |
+
7,Generate an image with pure brown color.,brown color,1,#7F4829
|
| 9 |
+
8,Generate an image with pure orange yellow.,orange yellow,1,#E3A045
|
| 10 |
+
9,Generate an image with pure yellowish brown.,yellowish brown,1,#976B39
|
| 11 |
+
10,Generate an image with pure yellow color.,yellow color,1,#D9B451
|
| 12 |
+
11,Generate an image with pure olive brown.,olive brown,1,#7F6129
|
| 13 |
+
12,Generate an image with pure greenish yellow.,greenish yellow,1,#D0C445
|
| 14 |
+
13,Generate an image with pure olive color.,olive color,1,#72672C
|
| 15 |
+
14,Generate an image with pure yellow green.,yellow green,1,#A0C245
|
| 16 |
+
15,Generate an image with pure olive green.,olive green,1,#3E501F
|
| 17 |
+
16,Generate an image with pure yellowish green.,yellowish green,1,#4AC34D
|
| 18 |
+
17,Generate an image with pure green color.,green color,1,#4FBF9A
|
| 19 |
+
18,Generate an image with pure bluish green.,bluish green,1,#43BDB8
|
| 20 |
+
19,Generate an image with pure greenish blue.,greenish blue,1,#3EA6C6
|
| 21 |
+
20,Generate an image with pure blue color.,blue color,1,#3B74C0
|
| 22 |
+
21,Generate an image with pure purplish blue.,purplish blue,1,#4F47C6
|
| 23 |
+
22,Generate an image with pure violet color.,violet color,1,#7842C5
|
| 24 |
+
23,Generate an image with pure purple color.,purple color,1,#AC4AC3
|
| 25 |
+
24,Generate an image with pure reddish purple.,reddish purple,1,#BB30A4
|
| 26 |
+
25,Generate an image with pure purplish pink.,purplish pink,1,#E589BF
|
| 27 |
+
26,Generate an image with pure purplish red.,purplish red,1,#BA2B77
|
| 28 |
+
27,Generate an image with pure white color.,white color,1,#E7E1E9
|
| 29 |
+
28,Generate an image with pure gray color.,gray color,1,#938E93
|
| 30 |
+
29,Generate an image with pure black color.,black color,1,#2B292B
|
| 31 |
+
30,Create a solid background in pink color.,pink color,1,#E68697
|
| 32 |
+
31,Create a solid background in red color.,red color,1,#B92842
|
| 33 |
+
32,Create a solid background in yellowish pink.,yellowish pink,1,#EA9A90
|
| 34 |
+
33,Create a solid background in reddish orange.,reddish orange,1,#D7472A
|
| 35 |
+
34,Create a solid background in reddish brown.,reddish brown,1,#7A2C26
|
| 36 |
+
35,Create a solid background in orange color.,orange color,1,#DC7D34
|
| 37 |
+
36,Create a solid background in brown color.,brown color,1,#7F4829
|
| 38 |
+
37,Create a solid background in orange yellow.,orange yellow,1,#E3A045
|
| 39 |
+
38,Create a solid background in yellowish brown.,yellowish brown,1,#976B39
|
| 40 |
+
39,Create a solid background in yellow color.,yellow color,1,#D9B451
|
| 41 |
+
40,Create a solid background in olive brown.,olive brown,1,#7F6129
|
| 42 |
+
41,Create a solid background in greenish yellow.,greenish yellow,1,#D0C445
|
| 43 |
+
42,Create a solid background in olive color.,olive color,1,#72672C
|
| 44 |
+
43,Create a solid background in yellow green.,yellow green,1,#A0C245
|
| 45 |
+
44,Create a solid background in olive green.,olive green,1,#3E501F
|
| 46 |
+
45,Create a solid background in yellowish green.,yellowish green,1,#4AC34D
|
| 47 |
+
46,Create a solid background in green color.,green color,1,#4FBF9A
|
| 48 |
+
47,Create a solid background in bluish green.,bluish green,1,#43BDB8
|
| 49 |
+
48,Create a solid background in greenish blue.,greenish blue,1,#3EA6C6
|
| 50 |
+
49,Create a solid background in blue color.,blue color,1,#3B74C0
|
| 51 |
+
50,Create a solid background in purplish blue.,purplish blue,1,#4F47C6
|
| 52 |
+
51,Create a solid background in violet color.,violet color,1,#7842C5
|
| 53 |
+
52,Create a solid background in purple color.,purple color,1,#AC4AC3
|
| 54 |
+
53,Create a solid background in reddish purple.,reddish purple,1,#BB30A4
|
| 55 |
+
54,Create a solid background in purplish pink.,purplish pink,1,#E589BF
|
| 56 |
+
55,Create a solid background in purplish red.,purplish red,1,#BA2B77
|
| 57 |
+
56,Create a solid background in white color.,white color,1,#E7E1E9
|
| 58 |
+
57,Create a solid background in gray color.,gray color,1,#938E93
|
| 59 |
+
58,Create a solid background in black color.,black color,1,#2B292B
|
| 60 |
+
59,Create a featureless surface entirely filled with pink color.,pink color,1,#E68697
|
| 61 |
+
60,Create a featureless surface entirely filled with red color.,red color,1,#B92842
|
| 62 |
+
61,Create a featureless surface entirely filled with yellowish pink.,yellowish pink,1,#EA9A90
|
| 63 |
+
62,Create a featureless surface entirely filled with reddish orange.,reddish orange,1,#D7472A
|
| 64 |
+
63,Create a featureless surface entirely filled with reddish brown.,reddish brown,1,#7A2C26
|
| 65 |
+
64,Create a featureless surface entirely filled with orange color.,orange color,1,#DC7D34
|
| 66 |
+
65,Create a featureless surface entirely filled with brown color.,brown color,1,#7F4829
|
| 67 |
+
66,Create a featureless surface entirely filled with orange yellow.,orange yellow,1,#E3A045
|
| 68 |
+
67,Create a featureless surface entirely filled with yellowish brown.,yellowish brown,1,#976B39
|
| 69 |
+
68,Create a featureless surface entirely filled with yellow color.,yellow color,1,#D9B451
|
| 70 |
+
69,Create a featureless surface entirely filled with olive brown.,olive brown,1,#7F6129
|
| 71 |
+
70,Create a featureless surface entirely filled with greenish yellow.,greenish yellow,1,#D0C445
|
| 72 |
+
71,Create a featureless surface entirely filled with olive color.,olive color,1,#72672C
|
| 73 |
+
72,Create a featureless surface entirely filled with yellow green.,yellow green,1,#A0C245
|
| 74 |
+
73,Create a featureless surface entirely filled with olive green.,olive green,1,#3E501F
|
| 75 |
+
74,Create a featureless surface entirely filled with yellowish green.,yellowish green,1,#4AC34D
|
| 76 |
+
75,Create a featureless surface entirely filled with green color.,green color,1,#4FBF9A
|
| 77 |
+
76,Create a featureless surface entirely filled with bluish green.,bluish green,1,#43BDB8
|
| 78 |
+
77,Create a featureless surface entirely filled with greenish blue.,greenish blue,1,#3EA6C6
|
| 79 |
+
78,Create a featureless surface entirely filled with blue color.,blue color,1,#3B74C0
|
| 80 |
+
79,Create a featureless surface entirely filled with purplish blue.,purplish blue,1,#4F47C6
|
| 81 |
+
80,Create a featureless surface entirely filled with violet color.,violet color,1,#7842C5
|
| 82 |
+
81,Create a featureless surface entirely filled with purple color.,purple color,1,#AC4AC3
|
| 83 |
+
82,Create a featureless surface entirely filled with reddish purple.,reddish purple,1,#BB30A4
|
| 84 |
+
83,Create a featureless surface entirely filled with purplish pink.,purplish pink,1,#E589BF
|
| 85 |
+
84,Create a featureless surface entirely filled with purplish red.,purplish red,1,#BA2B77
|
| 86 |
+
85,Create a featureless surface entirely filled with white color.,white color,1,#E7E1E9
|
| 87 |
+
86,Create a featureless surface entirely filled with gray color.,gray color,1,#938E93
|
| 88 |
+
87,Create a featureless surface entirely filled with black color.,black color,1,#2B292B
|
| 89 |
+
88,Produce a flat backdrop entirely in pink color.,pink color,1,#E68697
|
| 90 |
+
89,Produce a flat backdrop entirely in red color.,red color,1,#B92842
|
| 91 |
+
90,Produce a flat backdrop entirely in yellowish pink.,yellowish pink,1,#EA9A90
|
| 92 |
+
91,Produce a flat backdrop entirely in reddish orange.,reddish orange,1,#D7472A
|
| 93 |
+
92,Produce a flat backdrop entirely in reddish brown.,reddish brown,1,#7A2C26
|
| 94 |
+
93,Produce a flat backdrop entirely in orange color.,orange color,1,#DC7D34
|
| 95 |
+
94,Produce a flat backdrop entirely in brown color.,brown color,1,#7F4829
|
| 96 |
+
95,Produce a flat backdrop entirely in orange yellow.,orange yellow,1,#E3A045
|
| 97 |
+
96,Produce a flat backdrop entirely in yellowish brown.,yellowish brown,1,#976B39
|
| 98 |
+
97,Produce a flat backdrop entirely in yellow color.,yellow color,1,#D9B451
|
| 99 |
+
98,Produce a flat backdrop entirely in olive brown.,olive brown,1,#7F6129
|
| 100 |
+
99,Produce a flat backdrop entirely in greenish yellow.,greenish yellow,1,#D0C445
|
| 101 |
+
100,Produce a flat backdrop entirely in olive color.,olive color,1,#72672C
|
| 102 |
+
101,Produce a flat backdrop entirely in yellow green.,yellow green,1,#A0C245
|
| 103 |
+
102,Produce a flat backdrop entirely in olive green.,olive green,1,#3E501F
|
| 104 |
+
103,Produce a flat backdrop entirely in yellowish green.,yellowish green,1,#4AC34D
|
| 105 |
+
104,Produce a flat backdrop entirely in green color.,green color,1,#4FBF9A
|
| 106 |
+
105,Produce a flat backdrop entirely in bluish green.,bluish green,1,#43BDB8
|
| 107 |
+
106,Produce a flat backdrop entirely in greenish blue.,greenish blue,1,#3EA6C6
|
| 108 |
+
107,Produce a flat backdrop entirely in blue color.,blue color,1,#3B74C0
|
| 109 |
+
108,Produce a flat backdrop entirely in purplish blue.,purplish blue,1,#4F47C6
|
| 110 |
+
109,Produce a flat backdrop entirely in violet color.,violet color,1,#7842C5
|
| 111 |
+
110,Produce a flat backdrop entirely in purple color.,purple color,1,#AC4AC3
|
| 112 |
+
111,Produce a flat backdrop entirely in reddish purple.,reddish purple,1,#BB30A4
|
| 113 |
+
112,Produce a flat backdrop entirely in purplish pink.,purplish pink,1,#E589BF
|
| 114 |
+
113,Produce a flat backdrop entirely in purplish red.,purplish red,1,#BA2B77
|
| 115 |
+
114,Produce a flat backdrop entirely in white color.,white color,1,#E7E1E9
|
| 116 |
+
115,Produce a flat backdrop entirely in gray color.,gray color,1,#938E93
|
| 117 |
+
116,Produce a flat backdrop entirely in black color.,black color,1,#2B292B
|
| 118 |
+
117,Generate a plain background in pink color.,pink color,1,#E68697
|
| 119 |
+
118,Generate a plain background in red color.,red color,1,#B92842
|
| 120 |
+
119,Generate a plain background in yellowish pink.,yellowish pink,1,#EA9A90
|
| 121 |
+
120,Generate a plain background in reddish orange.,reddish orange,1,#D7472A
|
| 122 |
+
121,Generate a plain background in reddish brown.,reddish brown,1,#7A2C26
|
| 123 |
+
122,Generate a plain background in orange color.,orange color,1,#DC7D34
|
| 124 |
+
123,Generate a plain background in brown color.,brown color,1,#7F4829
|
| 125 |
+
124,Generate a plain background in orange yellow.,orange yellow,1,#E3A045
|
| 126 |
+
125,Generate a plain background in yellowish brown.,yellowish brown,1,#976B39
|
| 127 |
+
126,Generate a plain background in yellow color.,yellow color,1,#D9B451
|
| 128 |
+
127,Generate a plain background in olive brown.,olive brown,1,#7F6129
|
| 129 |
+
128,Generate a plain background in greenish yellow.,greenish yellow,1,#D0C445
|
| 130 |
+
129,Generate a plain background in olive color.,olive color,1,#72672C
|
| 131 |
+
130,Generate a plain background in yellow green.,yellow green,1,#A0C245
|
| 132 |
+
131,Generate a plain background in olive green.,olive green,1,#3E501F
|
| 133 |
+
132,Generate a plain background in yellowish green.,yellowish green,1,#4AC34D
|
| 134 |
+
133,Generate a plain background in green color.,green color,1,#4FBF9A
|
| 135 |
+
134,Generate a plain background in bluish green.,bluish green,1,#43BDB8
|
| 136 |
+
135,Generate a plain background in greenish blue.,greenish blue,1,#3EA6C6
|
| 137 |
+
136,Generate a plain background in blue color.,blue color,1,#3B74C0
|
| 138 |
+
137,Generate a plain background in purplish blue.,purplish blue,1,#4F47C6
|
| 139 |
+
138,Generate a plain background in violet color.,violet color,1,#7842C5
|
| 140 |
+
139,Generate a plain background in purple color.,purple color,1,#AC4AC3
|
| 141 |
+
140,Generate a plain background in reddish purple.,reddish purple,1,#BB30A4
|
| 142 |
+
141,Generate a plain background in purplish pink.,purplish pink,1,#E589BF
|
| 143 |
+
142,Generate a plain background in purplish red.,purplish red,1,#BA2B77
|
| 144 |
+
143,Generate a plain background in white color.,white color,1,#E7E1E9
|
| 145 |
+
144,Generate a plain background in gray color.,gray color,1,#938E93
|
| 146 |
+
145,Generate a plain background in black color.,black color,1,#2B292B
|
| 147 |
+
146,"Generate a perfectly uniform image in pink color. No texture, no gradient, no shadows.",pink color,1,#E68697
|
| 148 |
+
147,"Generate a perfectly uniform image in red color. No texture, no gradient, no shadows.",red color,1,#B92842
|
| 149 |
+
148,"Generate a perfectly uniform image in yellowish pink. No texture, no gradient, no shadows.",yellowish pink,1,#EA9A90
|
| 150 |
+
149,"Generate a perfectly uniform image in reddish orange. No texture, no gradient, no shadows.",reddish orange,1,#D7472A
|
| 151 |
+
150,"Generate a perfectly uniform image in reddish brown. No texture, no gradient, no shadows.",reddish brown,1,#7A2C26
|
| 152 |
+
151,"Generate a perfectly uniform image in orange color. No texture, no gradient, no shadows.",orange color,1,#DC7D34
|
| 153 |
+
152,"Generate a perfectly uniform image in brown color. No texture, no gradient, no shadows.",brown color,1,#7F4829
|
| 154 |
+
153,"Generate a perfectly uniform image in orange yellow. No texture, no gradient, no shadows.",orange yellow,1,#E3A045
|
| 155 |
+
154,"Generate a perfectly uniform image in yellowish brown. No texture, no gradient, no shadows.",yellowish brown,1,#976B39
|
| 156 |
+
155,"Generate a perfectly uniform image in yellow color. No texture, no gradient, no shadows.",yellow color,1,#D9B451
|
| 157 |
+
156,"Generate a perfectly uniform image in olive brown. No texture, no gradient, no shadows.",olive brown,1,#7F6129
|
| 158 |
+
157,"Generate a perfectly uniform image in greenish yellow. No texture, no gradient, no shadows.",greenish yellow,1,#D0C445
|
| 159 |
+
158,"Generate a perfectly uniform image in olive color. No texture, no gradient, no shadows.",olive color,1,#72672C
|
| 160 |
+
159,"Generate a perfectly uniform image in yellow green. No texture, no gradient, no shadows.",yellow green,1,#A0C245
|
| 161 |
+
160,"Generate a perfectly uniform image in olive green. No texture, no gradient, no shadows.",olive green,1,#3E501F
|
| 162 |
+
161,"Generate a perfectly uniform image in yellowish green. No texture, no gradient, no shadows.",yellowish green,1,#4AC34D
|
| 163 |
+
162,"Generate a perfectly uniform image in green color. No texture, no gradient, no shadows.",green color,1,#4FBF9A
|
| 164 |
+
163,"Generate a perfectly uniform image in bluish green. No texture, no gradient, no shadows.",bluish green,1,#43BDB8
|
| 165 |
+
164,"Generate a perfectly uniform image in greenish blue. No texture, no gradient, no shadows.",greenish blue,1,#3EA6C6
|
| 166 |
+
165,"Generate a perfectly uniform image in blue color. No texture, no gradient, no shadows.",blue color,1,#3B74C0
|
| 167 |
+
166,"Generate a perfectly uniform image in purplish blue. No texture, no gradient, no shadows.",purplish blue,1,#4F47C6
|
| 168 |
+
167,"Generate a perfectly uniform image in violet color. No texture, no gradient, no shadows.",violet color,1,#7842C5
|
| 169 |
+
168,"Generate a perfectly uniform image in purple color. No texture, no gradient, no shadows.",purple color,1,#AC4AC3
|
| 170 |
+
169,"Generate a perfectly uniform image in reddish purple. No texture, no gradient, no shadows.",reddish purple,1,#BB30A4
|
| 171 |
+
170,"Generate a perfectly uniform image in purplish pink. No texture, no gradient, no shadows.",purplish pink,1,#E589BF
|
| 172 |
+
171,"Generate a perfectly uniform image in purplish red. No texture, no gradient, no shadows.",purplish red,1,#BA2B77
|
| 173 |
+
172,"Generate a perfectly uniform image in white color. No texture, no gradient, no shadows.",white color,1,#E7E1E9
|
| 174 |
+
173,"Generate a perfectly uniform image in gray color. No texture, no gradient, no shadows.",gray color,1,#938E93
|
| 175 |
+
174,"Generate a perfectly uniform image in black color. No texture, no gradient, no shadows.",black color,1,#2B292B
|
| 176 |
+
175,Create a flat surface in pink color. Ensure the color is exact with no variation.,pink color,1,#E68697
|
| 177 |
+
176,Create a flat surface in red color. Ensure the color is exact with no variation.,red color,1,#B92842
|
| 178 |
+
177,Create a flat surface in yellowish pink. Ensure the color is exact with no variation.,yellowish pink,1,#EA9A90
|
| 179 |
+
178,Create a flat surface in reddish orange. Ensure the color is exact with no variation.,reddish orange,1,#D7472A
|
| 180 |
+
179,Create a flat surface in reddish brown. Ensure the color is exact with no variation.,reddish brown,1,#7A2C26
|
| 181 |
+
180,Create a flat surface in orange color. Ensure the color is exact with no variation.,orange color,1,#DC7D34
|
| 182 |
+
181,Create a flat surface in brown color. Ensure the color is exact with no variation.,brown color,1,#7F4829
|
| 183 |
+
182,Create a flat surface in orange yellow. Ensure the color is exact with no variation.,orange yellow,1,#E3A045
|
| 184 |
+
183,Create a flat surface in yellowish brown. Ensure the color is exact with no variation.,yellowish brown,1,#976B39
|
| 185 |
+
184,Create a flat surface in yellow color. Ensure the color is exact with no variation.,yellow color,1,#D9B451
|
| 186 |
+
185,Create a flat surface in olive brown. Ensure the color is exact with no variation.,olive brown,1,#7F6129
|
| 187 |
+
186,Create a flat surface in greenish yellow. Ensure the color is exact with no variation.,greenish yellow,1,#D0C445
|
| 188 |
+
187,Create a flat surface in olive color. Ensure the color is exact with no variation.,olive color,1,#72672C
|
| 189 |
+
188,Create a flat surface in yellow green. Ensure the color is exact with no variation.,yellow green,1,#A0C245
|
| 190 |
+
189,Create a flat surface in olive green. Ensure the color is exact with no variation.,olive green,1,#3E501F
|
| 191 |
+
190,Create a flat surface in yellowish green. Ensure the color is exact with no variation.,yellowish green,1,#4AC34D
|
| 192 |
+
191,Create a flat surface in green color. Ensure the color is exact with no variation.,green color,1,#4FBF9A
|
| 193 |
+
192,Create a flat surface in bluish green. Ensure the color is exact with no variation.,bluish green,1,#43BDB8
|
| 194 |
+
193,Create a flat surface in greenish blue. Ensure the color is exact with no variation.,greenish blue,1,#3EA6C6
|
| 195 |
+
194,Create a flat surface in blue color. Ensure the color is exact with no variation.,blue color,1,#3B74C0
|
| 196 |
+
195,Create a flat surface in purplish blue. Ensure the color is exact with no variation.,purplish blue,1,#4F47C6
|
| 197 |
+
196,Create a flat surface in violet color. Ensure the color is exact with no variation.,violet color,1,#7842C5
|
| 198 |
+
197,Create a flat surface in purple color. Ensure the color is exact with no variation.,purple color,1,#AC4AC3
|
| 199 |
+
198,Create a flat surface in reddish purple. Ensure the color is exact with no variation.,reddish purple,1,#BB30A4
|
| 200 |
+
199,Create a flat surface in purplish pink. Ensure the color is exact with no variation.,purplish pink,1,#E589BF
|
| 201 |
+
200,Create a flat surface in purplish red. Ensure the color is exact with no variation.,purplish red,1,#BA2B77
|
| 202 |
+
201,Create a flat surface in white color. Ensure the color is exact with no variation.,white color,1,#E7E1E9
|
| 203 |
+
202,Create a flat surface in gray color. Ensure the color is exact with no variation.,gray color,1,#938E93
|
| 204 |
+
203,Create a flat surface in black color. Ensure the color is exact with no variation.,black color,1,#2B292B
|
| 205 |
+
204,Render a solid background in pink color. The output must be consistent across the entire image.,pink color,1,#E68697
|
| 206 |
+
205,Render a solid background in red color. The output must be consistent across the entire image.,red color,1,#B92842
|
| 207 |
+
206,Render a solid background in yellowish pink. The output must be consistent across the entire image.,yellowish pink,1,#EA9A90
|
| 208 |
+
207,Render a solid background in reddish orange. The output must be consistent across the entire image.,reddish orange,1,#D7472A
|
| 209 |
+
208,Render a solid background in reddish brown. The output must be consistent across the entire image.,reddish brown,1,#7A2C26
|
| 210 |
+
209,Render a solid background in orange color. The output must be consistent across the entire image.,orange color,1,#DC7D34
|
| 211 |
+
210,Render a solid background in brown color. The output must be consistent across the entire image.,brown color,1,#7F4829
|
| 212 |
+
211,Render a solid background in orange yellow. The output must be consistent across the entire image.,orange yellow,1,#E3A045
|
| 213 |
+
212,Render a solid background in yellowish brown. The output must be consistent across the entire image.,yellowish brown,1,#976B39
|
| 214 |
+
213,Render a solid background in yellow color. The output must be consistent across the entire image.,yellow color,1,#D9B451
|
| 215 |
+
214,Render a solid background in olive brown. The output must be consistent across the entire image.,olive brown,1,#7F6129
|
| 216 |
+
215,Render a solid background in greenish yellow. The output must be consistent across the entire image.,greenish yellow,1,#D0C445
|
| 217 |
+
216,Render a solid background in olive color. The output must be consistent across the entire image.,olive color,1,#72672C
|
| 218 |
+
217,Render a solid background in yellow green. The output must be consistent across the entire image.,yellow green,1,#A0C245
|
| 219 |
+
218,Render a solid background in olive green. The output must be consistent across the entire image.,olive green,1,#3E501F
|
| 220 |
+
219,Render a solid background in yellowish green. The output must be consistent across the entire image.,yellowish green,1,#4AC34D
|
| 221 |
+
220,Render a solid background in green color. The output must be consistent across the entire image.,green color,1,#4FBF9A
|
| 222 |
+
221,Render a solid background in bluish green. The output must be consistent across the entire image.,bluish green,1,#43BDB8
|
| 223 |
+
222,Render a solid background in greenish blue. The output must be consistent across the entire image.,greenish blue,1,#3EA6C6
|
| 224 |
+
223,Render a solid background in blue color. The output must be consistent across the entire image.,blue color,1,#3B74C0
|
| 225 |
+
224,Render a solid background in purplish blue. The output must be consistent across the entire image.,purplish blue,1,#4F47C6
|
| 226 |
+
225,Render a solid background in violet color. The output must be consistent across the entire image.,violet color,1,#7842C5
|
| 227 |
+
226,Render a solid background in purple color. The output must be consistent across the entire image.,purple color,1,#AC4AC3
|
| 228 |
+
227,Render a solid background in reddish purple. The output must be consistent across the entire image.,reddish purple,1,#BB30A4
|
| 229 |
+
228,Render a solid background in purplish pink. The output must be consistent across the entire image.,purplish pink,1,#E589BF
|
| 230 |
+
229,Render a solid background in purplish red. The output must be consistent across the entire image.,purplish red,1,#BA2B77
|
| 231 |
+
230,Render a solid background in white color. The output must be consistent across the entire image.,white color,1,#E7E1E9
|
| 232 |
+
231,Render a solid background in gray color. The output must be consistent across the entire image.,gray color,1,#938E93
|
| 233 |
+
232,Render a solid background in black color. The output must be consistent across the entire image.,black color,1,#2B292B
|
| 234 |
+
233,Produce a seamless fill of pink color. The specified color must be matched exactly.,pink color,1,#E68697
|
| 235 |
+
234,Produce a seamless fill of red color. The specified color must be matched exactly.,red color,1,#B92842
|
| 236 |
+
235,Produce a seamless fill of yellowish pink. The specified color must be matched exactly.,yellowish pink,1,#EA9A90
|
| 237 |
+
236,Produce a seamless fill of reddish orange. The specified color must be matched exactly.,reddish orange,1,#D7472A
|
| 238 |
+
237,Produce a seamless fill of reddish brown. The specified color must be matched exactly.,reddish brown,1,#7A2C26
|
| 239 |
+
238,Produce a seamless fill of orange color. The specified color must be matched exactly.,orange color,1,#DC7D34
|
| 240 |
+
239,Produce a seamless fill of brown color. The specified color must be matched exactly.,brown color,1,#7F4829
|
| 241 |
+
240,Produce a seamless fill of orange yellow. The specified color must be matched exactly.,orange yellow,1,#E3A045
|
| 242 |
+
241,Produce a seamless fill of yellowish brown. The specified color must be matched exactly.,yellowish brown,1,#976B39
|
| 243 |
+
242,Produce a seamless fill of yellow color. The specified color must be matched exactly.,yellow color,1,#D9B451
|
| 244 |
+
243,Produce a seamless fill of olive brown. The specified color must be matched exactly.,olive brown,1,#7F6129
|
| 245 |
+
244,Produce a seamless fill of greenish yellow. The specified color must be matched exactly.,greenish yellow,1,#D0C445
|
| 246 |
+
245,Produce a seamless fill of olive color. The specified color must be matched exactly.,olive color,1,#72672C
|
| 247 |
+
246,Produce a seamless fill of yellow green. The specified color must be matched exactly.,yellow green,1,#A0C245
|
| 248 |
+
247,Produce a seamless fill of olive green. The specified color must be matched exactly.,olive green,1,#3E501F
|
| 249 |
+
248,Produce a seamless fill of yellowish green. The specified color must be matched exactly.,yellowish green,1,#4AC34D
|
| 250 |
+
249,Produce a seamless fill of green color. The specified color must be matched exactly.,green color,1,#4FBF9A
|
| 251 |
+
250,Produce a seamless fill of bluish green. The specified color must be matched exactly.,bluish green,1,#43BDB8
|
| 252 |
+
251,Produce a seamless fill of greenish blue. The specified color must be matched exactly.,greenish blue,1,#3EA6C6
|
| 253 |
+
252,Produce a seamless fill of blue color. The specified color must be matched exactly.,blue color,1,#3B74C0
|
| 254 |
+
253,Produce a seamless fill of purplish blue. The specified color must be matched exactly.,purplish blue,1,#4F47C6
|
| 255 |
+
254,Produce a seamless fill of violet color. The specified color must be matched exactly.,violet color,1,#7842C5
|
| 256 |
+
255,Produce a seamless fill of purple color. The specified color must be matched exactly.,purple color,1,#AC4AC3
|
| 257 |
+
256,Produce a seamless fill of reddish purple. The specified color must be matched exactly.,reddish purple,1,#BB30A4
|
| 258 |
+
257,Produce a seamless fill of purplish pink. The specified color must be matched exactly.,purplish pink,1,#E589BF
|
| 259 |
+
258,Produce a seamless fill of purplish red. The specified color must be matched exactly.,purplish red,1,#BA2B77
|
| 260 |
+
259,Produce a seamless fill of white color. The specified color must be matched exactly.,white color,1,#E7E1E9
|
| 261 |
+
260,Produce a seamless fill of gray color. The specified color must be matched exactly.,gray color,1,#938E93
|
| 262 |
+
261,Produce a seamless fill of black color. The specified color must be matched exactly.,black color,1,#2B292B
|
| 263 |
+
262,Generate a uniform surface in pink color. The color must be perfectly solid.,pink color,1,#E68697
|
| 264 |
+
263,Generate a uniform surface in red color. The color must be perfectly solid.,red color,1,#B92842
|
| 265 |
+
264,Generate a uniform surface in yellowish pink. The color must be perfectly solid.,yellowish pink,1,#EA9A90
|
| 266 |
+
265,Generate a uniform surface in reddish orange. The color must be perfectly solid.,reddish orange,1,#D7472A
|
| 267 |
+
266,Generate a uniform surface in reddish brown. The color must be perfectly solid.,reddish brown,1,#7A2C26
|
| 268 |
+
267,Generate a uniform surface in orange color. The color must be perfectly solid.,orange color,1,#DC7D34
|
| 269 |
+
268,Generate a uniform surface in brown color. The color must be perfectly solid.,brown color,1,#7F4829
|
| 270 |
+
269,Generate a uniform surface in orange yellow. The color must be perfectly solid.,orange yellow,1,#E3A045
|
| 271 |
+
270,Generate a uniform surface in yellowish brown. The color must be perfectly solid.,yellowish brown,1,#976B39
|
| 272 |
+
271,Generate a uniform surface in yellow color. The color must be perfectly solid.,yellow color,1,#D9B451
|
| 273 |
+
272,Generate a uniform surface in olive brown. The color must be perfectly solid.,olive brown,1,#7F6129
|
| 274 |
+
273,Generate a uniform surface in greenish yellow. The color must be perfectly solid.,greenish yellow,1,#D0C445
|
| 275 |
+
274,Generate a uniform surface in olive color. The color must be perfectly solid.,olive color,1,#72672C
|
| 276 |
+
275,Generate a uniform surface in yellow green. The color must be perfectly solid.,yellow green,1,#A0C245
|
| 277 |
+
276,Generate a uniform surface in olive green. The color must be perfectly solid.,olive green,1,#3E501F
|
| 278 |
+
277,Generate a uniform surface in yellowish green. The color must be perfectly solid.,yellowish green,1,#4AC34D
|
| 279 |
+
278,Generate a uniform surface in green color. The color must be perfectly solid.,green color,1,#4FBF9A
|
| 280 |
+
279,Generate a uniform surface in bluish green. The color must be perfectly solid.,bluish green,1,#43BDB8
|
| 281 |
+
280,Generate a uniform surface in greenish blue. The color must be perfectly solid.,greenish blue,1,#3EA6C6
|
| 282 |
+
281,Generate a uniform surface in blue color. The color must be perfectly solid.,blue color,1,#3B74C0
|
| 283 |
+
282,Generate a uniform surface in purplish blue. The color must be perfectly solid.,purplish blue,1,#4F47C6
|
| 284 |
+
283,Generate a uniform surface in violet color. The color must be perfectly solid.,violet color,1,#7842C5
|
| 285 |
+
284,Generate a uniform surface in purple color. The color must be perfectly solid.,purple color,1,#AC4AC3
|
| 286 |
+
285,Generate a uniform surface in reddish purple. The color must be perfectly solid.,reddish purple,1,#BB30A4
|
| 287 |
+
286,Generate a uniform surface in purplish pink. The color must be perfectly solid.,purplish pink,1,#E589BF
|
| 288 |
+
287,Generate a uniform surface in purplish red. The color must be perfectly solid.,purplish red,1,#BA2B77
|
| 289 |
+
288,Generate a uniform surface in white color. The color must be perfectly solid.,white color,1,#E7E1E9
|
| 290 |
+
289,Generate a uniform surface in gray color. The color must be perfectly solid.,gray color,1,#938E93
|
| 291 |
+
290,Generate a uniform surface in black color. The color must be perfectly solid.,black color,1,#2B292B
|
| 292 |
+
291,Generate an image with pure pink color. The color must be perfectly flat from edge to edge with no vignetting or fading.,pink color,1,#E68697
|
| 293 |
+
292,Generate an image with pure red color. The color must be perfectly flat from edge to edge with no vignetting or fading.,red color,1,#B92842
|
| 294 |
+
293,Generate an image with pure yellowish pink. The color must be perfectly flat from edge to edge with no vignetting or fading.,yellowish pink,1,#EA9A90
|
| 295 |
+
294,Generate an image with pure reddish orange. The color must be perfectly flat from edge to edge with no vignetting or fading.,reddish orange,1,#D7472A
|
| 296 |
+
295,Generate an image with pure reddish brown. The color must be perfectly flat from edge to edge with no vignetting or fading.,reddish brown,1,#7A2C26
|
| 297 |
+
296,Generate an image with pure orange color. The color must be perfectly flat from edge to edge with no vignetting or fading.,orange color,1,#DC7D34
|
| 298 |
+
297,Generate an image with pure brown color. The color must be perfectly flat from edge to edge with no vignetting or fading.,brown color,1,#7F4829
|
| 299 |
+
298,Generate an image with pure orange yellow. The color must be perfectly flat from edge to edge with no vignetting or fading.,orange yellow,1,#E3A045
|
| 300 |
+
299,Generate an image with pure yellowish brown. The color must be perfectly flat from edge to edge with no vignetting or fading.,yellowish brown,1,#976B39
|
| 301 |
+
300,Generate an image with pure yellow color. The color must be perfectly flat from edge to edge with no vignetting or fading.,yellow color,1,#D9B451
|
| 302 |
+
301,Generate an image with pure olive brown. The color must be perfectly flat from edge to edge with no vignetting or fading.,olive brown,1,#7F6129
|
| 303 |
+
302,Generate an image with pure greenish yellow. The color must be perfectly flat from edge to edge with no vignetting or fading.,greenish yellow,1,#D0C445
|
| 304 |
+
303,Generate an image with pure olive color. The color must be perfectly flat from edge to edge with no vignetting or fading.,olive color,1,#72672C
|
| 305 |
+
304,Generate an image with pure yellow green. The color must be perfectly flat from edge to edge with no vignetting or fading.,yellow green,1,#A0C245
|
| 306 |
+
305,Generate an image with pure olive green. The color must be perfectly flat from edge to edge with no vignetting or fading.,olive green,1,#3E501F
|
| 307 |
+
306,Generate an image with pure yellowish green. The color must be perfectly flat from edge to edge with no vignetting or fading.,yellowish green,1,#4AC34D
|
| 308 |
+
307,Generate an image with pure green color. The color must be perfectly flat from edge to edge with no vignetting or fading.,green color,1,#4FBF9A
|
| 309 |
+
308,Generate an image with pure bluish green. The color must be perfectly flat from edge to edge with no vignetting or fading.,bluish green,1,#43BDB8
|
| 310 |
+
309,Generate an image with pure greenish blue. The color must be perfectly flat from edge to edge with no vignetting or fading.,greenish blue,1,#3EA6C6
|
| 311 |
+
310,Generate an image with pure blue color. The color must be perfectly flat from edge to edge with no vignetting or fading.,blue color,1,#3B74C0
|
| 312 |
+
311,Generate an image with pure purplish blue. The color must be perfectly flat from edge to edge with no vignetting or fading.,purplish blue,1,#4F47C6
|
| 313 |
+
312,Generate an image with pure violet color. The color must be perfectly flat from edge to edge with no vignetting or fading.,violet color,1,#7842C5
|
| 314 |
+
313,Generate an image with pure purple color. The color must be perfectly flat from edge to edge with no vignetting or fading.,purple color,1,#AC4AC3
|
| 315 |
+
314,Generate an image with pure reddish purple. The color must be perfectly flat from edge to edge with no vignetting or fading.,reddish purple,1,#BB30A4
|
| 316 |
+
315,Generate an image with pure purplish pink. The color must be perfectly flat from edge to edge with no vignetting or fading.,purplish pink,1,#E589BF
|
| 317 |
+
316,Generate an image with pure purplish red. The color must be perfectly flat from edge to edge with no vignetting or fading.,purplish red,1,#BA2B77
|
| 318 |
+
317,Generate an image with pure white color. The color must be perfectly flat from edge to edge with no vignetting or fading.,white color,1,#E7E1E9
|
| 319 |
+
318,Generate an image with pure gray color. The color must be perfectly flat from edge to edge with no vignetting or fading.,gray color,1,#938E93
|
| 320 |
+
319,Generate an image with pure black color. The color must be perfectly flat from edge to edge with no vignetting or fading.,black color,1,#2B292B
|
| 321 |
+
320,"Create a solid background in pink color. There should be no noise, grain, or secondary colors present in any part of the image.",pink color,1,#E68697
|
| 322 |
+
321,"Create a solid background in red color. There should be no noise, grain, or secondary colors present in any part of the image.",red color,1,#B92842
|
| 323 |
+
322,"Create a solid background in yellowish pink. There should be no noise, grain, or secondary colors present in any part of the image.",yellowish pink,1,#EA9A90
|
| 324 |
+
323,"Create a solid background in reddish orange. There should be no noise, grain, or secondary colors present in any part of the image.",reddish orange,1,#D7472A
|
| 325 |
+
324,"Create a solid background in reddish brown. There should be no noise, grain, or secondary colors present in any part of the image.",reddish brown,1,#7A2C26
|
| 326 |
+
325,"Create a solid background in orange color. There should be no noise, grain, or secondary colors present in any part of the image.",orange color,1,#DC7D34
|
| 327 |
+
326,"Create a solid background in brown color. There should be no noise, grain, or secondary colors present in any part of the image.",brown color,1,#7F4829
|
| 328 |
+
327,"Create a solid background in orange yellow. There should be no noise, grain, or secondary colors present in any part of the image.",orange yellow,1,#E3A045
|
| 329 |
+
328,"Create a solid background in yellowish brown. There should be no noise, grain, or secondary colors present in any part of the image.",yellowish brown,1,#976B39
|
| 330 |
+
329,"Create a solid background in yellow color. There should be no noise, grain, or secondary colors present in any part of the image.",yellow color,1,#D9B451
|
| 331 |
+
330,"Create a solid background in olive brown. There should be no noise, grain, or secondary colors present in any part of the image.",olive brown,1,#7F6129
|
| 332 |
+
331,"Create a solid background in greenish yellow. There should be no noise, grain, or secondary colors present in any part of the image.",greenish yellow,1,#D0C445
|
| 333 |
+
332,"Create a solid background in olive color. There should be no noise, grain, or secondary colors present in any part of the image.",olive color,1,#72672C
|
| 334 |
+
333,"Create a solid background in yellow green. There should be no noise, grain, or secondary colors present in any part of the image.",yellow green,1,#A0C245
|
| 335 |
+
334,"Create a solid background in olive green. There should be no noise, grain, or secondary colors present in any part of the image.",olive green,1,#3E501F
|
| 336 |
+
335,"Create a solid background in yellowish green. There should be no noise, grain, or secondary colors present in any part of the image.",yellowish green,1,#4AC34D
|
| 337 |
+
336,"Create a solid background in green color. There should be no noise, grain, or secondary colors present in any part of the image.",green color,1,#4FBF9A
|
| 338 |
+
337,"Create a solid background in bluish green. There should be no noise, grain, or secondary colors present in any part of the image.",bluish green,1,#43BDB8
|
| 339 |
+
338,"Create a solid background in greenish blue. There should be no noise, grain, or secondary colors present in any part of the image.",greenish blue,1,#3EA6C6
|
| 340 |
+
339,"Create a solid background in blue color. There should be no noise, grain, or secondary colors present in any part of the image.",blue color,1,#3B74C0
|
| 341 |
+
340,"Create a solid background in purplish blue. There should be no noise, grain, or secondary colors present in any part of the image.",purplish blue,1,#4F47C6
|
| 342 |
+
341,"Create a solid background in violet color. There should be no noise, grain, or secondary colors present in any part of the image.",violet color,1,#7842C5
|
| 343 |
+
342,"Create a solid background in purple color. There should be no noise, grain, or secondary colors present in any part of the image.",purple color,1,#AC4AC3
|
| 344 |
+
343,"Create a solid background in reddish purple. There should be no noise, grain, or secondary colors present in any part of the image.",reddish purple,1,#BB30A4
|
| 345 |
+
344,"Create a solid background in purplish pink. There should be no noise, grain, or secondary colors present in any part of the image.",purplish pink,1,#E589BF
|
| 346 |
+
345,"Create a solid background in purplish red. There should be no noise, grain, or secondary colors present in any part of the image.",purplish red,1,#BA2B77
|
| 347 |
+
346,"Create a solid background in white color. There should be no noise, grain, or secondary colors present in any part of the image.",white color,1,#E7E1E9
|
| 348 |
+
347,"Create a solid background in gray color. There should be no noise, grain, or secondary colors present in any part of the image.",gray color,1,#938E93
|
| 349 |
+
348,"Create a solid background in black color. There should be no noise, grain, or secondary colors present in any part of the image.",black color,1,#2B292B
|
| 350 |
+
349,"Create a featureless surface entirely filled with pink color. Ensure there are no patterns, lighting effects, or depth cues.",pink color,1,#E68697
|
| 351 |
+
350,"Create a featureless surface entirely filled with red color. Ensure there are no patterns, lighting effects, or depth cues.",red color,1,#B92842
|
| 352 |
+
351,"Create a featureless surface entirely filled with yellowish pink. Ensure there are no patterns, lighting effects, or depth cues.",yellowish pink,1,#EA9A90
|
| 353 |
+
352,"Create a featureless surface entirely filled with reddish orange. Ensure there are no patterns, lighting effects, or depth cues.",reddish orange,1,#D7472A
|
| 354 |
+
353,"Create a featureless surface entirely filled with reddish brown. Ensure there are no patterns, lighting effects, or depth cues.",reddish brown,1,#7A2C26
|
| 355 |
+
354,"Create a featureless surface entirely filled with orange color. Ensure there are no patterns, lighting effects, or depth cues.",orange color,1,#DC7D34
|
| 356 |
+
355,"Create a featureless surface entirely filled with brown color. Ensure there are no patterns, lighting effects, or depth cues.",brown color,1,#7F4829
|
| 357 |
+
356,"Create a featureless surface entirely filled with orange yellow. Ensure there are no patterns, lighting effects, or depth cues.",orange yellow,1,#E3A045
|
| 358 |
+
357,"Create a featureless surface entirely filled with yellowish brown. Ensure there are no patterns, lighting effects, or depth cues.",yellowish brown,1,#976B39
|
| 359 |
+
358,"Create a featureless surface entirely filled with yellow color. Ensure there are no patterns, lighting effects, or depth cues.",yellow color,1,#D9B451
|
| 360 |
+
359,"Create a featureless surface entirely filled with olive brown. Ensure there are no patterns, lighting effects, or depth cues.",olive brown,1,#7F6129
|
| 361 |
+
360,"Create a featureless surface entirely filled with greenish yellow. Ensure there are no patterns, lighting effects, or depth cues.",greenish yellow,1,#D0C445
|
| 362 |
+
361,"Create a featureless surface entirely filled with olive color. Ensure there are no patterns, lighting effects, or depth cues.",olive color,1,#72672C
|
| 363 |
+
362,"Create a featureless surface entirely filled with yellow green. Ensure there are no patterns, lighting effects, or depth cues.",yellow green,1,#A0C245
|
| 364 |
+
363,"Create a featureless surface entirely filled with olive green. Ensure there are no patterns, lighting effects, or depth cues.",olive green,1,#3E501F
|
| 365 |
+
364,"Create a featureless surface entirely filled with yellowish green. Ensure there are no patterns, lighting effects, or depth cues.",yellowish green,1,#4AC34D
|
| 366 |
+
365,"Create a featureless surface entirely filled with green color. Ensure there are no patterns, lighting effects, or depth cues.",green color,1,#4FBF9A
|
| 367 |
+
366,"Create a featureless surface entirely filled with bluish green. Ensure there are no patterns, lighting effects, or depth cues.",bluish green,1,#43BDB8
|
| 368 |
+
367,"Create a featureless surface entirely filled with greenish blue. Ensure there are no patterns, lighting effects, or depth cues.",greenish blue,1,#3EA6C6
|
| 369 |
+
368,"Create a featureless surface entirely filled with blue color. Ensure there are no patterns, lighting effects, or depth cues.",blue color,1,#3B74C0
|
| 370 |
+
369,"Create a featureless surface entirely filled with purplish blue. Ensure there are no patterns, lighting effects, or depth cues.",purplish blue,1,#4F47C6
|
| 371 |
+
370,"Create a featureless surface entirely filled with violet color. Ensure there are no patterns, lighting effects, or depth cues.",violet color,1,#7842C5
|
| 372 |
+
371,"Create a featureless surface entirely filled with purple color. Ensure there are no patterns, lighting effects, or depth cues.",purple color,1,#AC4AC3
|
| 373 |
+
372,"Create a featureless surface entirely filled with reddish purple. Ensure there are no patterns, lighting effects, or depth cues.",reddish purple,1,#BB30A4
|
| 374 |
+
373,"Create a featureless surface entirely filled with purplish pink. Ensure there are no patterns, lighting effects, or depth cues.",purplish pink,1,#E589BF
|
| 375 |
+
374,"Create a featureless surface entirely filled with purplish red. Ensure there are no patterns, lighting effects, or depth cues.",purplish red,1,#BA2B77
|
| 376 |
+
375,"Create a featureless surface entirely filled with white color. Ensure there are no patterns, lighting effects, or depth cues.",white color,1,#E7E1E9
|
| 377 |
+
376,"Create a featureless surface entirely filled with gray color. Ensure there are no patterns, lighting effects, or depth cues.",gray color,1,#938E93
|
| 378 |
+
377,"Create a featureless surface entirely filled with black color. Ensure there are no patterns, lighting effects, or depth cues.",black color,1,#2B292B
|
| 379 |
+
378,"Produce a flat backdrop entirely in pink color. The entire image area must be a single, uniform color value without any artistic modulation.",pink color,1,#E68697
|
| 380 |
+
379,"Produce a flat backdrop entirely in red color. The entire image area must be a single, uniform color value without any artistic modulation.",red color,1,#B92842
|
| 381 |
+
380,"Produce a flat backdrop entirely in yellowish pink. The entire image area must be a single, uniform color value without any artistic modulation.",yellowish pink,1,#EA9A90
|
| 382 |
+
381,"Produce a flat backdrop entirely in reddish orange. The entire image area must be a single, uniform color value without any artistic modulation.",reddish orange,1,#D7472A
|
| 383 |
+
382,"Produce a flat backdrop entirely in reddish brown. The entire image area must be a single, uniform color value without any artistic modulation.",reddish brown,1,#7A2C26
|
| 384 |
+
383,"Produce a flat backdrop entirely in orange color. The entire image area must be a single, uniform color value without any artistic modulation.",orange color,1,#DC7D34
|
| 385 |
+
384,"Produce a flat backdrop entirely in brown color. The entire image area must be a single, uniform color value without any artistic modulation.",brown color,1,#7F4829
|
| 386 |
+
385,"Produce a flat backdrop entirely in orange yellow. The entire image area must be a single, uniform color value without any artistic modulation.",orange yellow,1,#E3A045
|
| 387 |
+
386,"Produce a flat backdrop entirely in yellowish brown. The entire image area must be a single, uniform color value without any artistic modulation.",yellowish brown,1,#976B39
|
| 388 |
+
387,"Produce a flat backdrop entirely in yellow color. The entire image area must be a single, uniform color value without any artistic modulation.",yellow color,1,#D9B451
|
| 389 |
+
388,"Produce a flat backdrop entirely in olive brown. The entire image area must be a single, uniform color value without any artistic modulation.",olive brown,1,#7F6129
|
| 390 |
+
389,"Produce a flat backdrop entirely in greenish yellow. The entire image area must be a single, uniform color value without any artistic modulation.",greenish yellow,1,#D0C445
|
| 391 |
+
390,"Produce a flat backdrop entirely in olive color. The entire image area must be a single, uniform color value without any artistic modulation.",olive color,1,#72672C
|
| 392 |
+
391,"Produce a flat backdrop entirely in yellow green. The entire image area must be a single, uniform color value without any artistic modulation.",yellow green,1,#A0C245
|
| 393 |
+
392,"Produce a flat backdrop entirely in olive green. The entire image area must be a single, uniform color value without any artistic modulation.",olive green,1,#3E501F
|
| 394 |
+
393,"Produce a flat backdrop entirely in yellowish green. The entire image area must be a single, uniform color value without any artistic modulation.",yellowish green,1,#4AC34D
|
| 395 |
+
394,"Produce a flat backdrop entirely in green color. The entire image area must be a single, uniform color value without any artistic modulation.",green color,1,#4FBF9A
|
| 396 |
+
395,"Produce a flat backdrop entirely in bluish green. The entire image area must be a single, uniform color value without any artistic modulation.",bluish green,1,#43BDB8
|
| 397 |
+
396,"Produce a flat backdrop entirely in greenish blue. The entire image area must be a single, uniform color value without any artistic modulation.",greenish blue,1,#3EA6C6
|
| 398 |
+
397,"Produce a flat backdrop entirely in blue color. The entire image area must be a single, uniform color value without any artistic modulation.",blue color,1,#3B74C0
|
| 399 |
+
398,"Produce a flat backdrop entirely in purplish blue. The entire image area must be a single, uniform color value without any artistic modulation.",purplish blue,1,#4F47C6
|
| 400 |
+
399,"Produce a flat backdrop entirely in violet color. The entire image area must be a single, uniform color value without any artistic modulation.",violet color,1,#7842C5
|
| 401 |
+
400,"Produce a flat backdrop entirely in purple color. The entire image area must be a single, uniform color value without any artistic modulation.",purple color,1,#AC4AC3
|
| 402 |
+
401,"Produce a flat backdrop entirely in reddish purple. The entire image area must be a single, uniform color value without any artistic modulation.",reddish purple,1,#BB30A4
|
| 403 |
+
402,"Produce a flat backdrop entirely in purplish pink. The entire image area must be a single, uniform color value without any artistic modulation.",purplish pink,1,#E589BF
|
| 404 |
+
403,"Produce a flat backdrop entirely in purplish red. The entire image area must be a single, uniform color value without any artistic modulation.",purplish red,1,#BA2B77
|
| 405 |
+
404,"Produce a flat backdrop entirely in white color. The entire image area must be a single, uniform color value without any artistic modulation.",white color,1,#E7E1E9
|
| 406 |
+
405,"Produce a flat backdrop entirely in gray color. The entire image area must be a single, uniform color value without any artistic modulation.",gray color,1,#938E93
|
| 407 |
+
406,"Produce a flat backdrop entirely in black color. The entire image area must be a single, uniform color value without any artistic modulation.",black color,1,#2B292B
|
| 408 |
+
407,"Generate a plain background in pink color. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",pink color,1,#E68697
|
| 409 |
+
408,"Generate a plain background in red color. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",red color,1,#B92842
|
| 410 |
+
409,"Generate a plain background in yellowish pink. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",yellowish pink,1,#EA9A90
|
| 411 |
+
410,"Generate a plain background in reddish orange. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",reddish orange,1,#D7472A
|
| 412 |
+
411,"Generate a plain background in reddish brown. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",reddish brown,1,#7A2C26
|
| 413 |
+
412,"Generate a plain background in orange color. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",orange color,1,#DC7D34
|
| 414 |
+
413,"Generate a plain background in brown color. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",brown color,1,#7F4829
|
| 415 |
+
414,"Generate a plain background in orange yellow. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",orange yellow,1,#E3A045
|
| 416 |
+
415,"Generate a plain background in yellowish brown. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",yellowish brown,1,#976B39
|
| 417 |
+
416,"Generate a plain background in yellow color. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",yellow color,1,#D9B451
|
| 418 |
+
417,"Generate a plain background in olive brown. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",olive brown,1,#7F6129
|
| 419 |
+
418,"Generate a plain background in greenish yellow. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",greenish yellow,1,#D0C445
|
| 420 |
+
419,"Generate a plain background in olive color. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",olive color,1,#72672C
|
| 421 |
+
420,"Generate a plain background in yellow green. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",yellow green,1,#A0C245
|
| 422 |
+
421,"Generate a plain background in olive green. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",olive green,1,#3E501F
|
| 423 |
+
422,"Generate a plain background in yellowish green. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",yellowish green,1,#4AC34D
|
| 424 |
+
423,"Generate a plain background in green color. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",green color,1,#4FBF9A
|
| 425 |
+
424,"Generate a plain background in bluish green. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",bluish green,1,#43BDB8
|
| 426 |
+
425,"Generate a plain background in greenish blue. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",greenish blue,1,#3EA6C6
|
| 427 |
+
426,"Generate a plain background in blue color. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",blue color,1,#3B74C0
|
| 428 |
+
427,"Generate a plain background in purplish blue. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",purplish blue,1,#4F47C6
|
| 429 |
+
428,"Generate a plain background in violet color. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",violet color,1,#7842C5
|
| 430 |
+
429,"Generate a plain background in purple color. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",purple color,1,#AC4AC3
|
| 431 |
+
430,"Generate a plain background in reddish purple. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",reddish purple,1,#BB30A4
|
| 432 |
+
431,"Generate a plain background in purplish pink. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",purplish pink,1,#E589BF
|
| 433 |
+
432,"Generate a plain background in purplish red. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",purplish red,1,#BA2B77
|
| 434 |
+
433,"Generate a plain background in white color. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",white color,1,#E7E1E9
|
| 435 |
+
434,"Generate a plain background in gray color. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",gray color,1,#938E93
|
| 436 |
+
435,"Generate a plain background in black color. The output must be a 100% opaque color fill, completely free of any textures or subtle variations.",black color,1,#2B292B
|
metadata/Task_Color_Var2_metadata.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/Task_Geometric_metadata.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/Task_Image_Mask_inpainting_metadata.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/Task_Image_Mask_outpainting_metadata.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/Task_Image_Mask_random_metadata.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/Variation_1_Color_1.csv
DELETED
|
@@ -1,131 +0,0 @@
|
|
| 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
DELETED
|
@@ -1,291 +0,0 @@
|
|
| 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
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/Variation_2_Color_1.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/Variation_2_Color_2.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/Variation_2_Color_3.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/Variation_3_Color_1.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/Variation_3_Color_2.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/Variation_3_Color_3.csv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/Variation_4_Color_1.csv
DELETED
|
@@ -1,131 +0,0 @@
|
|
| 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
DELETED
|
@@ -1,291 +0,0 @@
|
|
| 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
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/Variation_5_Color_1.csv
DELETED
|
@@ -1,261 +0,0 @@
|
|
| 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
DELETED
|
@@ -1,581 +0,0 @@
|
|
| 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
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/Variation_6_Color_1.csv
DELETED
|
@@ -1,261 +0,0 @@
|
|
| 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
DELETED
|
@@ -1,581 +0,0 @@
|
|
| 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
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/mapping_file.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
raw_config/Color_Level_1.csv
DELETED
|
@@ -1,14 +0,0 @@
|
|
| 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_3.csv
DELETED
|
@@ -1,261 +0,0 @@
|
|
| 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/Task_Color_Var1.csv
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,prompt
|
| 2 |
+
1,"Generate an image with pure <color_1>."
|
| 3 |
+
2,"Create a solid background in <color_1>."
|
| 4 |
+
3,"Create a featureless surface entirely filled with <color_1>."
|
| 5 |
+
4,"Produce a flat backdrop entirely in <color_1>."
|
| 6 |
+
5,"Generate a plain background in <color_1>."
|
| 7 |
+
6,"Generate a perfectly uniform image in <color_1>. No texture, no gradient, no shadows."
|
| 8 |
+
7,"Create a flat surface in <color_1>. Ensure the color is exact with no variation."
|
| 9 |
+
8,"Render a solid background in <color_1>. The output must be consistent across the entire image."
|
| 10 |
+
9,"Produce a seamless fill of <color_1>. The specified color must be matched exactly."
|
| 11 |
+
10,"Generate a uniform surface in <color_1>. The color must be perfectly solid."
|
| 12 |
+
11,"Generate an image with pure <color_1>. The color must be perfectly flat from edge to edge with no vignetting or fading."
|
| 13 |
+
12,"Create a solid background in <color_1>. There should be no noise, grain, or secondary colors present in any part of the image."
|
| 14 |
+
13,"Create a featureless surface entirely filled with <color_1>. Ensure there are no patterns, lighting effects, or depth cues."
|
| 15 |
+
14,"Produce a flat backdrop entirely in <color_1>. The entire image area must be a single, uniform color value without any artistic modulation."
|
| 16 |
+
15,"Generate a plain background in <color_1>. The output must be a 100% opaque color fill, completely free of any textures or subtle variations."
|
raw_config/Task_Color_Var2.csv
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,prompt
|
| 2 |
+
1,"Create a flat surface divided horizontally into two equal halves: upper in <color_1>, lower in <color_2>."
|
| 3 |
+
2,"Render an image with the left half in <color_1> and the right half in <color_2>."
|
| 4 |
+
3,"Produce a background divided horizontally into two equal halves: top in <color_1> and bottom in <color_2>."
|
| 5 |
+
4,"Generate a featureless surface split evenly into two colors: left half in <color_1>, right half in <color_2>."
|
| 6 |
+
5,"Create an image divided vertically into two even halves: left in <color_1>, right in <color_2>."
|
| 7 |
+
6,"Create a flat surface divided horizontally into two equal halves: upper in <color_1>, lower in <color_2>. No texture or variation."
|
| 8 |
+
7,"Render an image with the left half in <color_1> and the right half in <color_2>. The colors must be exact and meet directly."
|
| 9 |
+
8,"Produce a background with the top half in <color_1> and the bottom half in <color_2>. Colors must remain flat and consistent throughout."
|
| 10 |
+
9,"Generate a seamless fill divided vertically into two equal halves: the left side in <color_1>, the right side in <color_2>. Ensure sharp division, no extra lines."
|
| 11 |
+
10,"Create an image divided horizontally into two even halves: upper in <color_1>, lower in <color_2>. The colors should touch directly, no borders."
|
| 12 |
+
11,"Generate an image split horizontally: bottom half in <color_2>, top half in <color_1>."
|
| 13 |
+
12,"Create a background divided horizontally: lower half in <color_2>, upper half in <color_1>."
|
| 14 |
+
13,"Produce a featureless surface with two equal halves: right side in <color_2>, left side in <color_1>."
|
| 15 |
+
14,"Produce an image with two equal halves: right in <color_2>, left in <color_1>."
|
| 16 |
+
15,"Generate a background split vertically into two equal halves: right in <color_2>, left in <color_1>."
|
| 17 |
+
16,"Generate an image split horizontally into two equal halves, each with a perfectly flat, uniform color: bottom half in <color_2>, top half in <color_1>. No gradients or shadows."
|
| 18 |
+
17,"Create a flat background divided horizontally: lower half in <color_2>, upper half in <color_1>. Each section should remain perfectly solid."
|
| 19 |
+
18,"Produce a solid surface with a vertical split evenly into two halves: right side in <color_2>, left side in <color_1>. Division must be seamless, with no overlap."
|
| 20 |
+
19,"Produce an image with two even halves: right in <color_2>, left in <color_1>. Colors must stay flat, without variation."
|
| 21 |
+
20,"Generate a background split horizontally into two halves: bottom in <color_2>, top in <color_1>. Ensure precise 50/50 division across the image."
|
raw_config/Task_Geometric.csv
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,prompt
|
| 2 |
+
1,"Generate a precise image of a solid white <shape> on a black background. Its <size_desc> must be equal to <size> of the image width, <position>."
|
| 3 |
+
2,"Draw a perfectly filled white <shape> against a solid black background. Ensure the shape's <size_desc> is <size> of the image width, <position>."
|
| 4 |
+
3,"Create an image featuring a single solid white <shape> on a black background, with a <size_desc> of <size> image width, <position>."
|
| 5 |
+
4,"Render a solid white <shape> with a <size_desc> of <size> image width, <position>, on a black background."
|
| 6 |
+
5,"Produce a high-contrast image containing a filled white <shape> on a black background. The shape must have a <size_desc> of <size> image width, <position>."
|
| 7 |
+
6,"Generate a precise image of a solid white <shape> on a black background. Its <size_desc> must be equal to <size> of the image width, <position>. The edges must be perfectly sharp with no textures."
|
| 8 |
+
7,"Draw a perfectly filled white <shape> against a solid black background. Ensure the shape's <size_desc> is <size> of the image width, <position>. The output must be strictly accurate with no gradients."
|
| 9 |
+
8,"Create an image featuring a single solid white <shape> on a black background, with a <size_desc> of <size> image width, <position>. Use a pure white fill and ensure no anti-aliasing artifacts."
|
| 10 |
+
9,"Render a solid white <shape> with a <size_desc> of <size> image width, <position>, on a black background. Ensure a clean 2D geometric shape with no shadows or 3D effects."
|
| 11 |
+
10,"Produce a high-contrast image containing a filled white <shape> on a black background. The shape must have a <size_desc> of <size> image width, <position>. Ensure the final result is flat, sharp, and pixel-accurate."
|
raw_config/Task_Image_Mask.csv
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id,prompt
|
| 2 |
+
1,"Image 1: <image>\nImage 2: <image>\nApply the binary mask in Image 2 to the image in Image 1. For every pixel, if the mask value is white (value 255), keep the original color from Image 1; if the mask value is black (value 0), change it to pure black."
|
| 3 |
+
2,"Image 1: <image>\nImage 2: <image>\nPerform a pixel-wise multiplication between Image 1 and Image 2. Use Image 2 as a filter where white pixels (value 255) represents areas to be preserved and black pixels (value 0) represents areas to be changed to black. Output the resulting image."
|
| 4 |
+
3,"Image 1: <image>\nImage 2: <image>\nCreate an output image by mapping pixels from Image 1 onto binary mask Image 2. If a mask pixel in Image 2 is white (value 255), use the color from Image 1; if a mask pixel is black (value 0), use pure black."
|
raw_config/Variation_1.csv
DELETED
|
@@ -1,11 +0,0 @@
|
|
| 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
DELETED
|
@@ -1,21 +0,0 @@
|
|
| 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
DELETED
|
@@ -1,31 +0,0 @@
|
|
| 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
DELETED
|
@@ -1,11 +0,0 @@
|
|
| 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
DELETED
|
@@ -1,21 +0,0 @@
|
|
| 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
DELETED
|
@@ -1,11 +0,0 @@
|
|
| 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/Task_Image_Mask_extract_mask.py
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import json
|
| 2 |
+
import os
|
| 3 |
+
import numpy as np
|
| 4 |
+
from PIL import Image
|
| 5 |
+
|
| 6 |
+
# --- Configuration Paths ---
|
| 7 |
+
# Path to the source mapping file
|
| 8 |
+
JSON_PATH = os.path.join('metadata', 'mapping_file.json')
|
| 9 |
+
|
| 10 |
+
# Root directory for output masks
|
| 11 |
+
BASE_OUT_DIR = os.path.join('data', 'Task_Image_Mask_raw_image')
|
| 12 |
+
INPAINT_DIR = os.path.join(BASE_OUT_DIR, 'inpainting_mask')
|
| 13 |
+
OUTPAINT_DIR = os.path.join(BASE_OUT_DIR, 'outpainting_mask')
|
| 14 |
+
|
| 15 |
+
# Ensure output directories exist
|
| 16 |
+
os.makedirs(INPAINT_DIR, exist_ok=True)
|
| 17 |
+
os.makedirs(OUTPAINT_DIR, exist_ok=True)
|
| 18 |
+
|
| 19 |
+
def rle2mask(mask_rle, shape=(512, 512)):
|
| 20 |
+
"""
|
| 21 |
+
Convert Absolute RLE [start, length, start, length...] to a binary mask.
|
| 22 |
+
|
| 23 |
+
Args:
|
| 24 |
+
mask_rle (list): List of integers in [start, len, start, len] format.
|
| 25 |
+
shape (tuple): (height, width) of the image.
|
| 26 |
+
"""
|
| 27 |
+
# 1. Split the list into starts and lengths
|
| 28 |
+
# Starts are at even indices [0, 2, 4...], Lengths are at odd indices [1, 3, 5...]
|
| 29 |
+
starts = np.array(mask_rle[0::2], dtype=int)
|
| 30 |
+
lengths = np.array(mask_rle[1::2], dtype=int)
|
| 31 |
+
|
| 32 |
+
# 2. Adjust for 1-based indexing (convert to 0-based for Python)
|
| 33 |
+
starts -= 1
|
| 34 |
+
ends = starts + lengths
|
| 35 |
+
|
| 36 |
+
# 3. Create flat array and fill mask segments
|
| 37 |
+
total_pixels = shape[0] * shape[1]
|
| 38 |
+
binary_mask = np.zeros(total_pixels, dtype=np.uint8)
|
| 39 |
+
|
| 40 |
+
for lo, hi in zip(starts, ends):
|
| 41 |
+
# Safety check for corrupted indices
|
| 42 |
+
if lo < total_pixels:
|
| 43 |
+
binary_mask[lo : min(hi, total_pixels)] = 1
|
| 44 |
+
|
| 45 |
+
# 4. Reshape to 2D
|
| 46 |
+
# IMPORTANT: Try 'C' order first. If it's still skewed, use order='F'.
|
| 47 |
+
# In BrushBench, this is typically Row-major ('C').
|
| 48 |
+
return binary_mask.reshape(shape, order='C')
|
| 49 |
+
|
| 50 |
+
def save_mask_as_png(mask_array, save_path):
|
| 51 |
+
"""
|
| 52 |
+
Convert a 0/1 binary array to a 0/255 grayscale image and save as PNG.
|
| 53 |
+
"""
|
| 54 |
+
# Map 1 to 255 (white) for visibility in standard image viewers
|
| 55 |
+
img_array = (mask_array * 255).astype(np.uint8)
|
| 56 |
+
img = Image.fromarray(img_array)
|
| 57 |
+
img.save(save_path)
|
| 58 |
+
|
| 59 |
+
def main():
|
| 60 |
+
# Verify the existence of the mapping file
|
| 61 |
+
if not os.path.exists(JSON_PATH):
|
| 62 |
+
print(f"Error: Could not find {JSON_PATH}")
|
| 63 |
+
return
|
| 64 |
+
|
| 65 |
+
print(f"Loading metadata from {JSON_PATH}...")
|
| 66 |
+
with open(JSON_PATH, 'r', encoding='utf-8') as f:
|
| 67 |
+
data = json.load(f)
|
| 68 |
+
|
| 69 |
+
processed_count = 0
|
| 70 |
+
for img_id, info in data.items():
|
| 71 |
+
# 1. Process Inpainting Mask (targeted region modification)
|
| 72 |
+
if 'inpainting_mask' in info:
|
| 73 |
+
in_mask = rle2mask(info['inpainting_mask'])
|
| 74 |
+
save_path = os.path.join(INPAINT_DIR, f"{img_id}.png")
|
| 75 |
+
save_mask_as_png(in_mask, save_path)
|
| 76 |
+
|
| 77 |
+
# 2. Process Outpainting Mask (edge expansion)
|
| 78 |
+
if 'outpainting_mask' in info:
|
| 79 |
+
out_mask = rle2mask(info['outpainting_mask'])
|
| 80 |
+
save_path = os.path.join(OUTPAINT_DIR, f"{img_id}.png")
|
| 81 |
+
save_mask_as_png(out_mask, save_path)
|
| 82 |
+
|
| 83 |
+
processed_count += 1
|
| 84 |
+
# Log progress every 100 images
|
| 85 |
+
if processed_count % 100 == 0:
|
| 86 |
+
print(f"Progress: {processed_count} samples processed...")
|
| 87 |
+
|
| 88 |
+
|
| 89 |
+
print(f"\nSuccess! Total samples handled: {processed_count}")
|
| 90 |
+
print(f"Inpainting masks saved to: {INPAINT_DIR}")
|
| 91 |
+
print(f"Outpainting masks saved to: {OUTPAINT_DIR}")
|
| 92 |
+
|
| 93 |
+
if __name__ == "__main__":
|
| 94 |
+
main()
|
scripts/Task_Image_Mask_random_mask.py
ADDED
|
@@ -0,0 +1,116 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import json
|
| 2 |
+
|
| 3 |
+
from PIL import Image
|
| 4 |
+
import cv2
|
| 5 |
+
import numpy as np
|
| 6 |
+
import random
|
| 7 |
+
import os
|
| 8 |
+
|
| 9 |
+
JSON_PATH = os.path.join('metadata', 'mapping_file.json')
|
| 10 |
+
BASE_OUT_DIR = os.path.join('data', 'Task_Image_Mask_raw_image')
|
| 11 |
+
RANDOM_DIR = os.path.join(BASE_OUT_DIR, 'random_mask')
|
| 12 |
+
|
| 13 |
+
os.makedirs(RANDOM_DIR, exist_ok=True)
|
| 14 |
+
def generate_random_mask(shape=(512, 512), min_area_ratio=0.03, max_area_ratio=0.3):
|
| 15 |
+
"""
|
| 16 |
+
Generates a random geometric mask where the shape interior is BLACK (0)
|
| 17 |
+
and the background is WHITE (255).
|
| 18 |
+
"""
|
| 19 |
+
h, w = shape
|
| 20 |
+
total_area = h * w
|
| 21 |
+
|
| 22 |
+
# Target area for the shape (the black part)
|
| 23 |
+
target_area = random.uniform(total_area * min_area_ratio, total_area * max_area_ratio)
|
| 24 |
+
|
| 25 |
+
# Pick a random shape type
|
| 26 |
+
shape_type = random.choice(["rectangle", "triangle", "ellipse"])
|
| 27 |
+
|
| 28 |
+
# Initialize with 255 (White - Area to keep)
|
| 29 |
+
mask = np.full((h, w), 255, dtype=np.uint8)
|
| 30 |
+
|
| 31 |
+
if shape_type == "rectangle":
|
| 32 |
+
aspect = random.uniform(0.5, 2.0)
|
| 33 |
+
sw = int(np.sqrt(target_area * aspect))
|
| 34 |
+
sh = int(target_area / sw)
|
| 35 |
+
radius = int(np.sqrt(sw**2 + sh**2) / 2) + 5
|
| 36 |
+
|
| 37 |
+
cx, cy = get_safe_center(h, w, radius)
|
| 38 |
+
angle = random.randint(0, 180)
|
| 39 |
+
rect = ((cx, cy), (sw, sh), angle)
|
| 40 |
+
box = cv2.boxPoints(rect)
|
| 41 |
+
# Draw the shape in 0 (Black - Area to modify)
|
| 42 |
+
cv2.fillPoly(mask, [np.int0(box)], 0)
|
| 43 |
+
|
| 44 |
+
elif shape_type == "ellipse":
|
| 45 |
+
aspect = random.uniform(0.5, 2.0)
|
| 46 |
+
semi_a = int(np.sqrt((target_area / np.pi) * aspect))
|
| 47 |
+
semi_b = int((target_area / np.pi) / semi_a)
|
| 48 |
+
radius = max(semi_a, semi_b) + 5
|
| 49 |
+
|
| 50 |
+
cx, cy = get_safe_center(h, w, radius)
|
| 51 |
+
angle = random.randint(0, 360)
|
| 52 |
+
cv2.ellipse(mask, (cx, cy), (semi_a, semi_b), angle, 0, 360, 0, -1)
|
| 53 |
+
|
| 54 |
+
elif shape_type == "triangle":
|
| 55 |
+
# Using circumradius to control area:
|
| 56 |
+
R = int(np.sqrt(target_area / 1.299))
|
| 57 |
+
# R = int(np.sqrt(target_area / 1.0))
|
| 58 |
+
radius = R + 5
|
| 59 |
+
cx, cy = get_safe_center(h, w, radius)
|
| 60 |
+
|
| 61 |
+
base_angles = [0, 120, 240]
|
| 62 |
+
angles = [np.deg2rad(a + random.randint(-25, 25)) for a in base_angles]
|
| 63 |
+
|
| 64 |
+
pts = np.array([
|
| 65 |
+
[cx + R * np.cos(a), cy + R * np.sin(a)] for a in angles
|
| 66 |
+
], np.int32)
|
| 67 |
+
cv2.fillPoly(mask, [pts], 0)
|
| 68 |
+
|
| 69 |
+
return mask
|
| 70 |
+
|
| 71 |
+
def get_safe_center(h, w, radius):
|
| 72 |
+
"""
|
| 73 |
+
Returns a random (cx, cy) that ensures a circle of 'radius' fits in the image.
|
| 74 |
+
"""
|
| 75 |
+
pad = radius + 5
|
| 76 |
+
# Defensive check if radius is too large for the image
|
| 77 |
+
safe_h = max(pad, h - pad)
|
| 78 |
+
safe_w = max(pad, w - pad)
|
| 79 |
+
|
| 80 |
+
cx = random.randint(min(pad, safe_w), max(pad, safe_w))
|
| 81 |
+
cy = random.randint(min(pad, safe_h), max(pad, safe_h))
|
| 82 |
+
return cx, cy
|
| 83 |
+
|
| 84 |
+
|
| 85 |
+
|
| 86 |
+
|
| 87 |
+
def main():
|
| 88 |
+
if not os.path.exists(JSON_PATH):
|
| 89 |
+
print(f"Error: {JSON_PATH} not found.")
|
| 90 |
+
return
|
| 91 |
+
|
| 92 |
+
print(f"Loading metadata...")
|
| 93 |
+
with open(JSON_PATH, 'r', encoding='utf-8') as f:
|
| 94 |
+
data = json.load(f)
|
| 95 |
+
|
| 96 |
+
count = 0
|
| 97 |
+
for img_id, info in data.items():
|
| 98 |
+
# Get dimensions if available, else default to 512
|
| 99 |
+
h = info.get('height', 512)
|
| 100 |
+
w = info.get('width', 512)
|
| 101 |
+
img_shape = (h, w)
|
| 102 |
+
|
| 103 |
+
# 3. Generate a brand new Random Mask
|
| 104 |
+
rand_mask = generate_random_mask(shape=img_shape)
|
| 105 |
+
cv2.imwrite(os.path.join(RANDOM_DIR, f"{img_id}.png"), rand_mask)
|
| 106 |
+
|
| 107 |
+
count += 1
|
| 108 |
+
if count % 100 == 0:
|
| 109 |
+
print(f"Processed {count} images...")
|
| 110 |
+
|
| 111 |
+
|
| 112 |
+
print(f"\nDone! Successfully processed {count} samples.")
|
| 113 |
+
|
| 114 |
+
if __name__ == "__main__":
|
| 115 |
+
random.seed(42)
|
| 116 |
+
main()
|
scripts/{generate_image_Variation_1.py → generate_image_Task_Color_Var1.py}
RENAMED
|
@@ -9,63 +9,38 @@ def normalize_hex(hex_color: str) -> str:
|
|
| 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 |
-
|
|
|
|
| 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("
|
| 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 |
-
|
| 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/
|
| 70 |
-
base_dir="data/
|
| 71 |
)
|
|
|
|
|
|
| 9 |
hex_color = hex_color.strip()
|
| 10 |
return hex_color if hex_color.startswith("#") else f"#{hex_color}"
|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
+
|
| 14 |
+
def generate_images_and_prompts_with_split(csv_file, base_dir, size=(512, 512)):
|
| 15 |
with open(csv_file, "r", encoding="utf-8") as f:
|
| 16 |
reader = csv.DictReader(f)
|
| 17 |
rows = list(reader)
|
| 18 |
|
| 19 |
for row in rows:
|
| 20 |
id_val = row["id"].strip()
|
| 21 |
+
hex_color = normalize_hex(row.get("hex_val_1", ""))
|
| 22 |
+
# prompt_raw = row.get("prompt", "").strip()
|
| 23 |
# split = (row.get("split") or "train").strip()
|
| 24 |
|
|
|
|
|
|
|
|
|
|
| 25 |
# out_dir = os.path.join(base_dir, split)
|
| 26 |
out_dir = base_dir
|
| 27 |
os.makedirs(out_dir, exist_ok=True)
|
| 28 |
|
| 29 |
# file path
|
| 30 |
img_path = os.path.join(out_dir, f"id_{id_val}.png")
|
| 31 |
+
# txt_path = os.path.join(out_dir, f"id_{id_val}.txt")
|
| 32 |
|
| 33 |
# generate image
|
| 34 |
img = Image.new("RGB", size, hex_color)
|
| 35 |
img.save(img_path)
|
| 36 |
|
| 37 |
+
# # write prompt
|
| 38 |
+
# with open(txt_path, "w", encoding="utf-8") as f:
|
| 39 |
+
# f.write(prompt_filled)
|
| 40 |
|
| 41 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
generate_images_and_prompts_with_split(
|
| 43 |
+
"metadata/Task_Color_Var1_metadata.csv",
|
| 44 |
+
base_dir="data/Task_Color_Var1"
|
| 45 |
)
|
| 46 |
+
|
scripts/{generate_image_Variation_2.py → generate_image_Task_Color_Var2.py}
RENAMED
|
@@ -10,35 +10,20 @@ def normalize_hex(hex_color: str) -> str:
|
|
| 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=(
|
| 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("
|
| 35 |
-
hex2 = normalize_hex(row.get("
|
| 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)
|
|
@@ -47,7 +32,7 @@ def generate_two_color_images_with_split(csv_file, base_dir, size=(256, 256)):
|
|
| 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)
|
|
@@ -68,22 +53,14 @@ def generate_two_color_images_with_split(csv_file, base_dir, size=(256, 256)):
|
|
| 68 |
|
| 69 |
img.save(img_path)
|
| 70 |
|
| 71 |
-
# write prompt
|
| 72 |
-
with open(txt_path, "w", encoding="utf-8") as f:
|
| 73 |
-
|
| 74 |
|
| 75 |
-
print(f"Generate: {img_path},
|
| 76 |
|
| 77 |
|
| 78 |
generate_two_color_images_with_split(
|
| 79 |
-
"metadata/
|
| 80 |
-
base_dir="data/
|
| 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 |
)
|
|
|
|
| 10 |
hex_color = hex_color.strip()
|
| 11 |
return hex_color if hex_color.startswith("#") else f"#{hex_color}"
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
+
def generate_two_color_images_with_split(csv_file, base_dir, size=(512, 512)):
|
| 15 |
with open(csv_file, "r", encoding="utf-8") as f:
|
| 16 |
reader = csv.DictReader(f)
|
| 17 |
rows = list(reader)
|
| 18 |
|
| 19 |
for row in rows:
|
| 20 |
id_val = row["id"].strip()
|
| 21 |
+
hex1 = normalize_hex(row.get("hex_val_1", ""))
|
| 22 |
+
hex2 = normalize_hex(row.get("hex_val_2", ""))
|
| 23 |
+
# prompt_raw = row.get("prompt", "").strip()
|
|
|
|
| 24 |
direction = row.get("direction", "").strip()
|
| 25 |
|
| 26 |
# Replace the placeholder in prompt
|
|
|
|
| 27 |
|
| 28 |
|
| 29 |
# out_dir = os.path.join(base_dir, split)
|
|
|
|
| 32 |
|
| 33 |
# file path
|
| 34 |
img_path = os.path.join(out_dir, f"id_{id_val}.png")
|
| 35 |
+
# txt_path = os.path.join(out_dir, f"id_{id_val}.txt")
|
| 36 |
|
| 37 |
# Create a blank drawing
|
| 38 |
img = Image.new("RGB", size)
|
|
|
|
| 53 |
|
| 54 |
img.save(img_path)
|
| 55 |
|
| 56 |
+
# # write prompt
|
| 57 |
+
# with open(txt_path, "w", encoding="utf-8") as f:
|
| 58 |
+
# f.write(prompt_filled)
|
| 59 |
|
| 60 |
+
# print(f"Generate: {img_path}, (colors={hex1},{hex2})")
|
| 61 |
|
| 62 |
|
| 63 |
generate_two_color_images_with_split(
|
| 64 |
+
"metadata/Task_Color_Var2_metadata.csv",
|
| 65 |
+
base_dir="data/Task_Color_Var2"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
)
|
scripts/generate_image_Task_Geometric.py
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import csv
|
| 2 |
+
import math
|
| 3 |
+
import os
|
| 4 |
+
from PIL import Image, ImageDraw
|
| 5 |
+
|
| 6 |
+
IMG_SIZE = 512
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
def draw_shape(draw, shape, cx, cy, size_ratio):
|
| 10 |
+
side = size_ratio * IMG_SIZE
|
| 11 |
+
if shape == "circle":
|
| 12 |
+
r = side / 2
|
| 13 |
+
draw.ellipse([cx - r, cy - r, cx + r, cy + r], fill=255)
|
| 14 |
+
|
| 15 |
+
elif shape == "square":
|
| 16 |
+
h = side / 2
|
| 17 |
+
draw.rectangle([cx - h, cy - h, cx + h, cy + h], fill=255)
|
| 18 |
+
|
| 19 |
+
elif shape == "equilateral triangle":
|
| 20 |
+
h = side * math.sqrt(3) / 2
|
| 21 |
+
pts = [
|
| 22 |
+
(cx, cy - h / 2), # apex
|
| 23 |
+
(cx - side / 2, cy + h / 2), # bottom-left
|
| 24 |
+
(cx + side / 2, cy + h / 2), # bottom-right
|
| 25 |
+
]
|
| 26 |
+
draw.polygon(pts, fill=255)
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
def generate_images(csv_file, output_dir):
|
| 30 |
+
with open(csv_file, "r", encoding="utf-8") as f:
|
| 31 |
+
rows = list(csv.DictReader(f))
|
| 32 |
+
|
| 33 |
+
os.makedirs(output_dir, exist_ok=True)
|
| 34 |
+
|
| 35 |
+
for row in rows:
|
| 36 |
+
id_val = row["id"].strip()
|
| 37 |
+
shape = row["shape"].strip()
|
| 38 |
+
cx = float(row["center_x"])
|
| 39 |
+
cy = float(row["center_y"])
|
| 40 |
+
size_ratio = float(row["size_ratio"])
|
| 41 |
+
|
| 42 |
+
img = Image.new("L", (IMG_SIZE, IMG_SIZE), 0)
|
| 43 |
+
draw = ImageDraw.Draw(img)
|
| 44 |
+
draw_shape(draw, shape, cx, cy, size_ratio)
|
| 45 |
+
|
| 46 |
+
img.save(os.path.join(output_dir, f"id_{id_val}.png"))
|
| 47 |
+
|
| 48 |
+
print(f"Done: {output_dir} ({len(rows)} images)")
|
| 49 |
+
|
| 50 |
+
|
| 51 |
+
if __name__ == "__main__":
|
| 52 |
+
generate_images(
|
| 53 |
+
"metadata/Task_Geometric_metadata.csv",
|
| 54 |
+
output_dir="data/Task_Geometric"
|
| 55 |
+
)
|
scripts/generate_image_Task_Image_Mask.py
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import csv
|
| 2 |
+
import os
|
| 3 |
+
from PIL import Image
|
| 4 |
+
|
| 5 |
+
SIZE = (512, 512)
|
| 6 |
+
MASK_TYPES = ["inpainting", "outpainting", "random"]
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
def apply_mask(image1_path, mask_path, size=SIZE):
|
| 10 |
+
"""Return GT image: keep image1 pixels where mask=1 (white), black where mask=0."""
|
| 11 |
+
img = Image.open(image1_path).convert("RGB").resize(size)
|
| 12 |
+
mask = Image.open(mask_path).convert("L").resize(size)
|
| 13 |
+
black = Image.new("RGB", size, (0, 0, 0))
|
| 14 |
+
return Image.composite(img, black, mask)
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
def generate_gt_images(csv_file, output_dir):
|
| 18 |
+
if not os.path.exists(csv_file):
|
| 19 |
+
print(f"Warning: {csv_file} not found, skipping.")
|
| 20 |
+
return
|
| 21 |
+
|
| 22 |
+
with open(csv_file, "r", encoding="utf-8") as f:
|
| 23 |
+
rows = list(csv.DictReader(f))
|
| 24 |
+
|
| 25 |
+
os.makedirs(output_dir, exist_ok=True)
|
| 26 |
+
|
| 27 |
+
for row in rows:
|
| 28 |
+
id_val = row["id"].strip()
|
| 29 |
+
image1_path = row.get("image1_path", "").strip()
|
| 30 |
+
image2_path = row.get("image2_path", "").strip()
|
| 31 |
+
|
| 32 |
+
DATA_ROOT = "data"
|
| 33 |
+
image1_path = os.path.join(DATA_ROOT, image1_path)
|
| 34 |
+
image2_path = os.path.join(DATA_ROOT, image2_path)
|
| 35 |
+
|
| 36 |
+
img_path = os.path.join(output_dir, f"id_{id_val}.png")
|
| 37 |
+
|
| 38 |
+
if image1_path and os.path.exists(image1_path):
|
| 39 |
+
gt = apply_mask(image1_path, image2_path)
|
| 40 |
+
gt.save(img_path)
|
| 41 |
+
else:
|
| 42 |
+
print(f"Skip id={id_val}: image1_path missing or not found ({image1_path!r})")
|
| 43 |
+
|
| 44 |
+
print(f"Done: {output_dir}")
|
| 45 |
+
|
| 46 |
+
|
| 47 |
+
if __name__ == "__main__":
|
| 48 |
+
for mask_type in MASK_TYPES:
|
| 49 |
+
generate_gt_images(
|
| 50 |
+
f"metadata/Task_Image_Mask_{mask_type}_metadata.csv",
|
| 51 |
+
output_dir=f"data/Task_Image_Mask/{mask_type}"
|
| 52 |
+
)
|
scripts/generate_image_Variation_3.py
DELETED
|
@@ -1,89 +0,0 @@
|
|
| 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
DELETED
|
@@ -1,76 +0,0 @@
|
|
| 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
DELETED
|
@@ -1,70 +0,0 @@
|
|
| 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
DELETED
|
@@ -1,71 +0,0 @@
|
|
| 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 |
-
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|