PieChartSlicesStyle

data class PieChartSlicesStyle(val alpha: Float, val baseColor: Color)(source)

Slice configuration for a PieChartStyle.

Constructors

Link copied to clipboard
constructor(alpha: Float, baseColor: Color)

Properties

Link copied to clipboard

The alpha value applied to rendered pie slices.

Link copied to clipboard

The base color used to generate shades for slices that do not specify their own color via io.github.hdcharts.charts.model.PieSlice.color.