kvision / pl.treksoft.kvision.core / TextShadow

TextShadow

class TextShadow

Type-safe definition of CSS text shadow.

Parameters

hShadow - the position of the horizontal shadow

vShadow - the position of the vertical shadow

blurRadius - the blur radius

color - color of the shadow

Functions

toString

fun toString(): String

Extension Functions

createInstance

fun <T> Any?.createInstance(vararg args: dynamic): T

Helper function for creating JavaScript objects from dynamic constructors.