stroke (strokeColor, width, location, mode, opacity, preserveTransparency)
Hello,
I can not solve this error message: "Color is undefined." This error throws me in the line method "stroke". Thank you
...
docRef.selection.select(hraniceVizitky)
var farbaCervena = new SolidColor
farbaCervena.rgb.red = 255
farbaCervena.rgb.blue = 0
farbaCervena.rgb.green = 0
docRef.selection.stroke (farbaCervena , 5, StrokeLocation.INSIDE, Color.BlendMode.NORMAL, 100, false) //Color is undefined
...