texture(...)
texture(v : Texture) : this;
Sets the source texture (e.g. Z.ImageTexture or Z.VideoTexture) used to apply transformations to.
Default value: null
Parameters
Parameter | Type | Description |
---|---|---|
v | Z.Texture | The texture to apply transformations to. |
Returns
this