PoseTheme

class PoseTheme(val acceptableColor: Color = PrismColors.prismAlternateGreen, val unacceptableColor: Color = PrismColors.prismWhite, val lineWidth: Float = 45.0f, val landmarkSize: Float = 25.0f, val pointFillColor: Color = PrismColors.prismWhite)

Defines all of the available properties for theming the Pose Drawing

Colors, Gradients & Sizing

Constructors

Link copied to clipboard
constructor(acceptableColor: Color = PrismColors.prismAlternateGreen, unacceptableColor: Color = PrismColors.prismWhite, lineWidth: Float = 45.0f, landmarkSize: Float = 25.0f, pointFillColor: Color = PrismColors.prismWhite)

Properties

Link copied to clipboard

The acceptable color of the line connecting the points

Link copied to clipboard
val landmarkSize: Float = 25.0f

The size of the dot indicating points (aka Landmarks)

Link copied to clipboard
val lineWidth: Float = 45.0f

The width of the line connecting the points

Link copied to clipboard

The color of the point

Link copied to clipboard

The unacceptable color of the line connecting the points