From 2febd99a43e367e7100e9fc21bd6eef1cd1ea47e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 13 Jul 2019 02:13:41 +0200 Subject: API documentation for KVision 0.0.38 --- api/pl.treksoft.kvision.core/-text-shadow/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'api/pl.treksoft.kvision.core/-text-shadow/index.html') diff --git a/api/pl.treksoft.kvision.core/-text-shadow/index.html b/api/pl.treksoft.kvision.core/-text-shadow/index.html index 82d2c786..9e14e793 100644 --- a/api/pl.treksoft.kvision.core/-text-shadow/index.html +++ b/api/pl.treksoft.kvision.core/-text-shadow/index.html @@ -18,11 +18,11 @@

<init>

-TextShadow(hShadow: CssSize? = null, vShadow: CssSize? = null, blurRadius: CssSize? = null) +TextShadow(hShadow: CssSize? = null, vShadow: CssSize? = null, blurRadius: CssSize? = null)

Creates CSS text shadow with given position and radius.

-TextShadow(hShadow: CssSize? = null, vShadow: CssSize? = null, blurRadius: CssSize? = null, color: Int) +TextShadow(hShadow: CssSize? = null, vShadow: CssSize? = null, blurRadius: CssSize? = null, color: Int)

Creates CSS text shadow with given position and radius and color given in hex format.

-TextShadow(hShadow: CssSize? = null, vShadow: CssSize? = null, blurRadius: CssSize? = null, color: Col) +TextShadow(hShadow: CssSize? = null, vShadow: CssSize? = null, blurRadius: CssSize? = null, color: Col)

Creates CSS text shadow with given position and radius and color given with named constant.

-- cgit