On this page

Type Alias GradientTexture

type GradientTexture = {
    gradient?: RGBAImage;
    texture?: Texture;
    version?: number;
}
Index

Properties

gradient?: RGBAImage
texture?: Texture
version?: number
Was this helpful?
SDK JS
Reference
GradientTexture