Class PixelLabRequest
Inheritance
object
RESTRequestBody
PixelLabRequest
Namespace: Glitch9.AIDevKit.PixelLab
Assembly: .dll
Syntax
public class PixelLabRequest : RESTRequestBody
Properties
ColorImage
Optional. A base64 encoded image.
Declaration
public PixelLabImage ColorImage { get; set; }
Property Value
Type | Description |
---|---|
PixelLabImage |
Isometric
Optional. Generate in isometric view
Declaration
public bool? Isometric { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Seed
Optional. Seed decides the starting noise
Declaration
public uint? Seed { get; set; }
Property Value
Type | Description |
---|---|
uint? |
Size
Required.
Declaration
public ImageSize Size { get; set; }
Property Value
Type | Description |
---|---|
ImageSize |