FillAndStroke

data class FillAndStroke(val width: Float = 1.0f, val color: IsoColor = DefaultStrokeColor) : StrokeStyle

Fills shape faces with color and draws an outline on top.

This is the default StrokeStyle used by SceneConfig.

Parameters

width

Stroke width in pixels. Must be positive.

color

Stroke IsoColor. Defaults to DefaultStrokeColor.

Constructors

Link copied to clipboard
constructor(width: Float = 1.0f, color: IsoColor = DefaultStrokeColor)

Properties

Link copied to clipboard
Link copied to clipboard