StylePreset enum
Style preset for image generation.
See Stability API documentation for more information.
Values
- d3dModel → const StylePreset
-
3d-model
const StylePreset("3d-model")
- analogFilm → const StylePreset
-
analog-film
const StylePreset("analog-film")
- anime → const StylePreset
-
anime
const StylePreset("anime")
- cinematic → const StylePreset
-
cinematic
const StylePreset("cinematic")
- comicBook → const StylePreset
-
comic-book
const StylePreset("comic-book")
- digitalArt → const StylePreset
-
digital-art
const StylePreset("digital-art")
- enhance → const StylePreset
-
enhance
const StylePreset("enhance")
- fantasyArt → const StylePreset
-
fantasy-art
const StylePreset("fantasy-art")
- isometric → const StylePreset
-
isometric
const StylePreset("isometric")
- lineArt → const StylePreset
-
line-art
const StylePreset("line-art")
- lowPoly → const StylePreset
-
low-poly
const StylePreset("low-poly")
- modelingCompound → const StylePreset
-
modeling-compound
const StylePreset("modeling-compound")
- neonPunk → const StylePreset
-
neon-punk
const StylePreset("neon-punk")
- origami → const StylePreset
-
origami
const StylePreset("origami")
- photographic → const StylePreset
-
photographic
const StylePreset("photographic")
- pixelArt → const StylePreset
-
pixel-art
const StylePreset("pixel-art")
- tileTexture → const StylePreset
-
tile-texture
const StylePreset("tile-texture")
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
Value
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromValue(
String value) → StylePreset - Get enum value from string.
Constants
-
values
→ const List<
StylePreset> - A constant List of the values in this enum, in order of their declaration.