kyrie / com.github.alexjlockwood.kyrie / RenderNode / Builder / strokeColor

strokeColor

fun strokeColor(initialStrokeColor: Int): B
@SafeVarargs fun strokeColor(vararg animations: Animation<*, Int>): B
fun strokeColor(animations: List<Animation<*, Int>>): B
fun strokeColor(colorStateList: ColorStateList?): B
fun strokeColor(linearGradient: LinearGradient?): B
fun strokeColor(radialGradient: RadialGradient?): B
fun strokeColor(sweepGradient: SweepGradient?): B