Class PixelLabImage
Inheritance
object
PixelLabImage
Namespace: Glitch9.AIDevKit.PixelLab
Assembly: .dll
Syntax
public class PixelLabImage
Properties
Base64
Declaration
public string Base64 { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
FromTexture2D(Texture2D)
Declaration
public static PixelLabImage FromTexture2D(Texture2D texture)
Parameters
Type | Name | Description |
---|---|---|
Texture2D | texture |
Returns
Type | Description |
---|---|
PixelLabImage |