rainbow / com.skydoves.rainbow / BinaryRainbowView

BinaryRainbowView

class BinaryRainbowView : View

BinaryRainbowView represents gradation effect using three colors.

Constructors

<init>

BinaryRainbowView(context: Context)
BinaryRainbowView(context: Context, attributeSet: AttributeSet)
BinaryRainbowView(context: Context, attributeSet: AttributeSet, defStyle: Int)

Properties

centerColor

var centerColor: Int

endColor

var endColor: Int

orientation

var orientation: RainbowOrientation

radius

var radius: Int

startColor

var startColor: Int