Class TitanColorGuidedGenerationParams
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class TitanColorGuidedGenerationParams : TitanTextToImageParams, ITitanImageParams
Properties
| Edit this page View SourceColors
Required. A list of up to 10 hex color codes to specify colors in the generated image.
Declaration
[JsonProperty("colors")]
public List<string> Colors { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
ReferenceImage
Optional. A base64-encoded image string that guides the color palette.
Declaration
[JsonProperty("referenceImage")]
public string ReferenceImage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |