GetSplashscreenRequest

data class GetSplashscreenRequest(val tag: String? = null, val format: ImageFormat? = null, val maxWidth: Int? = null, val maxHeight: Int? = null, val width: Int? = null, val height: Int? = null, val fillWidth: Int? = null, val fillHeight: Int? = null, val blur: Int? = null, val backgroundColor: String? = null, val foregroundLayer: String? = null, val quality: Int? = 90)

Generates or gets the splashscreen.

Constructors

Link copied to clipboard
constructor(tag: String? = null, format: ImageFormat? = 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)

Properties

Link copied to clipboard
val backgroundColor: String? = null

Apply a background color for transparent images.

Link copied to clipboard
val blur: Int? = null

Blur image.

Link copied to clipboard
val fillHeight: Int? = null

Height of box to fill.

Link copied to clipboard
val fillWidth: Int? = null

Width of box to fill.

Link copied to clipboard
val foregroundLayer: String? = null

Apply a foreground layer on top of the image.

Link copied to clipboard
val format: ImageFormat? = null

Determines the output format of the image - original,gif,jpg,png.

Link copied to clipboard
val height: Int? = null

The fixed image height to return.

Link copied to clipboard
val maxHeight: Int? = null

The maximum image height to return.

Link copied to clipboard
val maxWidth: Int? = null

The maximum image width to return.

Link copied to clipboard
val quality: Int? = 90

Quality setting, from 0-100.

Link copied to clipboard
val tag: String? = null

Supply the cache tag from the item object to receive strong caching headers.

Link copied to clipboard
val width: Int? = null

The fixed image width to return.