API Reference > imodeljs-frontend > Rendering > RenderSystem > getGradientTexture getGradientTexture Method Beta Obtain a texture created from a gradient. getGradientTexture(_symb: Symb, _imodel: IModelConnection): RenderTexture | undefined note If a texture matching the specified gradient already exists, it will be returned. Otherwise, the newly-created texture will be cached on the IModelConnection such that a subsequent call to getGradientTexture with an equivalent gradient will return the previously-created texture. Parameter Type Description _symb Symb The description of the gradient. _imodel IModelConnection The IModelConnection with which the texture is associated. Returns - RenderTexture | undefined A texture created from the gradient image, or undefined if the texture could not be created. Defined in core/frontend/src/render/RenderSystem.ts Line 535 Last Updated: 13 June, 2024