HighlightControlDrawer

public HighlightControlDrawer HighlightControlDrawer(@ColorInt() Integer color, Boolean strictColor, Float innerRadiusRatio)

Parameters

color

The highlight color. It will be consider as the ColorfulControlDrawer.primaryColor.

strictColor

If true, the color will be used as such, without modifying its alpha channel.

innerRadiusRatio

A ratio value to calculate the inner distance from the center to the inner arc.


public HighlightControlDrawer HighlightControlDrawer(@ColorInt() Integer color, Float innerRadiusRatio)

Parameters

color

The highlight color. It will be consider as the ColorfulControlDrawer.primaryColor. Also, its alpha channel will be changed.

innerRadiusRatio

A ratio value to calculate the inner distance from the center to the inner arc.