getSplashscreenUrl
fun getSplashscreenUrl(tag: String? = null, format: <Error class: unknown class>? = null, maxWidth: Int? = null, maxHeight: Int? = null, width: Int? = null, height: Int? = null, fillWidth: Int? = null, fillHeight: Int? = null, blur: Int? = null, backgroundColor: String? = null, foregroundLayer: String? = null, quality: Int? = 90): String
Generates or gets the splashscreen.
Parameters
tag
Supply the cache tag from the item object to receive strong caching headers.
format
Determines the output format of the image - original,gif,jpg,png.
maxWidth
The maximum image width to return.
maxHeight
The maximum image height to return.
width
The fixed image width to return.
height
The fixed image height to return.
fillWidth
Width of box to fill.
fillHeight
Height of box to fill.
blur
Blur image.
backgroundColor
Apply a background color for transparent images.
foregroundLayer
Apply a foreground layer on top of the image.
quality
Quality setting, from 0-100.