Type Alias: ImageStyleId
Copied to your clipboardtype ImageStyleId =| ImageThemeStyle| ImageTechniqueStyle| ImageEffectStyle| ImageMovementStyle| ImageMaterialStyle| ImageConceptStyle;
Combines all available style options for your image generation. Use this type to access any style from themes, techniques, lighting, composition, effects, colors, movements, materials, or concepts.
Example usage:
Example
Copied to your clipboardconst styles: ImageStyleId[] = [ImageThemeStyle.SYNTHWAVE,ImageTechniqueStyle.WATERCOLOR];
