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/-init-.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'api/pl.treksoft.kvision.core/-text-shadow/-init-.html') diff --git a/api/pl.treksoft.kvision.core/-text-shadow/-init-.html b/api/pl.treksoft.kvision.core/-text-shadow/-init-.html index 34f92d1c..46ec1e27 100644 --- a/api/pl.treksoft.kvision.core/-text-shadow/-init-.html +++ b/api/pl.treksoft.kvision.core/-text-shadow/-init-.html @@ -8,8 +8,8 @@ kvision / pl.treksoft.kvision.core / TextShadow / <init>

<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.

Parameters

@@ -18,8 +18,8 @@ vShadow - the position of vertical shadow

blurRadius - the blur 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.

Parameters

@@ -30,8 +30,8 @@ blurRadius - the blur radius

color - color 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.

Parameters

-- cgit