Enum CseResource.ListRequest.ImgDominantColorEnum
Returns images of a specific dominant color. Acceptable values are: * "black" * "blue" * "brown" *
"gray" * "green" * "orange" * "pink" * "purple" * "red" * "teal" * "white" * "yellow"
Namespace: Google.Apis.CustomSearchAPI.v1
Assembly: Google.Apis.CustomSearchAPI.v1.dll
Syntax
public enum CseResource.ListRequest.ImgDominantColorEnum
Fields
| Name | Description |
|---|---|
| Black | Predominantly black images only. |
| Blue | Predominantly blue images only. |
| Brown | Predominantly brown images only. |
| Gray | Predominantly gray images only. |
| Green | Predominantly green images only. |
| ImgDominantColorUndefined | No dominant color specified. |
| Orange | Predominantly orange images only. |
| Pink | Predominantly pink images only. |
| Purple | Predominantly purple images only. |
| Red | Predominantly red images only. |
| Teal | Predominantly teal images only. |
| White | Predominantly white images only. |
| Yellow | Predominantly yellow images only. |