TextureMap.GetRaster Method
Gets the image data used to create the texture as a Raster.
GetRaster()
Gets the image data used to create the texture as a Raster.Syntax
public Raster GetRaster ()
Return Value
The image data used to create the texture, or null.
Remarks
This method returns the raster used to create this texture map, usually as an RGB or RGBA raster.
If this texture map has already been used to render a mesh geometry in a 3D view, the raster data held internally by the map will have been downloaded to the GPU, and the raster data held in system memory will have been released. In this case the method will return null.
Platforms
Windows, Linux, Android