Get textures from files.
Method loads the texture from fileName relative to res/images.
Method loads the texture from fileName for current UI theme i.e. relative to res/ui/themes/images/{theme name}/images.
Method loads the texture from fileName which is absolute path.
See Implementation
Get textures from files.